ChangeLog

# ChangeLog for media-video/flumotion
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/ChangeLog,v 1.13 2007/11/27 12:06:46 zzam Exp $

27 Nov 2007; Matthias Schwarzott flumotion-0.4.1.ebuild:
Fixed quoting.

28 Apr 2007; Torsten Veller flumotion-0.4.1.ebuild:
Use newinitd

*flumotion-0.4.1 (20 Feb 2007)

20 Feb 2007; Zaheer Abbas Merali
+flumotion-0.4.1.ebuild:
version bump

07 Jun 2006; flumotion-0.2.1.ebuild:
fix LINGUAS issue, flumotion requires all linguas to be installed

*flumotion-0.2.1 (03 May 2006)

03 May 2006; Zaheer Abbas Merali
+flumotion-0.2.1.ebuild:
version bump

*flumotion-0.2.0 (03 Mar 2006)

03 Mar 2006; Zaheer Abbas Merali
+files/flumotion-init-0.2.0, +flumotion-0.2.0.ebuild:
version bump

06 Dec 2005; Zaheer Abbas Merali
flumotion-0.1.6.ebuild, flumotion-0.1.7.ebuild, flumotion-0.1.8.ebuild:
Fix GStreamer dependencies

14 Sep 2005; Zaheer Abbas Merali
flumotion-0.1.6.ebuild, flumotion-0.1.7.ebuild, flumotion-0.1.8.ebuild:
dont use bin/false as login shell

*flumotion-0.1.8 (20 May 2005)

20 May 2005; Zaheer Abbas Merali
+files/flumotion-init-0.1.8, +flumotion-0.1.8.ebuild:
New version

10 May 2005; Zaheer Abbas Merali
flumotion-0.1.6.ebuild:
remove cruft

07 Apr 2005; :
Version bump

26 Mar 2005; files/flumotion-init:
fixed typo

*flumotion-0.1.6 (25 Mar 2005)

25 Mar 2005; +files/flumotion-init,
+flumotion-0.1.6.ebuild:
Initial Commit - Flumotion Streaming Server (Fixes #85791)

Manifest

AUX flumotion-init-0.2.0 305 RMD160 df103ffae91c7a7f484dd4a5e3f6522889accfc4 SHA1 fb54adfb3a3e0f2791fd13c11e6ec56cb3438bc9 SHA256 19a471bcabb507c49951f9af807ce4811810c4b3316b99d7c46af34dfb7a2ace
DIST flumotion-0.4.1.tar.bz2 957882 RMD160 94148eaeed10a77c64a0ae09727d3475519d9412 SHA1 3f7524f69295606feba05a4e2b600ebd24f8450b SHA256 a24640d8ca9c485d7611880193f18e5ae62af07e3b9464904f3602277f1d4097
EBUILD flumotion-0.4.1.ebuild 2871 RMD160 5c2430fa290db69955871f50bb6b5ae7fdb3e054 SHA1 dc3c2ca1b7d5d3a22d61c518064f1847797ffe08 SHA256 bf70257a14a27528aca20abc209715f627efa68cf5df733dfbf7938d0dc86c25
MISC ChangeLog 1837 RMD160 c9760a5e884ede44bff4680e8f1b92758daacb37 SHA1 3efe7cac1f0ea73373c671fa1f6a2ccad3f7fbfa SHA256 a800ee2a21f8e5438913839d132602401899509c476fcd397af642f2bbd33994
MISC metadata.xml 162 RMD160 c6078d82a9ff46dbb283bc14ade9d117144cca67 SHA1 f46f8ccd62374b17183b5aca523c4dcf60d718f9 SHA256 3ac891ee23de8c6e2bef32e0c7aa3e6607e808de76ed723fbe7a1fb92f6093f1

files

flumotion-0.4.1.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.4.1.ebuild,v 1.3 2007/11/27 12:06:46 zzam Exp $

inherit eutils gnome2

DESCRIPTION="Flumotion Streaming server"
HOMEPAGE="http://www.fluendo.com"
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
"

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

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

src_compile() {
mkdir -p "${T}/home"
export HOME="${T}/home"
export GST_REGISTRY=${T}/home/registry.cache.xml
unset LINGUAS
addpredict /root/.gconfd
addpredict /root/.gconf
econf --disable-install-schemas --localstatedir=/var || die

emake || 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
}

metadata.xml




gstreamer