public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/emotion: emotion-1.7.4.ebuild metadata.xml ChangeLog emotion-1.7.3.ebuild emotion-1.7.1.ebuild
@ 2012-12-21 20:42 Thomas Sachau (tommy)
  0 siblings, 0 replies; only message in thread
From: Thomas Sachau (tommy) @ 2012-12-21 20:42 UTC (permalink / raw
  To: gentoo-commits

tommy       12/12/21 20:42:58

  Modified:             metadata.xml ChangeLog
  Added:                emotion-1.7.4.ebuild
  Removed:              emotion-1.7.3.ebuild emotion-1.7.1.ebuild
  Log:
  Version bump, drop old
  
  (Portage version: 2.2.0_alpha149-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)

Revision  Changes    Path
1.5                  media-libs/emotion/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/emotion/metadata.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/emotion/metadata.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/emotion/metadata.xml?r1=1.4&r2=1.5

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/emotion/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml	16 Dec 2012 20:03:05 -0000	1.4
+++ metadata.xml	21 Dec 2012 20:42:58 -0000	1.5
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer>
- <email>enlightenment@gentoo.org</email>
-</maintainer>
+<herd>enlightenment</herd>
 </pkgmetadata>



1.8                  media-libs/emotion/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/emotion/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/emotion/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/emotion/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/emotion/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	16 Dec 2012 20:03:05 -0000	1.7
+++ ChangeLog	21 Dec 2012 20:42:58 -0000	1.8
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/emotion
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/emotion/ChangeLog,v 1.7 2012/12/16 20:03:05 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/emotion/ChangeLog,v 1.8 2012/12/21 20:42:58 tommy Exp $
+
+*emotion-1.7.4 (21 Dec 2012)
+
+  21 Dec 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+  -emotion-1.7.1.ebuild, -emotion-1.7.3.ebuild, +emotion-1.7.4.ebuild:
+  Version bump, drop old
 
   16 Dec 2012; Kacper Kowalik <xarthisius@gentoo.org> metadata.xml:
   Drop no-herd from metadata.xml



1.1                  media-libs/emotion/emotion-1.7.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/emotion/emotion-1.7.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/emotion/emotion-1.7.4.ebuild?rev=1.1&content-type=text/plain

Index: emotion-1.7.4.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/emotion/emotion-1.7.4.ebuild,v 1.1 2012/12/21 20:42:58 tommy Exp $

inherit enlightenment

DESCRIPTION="video libraries for e17"
SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2"

LICENSE="BSD-2"
KEYWORDS="~amd64 ~x86"
IUSE="gstreamer static-libs xine"

DEPEND=">=media-libs/evas-1.7.0
	>=media-libs/edje-1.7.0
	>=dev-libs/ecore-1.7.0
	>=dev-libs/eeze-1.7.0
	xine? ( >=media-libs/xine-lib-1.1.1 )
	!gstreamer? ( !xine? ( >=media-libs/xine-lib-1.1.1 ) )
	gstreamer? (
		=media-libs/gstreamer-0.10*
		=media-libs/gst-plugins-good-0.10*
		=media-plugins/gst-plugins-ffmpeg-0.10*
	)"
RDEPEND=${DEPEND}

src_compile() {
	if ! use xine && ! use gstreamer ; then
		export MY_ECONF="--enable-xine --disable-gstreamer"
	else
		export MY_ECONF="
			$(use_enable xine) \
			$(use_enable gstreamer) \
		"
	fi

	MY_ECONF+="
		$(use_enable doc doxygen-doc)
		$(use_enable doc doxygen-dot)
		$(use_enable doc doxygen-man)
		$(use_enable doc doxygen-rtf)
		$(use_enable doc doxygen-xml)
		$(use_enable doc doxygen-chm)
		$(use_enable doc doxygen-chi)
		$(use_enable doc doxygen-html)
		$(use_enable doc doxygen-ps)
		$(use_enable doc doxygen-pdf)
	"

	if use gstreamer ; then
		addpredict "/root/.gconfd"
		addpredict "/root/.gconf"
	fi

	enlightenment_src_compile
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-12-21 20:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-21 20:42 [gentoo-commits] gentoo-x86 commit in media-libs/emotion: emotion-1.7.4.ebuild metadata.xml ChangeLog emotion-1.7.3.ebuild emotion-1.7.1.ebuild Thomas Sachau (tommy)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox