Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 177987 Details for
Bug 254455
media-video/flumotion-0.5.3 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
flumotion-0.5.3 ebuild
flumotion-0.5.3.ebuild (text/plain), 2.89 KB, created by
Michał Gasewicz
on 2009-01-10 18:52:33 UTC
(
hide
)
Description:
flumotion-0.5.3 ebuild
Filename:
MIME Type:
Creator:
Michał Gasewicz
Created:
2009-01-10 18:52:33 UTC
Size:
2.89 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >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 vorbis ogg theora" >SLOT="0" > >RDEPEND=">=x11-libs/gtk+-2.8 > >=dev-libs/glib-2.10 > >=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.1 > =media-plugins/gst-plugins-gnomevfs-0.10* > =media-plugins/gst-plugins-libpng-0.10* > >=dev-python/gst-python-0.10.1 > 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.1 > >=dev-python/twisted-web-0.5.0-r1 > >=dev-python/twisted-names-0.2.0 > >=dev-python/kiwi-1.9.13 > dev-python/imaging > vorbis? ( >=media-libs/libvorbis-1.0.1 > =media-plugins/gst-plugins-vorbis-0.10* ) > ogg? ( >=media-libs/libogg-1.1 > =media-plugins/gst-plugins-ogg-0.10* ) > theora? ( =media-libs/libtheora-1.0* > =media-plugins/gst-plugins-theora-0.10* ) > " > >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 >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 254455
: 177987 |
181850