public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ioannis Aslanidis (deathwing00)" <deathwing00@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-video/flumotion: ChangeLog flumotion-0.6.1.ebuild
Date: Fri, 30 Oct 2009 10:52:39 +0000	[thread overview]
Message-ID: <E1N3p5z-0006eQ-Mz@stork.gentoo.org> (raw)

deathwing00    09/10/30 10:52:39

  Modified:             ChangeLog
  Added:                flumotion-0.6.1.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc46/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 media-video/flumotion/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/flumotion/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/flumotion/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/flumotion/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/flumotion/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	13 Feb 2009 11:48:58 -0000	1.16
+++ ChangeLog	30 Oct 2009 10:52:39 -0000	1.17
@@ -1,6 +1,12 @@
 # ChangeLog for media-video/flumotion
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/ChangeLog,v 1.16 2009/02/13 11:48:58 deathwing00 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/ChangeLog,v 1.17 2009/10/30 10:52:39 deathwing00 Exp $
+
+*flumotion-0.6.1 (30 Oct 2009)
+
+  30 Oct 2009; Ioannis Aslanidis <iaslanidis@gentoo.org>
+  +flumotion-0.6.1.ebuild:
+  Version bump.
 
 *flumotion-0.5.3 (13 Feb 2009)
 



1.1                  media-video/flumotion/flumotion-0.6.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/flumotion/flumotion-0.6.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/flumotion/flumotion-0.6.1.ebuild?rev=1.1&content-type=text/plain

Index: flumotion-0.6.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.6.1.ebuild,v 1.1 2009/10/30 10:52:39 deathwing00 Exp $

inherit eutils gnome2

DESCRIPTION="Flumotion Streaming server"
HOMEPAGE="http://www.flumotion.net"
SRC_URI="http://www.flumotion.net/src/flumotion/${P}.tar.bz2"
LICENSE="GPL-2"

KEYWORDS="~x86 ~amd64"
IUSE="v4l speex jpeg dv"
SLOT="0"

RDEPEND=">=x11-libs/gtk+-2.4
	>=dev-libs/glib-2.4
	>=gnome-base/libglade-2
	>=media-libs/gstreamer-0.10.11
	>=media-libs/gst-plugins-base-0.10.11
	=media-libs/gst-plugins-good-0.10*
	=media-plugins/gst-plugins-gnomevfs-0.10*
	=media-plugins/gst-plugins-ogg-0.10*
	=media-plugins/gst-plugins-theora-0.10*
	=media-plugins/gst-plugins-vorbis-0.10*
	=media-plugins/gst-plugins-libpng-0.10*
	=dev-python/gst-python-0.10*
	v4l? ( =media-plugins/gst-plugins-v4l-0.10* )
	speex? ( =media-plugins/gst-plugins-speex-0.10* )
	dv? ( =media-plugins/gst-plugins-dv-0.10*
	      =media-plugins/gst-plugins-raw1394-0.10* )
	>=dev-python/pygtk-2.8.6
	>=dev-python/twisted-2.0
	>=dev-python/twisted-web-0.5.0-r1
	>=dev-python/twisted-names-0.2.0
	dev-python/imaging
	dev-python/kiwi
	"

DEPEND="${RDEPEND}
	dev-util/pkgconfig
	"

DOCS="AUTHORS COPYING ChangeLog INSTALL \
	  LICENCE.Flumotion LICENCE.GPL \
	  NEWS README TODO"

src_unpack() {
	unpack ${A} && cd "${S}"
}

src_compile() {
	addpredict "$(unset HOME; echo ~)/.gconf"
	addpredict "$(unset HOME; echo ~)/.gconfd"
	mkdir -p "${T}/home"
	export HOME="${T}/home"
	export GST_REGISTRY=${T}/home/registry.cache.xml
	unset LINGUAS
	econf --localstatedir=/var || die
	emake -j1 || die
	# fix ${exec_prefix} not being expanded
	cd "${S}"/bin
	cp flumotion-manager flumotion-manager.orig
	sed -e 's:${exec_prefix}:/usr':g flumotion-manager.orig \
		> flumotion-manager
	cp flumotion-worker flumotion-worker.orig
	sed -e 's:${exec_prefix}:/usr':g flumotion-worker.orig \
		> flumotion-worker
	cp flumotion-admin flumotion-admin.orig
	sed -e 's:${exec_prefix}:/usr':g flumotion-admin.orig \
		> flumotion-admin
}

src_install() {
	einstall

	dodir /etc/flumotion
	dodir /etc/flumotion/managers
	dodir /etc/flumotion/managers/default
	dodir /etc/flumotion/managers/default/flows
	dodir /etc/flumotion/workers

	cd "${S}"/conf
	insinto /etc/flumotion/managers/default
	doins managers/default/planet.xml
	insinto /etc/flumotion/workers
	doins workers/default.xml

	insinto /etc/flumotion
	doins default.pem
	newinitd "${FILESDIR}"/flumotion-init-0.2.0 flumotion

	keepdir /var/run/flumotion
	keepdir /var/log/flumotion
}

pkg_postinst() {
	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

	for dir in /usr/share/flumotion /var/log/flumotion /var/run/flumotion; do
		chown -R flumotion:flumotion "${dir}"
		chmod -R 755 "${dir}"
	done
}






                 reply	other threads:[~2009-10-30 10:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1N3p5z-0006eQ-Mz@stork.gentoo.org \
    --to=deathwing00@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox