public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/flumotion: flumotion-0.8.1.ebuild
@ 2011-03-30 20:02 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-03-30 20:02 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/03/30 20:02:29

  Modified:             flumotion-0.8.1.ebuild
  Log:
  add missing deps etc
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-video/flumotion/flumotion-0.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild?r1=1.1&r2=1.2

Index: flumotion-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- flumotion-0.8.1.ebuild	30 Mar 2011 19:51:59 -0000	1.1
+++ flumotion-0.8.1.ebuild	30 Mar 2011 20:02:28 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild,v 1.1 2011/03/30 19:51:59 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild,v 1.2 2011/03/30 20:02:28 ssuominen Exp $
 
 EAPI=3
 
@@ -21,7 +21,9 @@
 DEPEND="${RDEPEND}
 	sys-devel/gettext
 	doc? ( dev-python/epydoc )
-	test? ( dev-python/pychecker )"
+	test? ( dev-python/icalendar
+		dev-python/pychecker
+		dev-python/twisted-conch )"
 
 src_prepare() {
 	rm -f py-compile
@@ -40,6 +42,10 @@
 	emake -j1 fdpass_so_LINK="$(tc-getCC) ${LDFLAGS} -shared -o fdpass.so" || die
 }
 
+src_test() {
+	Xemake -j1 check || die
+}
+
 src_install() {
 	emake -j1 DESTDIR="${D}" install || die
 	dodoc AUTHORS ChangeLog NEWS README RELEASE TODO






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-video/flumotion: flumotion-0.8.1.ebuild
@ 2011-03-30 20:11 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-03-30 20:11 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/03/30 20:11:58

  Modified:             flumotion-0.8.1.ebuild
  Log:
  refactor a bit
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  media-video/flumotion/flumotion-0.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild?r1=1.2&r2=1.3

Index: flumotion-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- flumotion-0.8.1.ebuild	30 Mar 2011 20:02:28 -0000	1.2
+++ flumotion-0.8.1.ebuild	30 Mar 2011 20:11:58 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild,v 1.2 2011/03/30 20:02:28 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild,v 1.3 2011/03/30 20:11:58 ssuominen Exp $
 
 EAPI=3
 
@@ -17,7 +17,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="doc test"
 
-RDEPEND=""
+RDEPEND="" # Where is this documented?
 DEPEND="${RDEPEND}
 	sys-devel/gettext
 	doc? ( dev-python/epydoc )
@@ -50,6 +50,14 @@
 	emake -j1 DESTDIR="${D}" install || die
 	dodoc AUTHORS ChangeLog NEWS README RELEASE TODO
 
+	keepdir /var/log/flumotion
+	keepdir /var/run/flumotion
+
+	newinitd "${FILESDIR}"/flumotion-init-0.2.0 flumotion
+
+	# /usr/share/hal/fdi/policy/20thirdparty/91-flumotion-device-policy.fdi
+	rm -rf "${D}"/usr/share/hal
+
 	dodir /etc/flumotion
 	dodir /etc/flumotion/managers
 	dodir /etc/flumotion/managers/default
@@ -64,18 +72,10 @@
 	insinto /etc/flumotion
 	doins default.pem || die
 	popd
-
-	keepdir /var/log/flumotion
-	keepdir /var/run/flumotion
-
-	newinitd "${FILESDIR}"/flumotion-init-0.2.0 flumotion
-
-	# /usr/share/hal/fdi/policy/20thirdparty/91-flumotion-device-policy.fdi
-	rm -rf "${D}"/usr/share/hal
 }
 
 pkg_postinst() {
-	if ! enewgroup flumotion || ! enewuser flumotion -1 -1 /usr/share/flumotion	flumotion,audio,video,sys; then
+	if ! enewgroup flumotion || ! enewuser flumotion -1 -1 /usr/share/flumotion flumotion,audio,video,sys; then
 		die "Unable to add flumotion user and flumotion group."
 	fi
 






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-video/flumotion: flumotion-0.8.1.ebuild
@ 2011-03-30 20:27 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-03-30 20:27 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/03/30 20:27:37

  Modified:             flumotion-0.8.1.ebuild
  Log:
  Sort dependencies out
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  media-video/flumotion/flumotion-0.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild?r1=1.3&r2=1.4

Index: flumotion-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- flumotion-0.8.1.ebuild	30 Mar 2011 20:11:58 -0000	1.3
+++ flumotion-0.8.1.ebuild	30 Mar 2011 20:27:36 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild,v 1.3 2011/03/30 20:11:58 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild,v 1.4 2011/03/30 20:27:36 ssuominen Exp $
 
 EAPI=3
 
@@ -17,7 +17,27 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="doc test"
 
-RDEPEND="" # Where is this documented?
+# TODO:
+
+# These would be from 0.6.2's ebuild
+# media-plugins/gst-plugins-libpng:0.10
+# dev-python/twisted-web
+# dev-python/twisted-names
+# dev-python/imaging
+
+# These are from README
+RDEPEND="media-libs/gstreamer:0.10
+	media-libs/gst-plugins-base:0.10
+	media-libs/gst-plugins-good:0.10
+	dev-python/gst-python:0.10
+	dev-python/pycairo
+	=dev-python/pygtk-2*
+	dev-python/kiwi
+	dev-python/twisted
+	media-plugins/gst-plugins-ogg
+	media-plugins/gst-plugins-theora
+	media-plugins/gst-plugins-vorbis"
+# These are from README and error and trial FEATURES="test" Import's
 DEPEND="${RDEPEND}
 	sys-devel/gettext
 	doc? ( dev-python/epydoc )






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-video/flumotion: flumotion-0.8.1.ebuild
@ 2011-03-30 20:30 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-03-30 20:30 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/03/30 20:30:11

  Modified:             flumotion-0.8.1.ebuild
  Log:
  alphabetize
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  media-video/flumotion/flumotion-0.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild?r1=1.4&r2=1.5

Index: flumotion-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- flumotion-0.8.1.ebuild	30 Mar 2011 20:27:36 -0000	1.4
+++ flumotion-0.8.1.ebuild	30 Mar 2011 20:30:11 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild,v 1.4 2011/03/30 20:27:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild,v 1.5 2011/03/30 20:30:11 ssuominen Exp $
 
 EAPI=3
 
@@ -26,17 +26,17 @@
 # dev-python/imaging
 
 # These are from README
-RDEPEND="media-libs/gstreamer:0.10
-	media-libs/gst-plugins-base:0.10
-	media-libs/gst-plugins-good:0.10
-	dev-python/gst-python:0.10
+RDEPEND="dev-python/gst-python:0.10
+	dev-python/kiwi
 	dev-python/pycairo
 	=dev-python/pygtk-2*
-	dev-python/kiwi
 	dev-python/twisted
-	media-plugins/gst-plugins-ogg
-	media-plugins/gst-plugins-theora
-	media-plugins/gst-plugins-vorbis"
+	media-libs/gstreamer:0.10
+	media-libs/gst-plugins-base:0.10
+	media-libs/gst-plugins-good:0.10
+	media-plugins/gst-plugins-ogg:0.10
+	media-plugins/gst-plugins-theora:0.10
+	media-plugins/gst-plugins-vorbis:0.10"
 # These are from README and error and trial FEATURES="test" Import's
 DEPEND="${RDEPEND}
 	sys-devel/gettext






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-03-30 20:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-30 20:27 [gentoo-commits] gentoo-x86 commit in media-video/flumotion: flumotion-0.8.1.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-30 20:30 Samuli Suominen (ssuominen)
2011-03-30 20:11 Samuli Suominen (ssuominen)
2011-03-30 20:02 Samuli Suominen (ssuominen)

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