Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 28749 Details for
Bug 46879
no single cvs ebuilds working anymore
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
the cvs ebuild i use for gstreamer for monthes (known to work)
gstreamer-0.8.9.ebuild (text/plain), 1.60 KB, created by
Stephane Loeuillet
on 2004-04-05 11:29:27 UTC
(
hide
)
Description:
the cvs ebuild i use for gstreamer for monthes (known to work)
Filename:
MIME Type:
Creator:
Stephane Loeuillet
Created:
2004-04-05 11:29:27 UTC
Size:
1.60 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-0.6.4.ebuild,v 1.4 2003/12/08 14:34:35 vapier Exp $ > >inherit eutils cvs flag-o-matic libtool > ># Create a major/minor combo for our SLOT and executables suffix >PVP=($(echo " $PV " | sed 's:[-\._]: :g')) >#PV_MAJ_MIN=${PVP[0]}.${PVP[1]} >PV_MAJ_MIN="0.8" > >DESCRIPTION="Streaming media framework" >HOMEPAGE="http://gstreamer.sourceforge.net" >LICENSE="LGPL-2" > >SLOT=${PV_MAJ_MIN} >KEYWORDS="~x86 ~ppc ~sparc ~alpha hppa ~amd64" >IUSE="doc" > >ECVS_SERVER="pdx.freedesktop.org:/cvs/gstreamer" >ECVS_MODULE="gstreamer" >ECVS_BRANCH="HEAD" >ECVS_USER="anoncvs" >ECVS_TOP_DIR="${DISTDIR}/cvs-src/${ECVS_MODULE}/${ECVS_BRANCH}" >S="${WORKDIR}/${ECVS_MODULE}" > >RDEPEND=">=dev-libs/glib-2.0.4 > >=dev-libs/libxml2-2.4.9 > >=dev-libs/popt-1.6.1" > >DEPEND="${RDEPEND} > >=sys-apps/sed-4 > dev-util/pkgconfig > doc? ( dev-util/gtk-doc > app-text/xmlto >)" ># media-gfx/transfig > >RESTRICT="nostrip" >CFLAGS="-O0 -ggdb" > >src_compile() { > > NOCONFIGURE="1" WANT_AUTOCONF="2.5" WANT_AUTOMAKE="1.8" ./autogen.sh > > elibtoolize > > strip-flags > replace-flags "-O3" "-O2" > > # docs hack, circumvent xmltex check > HAVE_XMLTEX=1 econf \ > --with-configdir=/etc/gstreamer \ > --enable-maintainer-mode --enable-failing-tests --enable-poisoning \ > `use_enable doc docs-build` \ > || die "./configure failed" > > emake || die "compile failed" > >} > >src_install() { > > einstall || die > > dodoc AUTHORS ChangeLog COPYING* DEVEL \ > NEWS README RELEASE REQUIREMENTS TODO >} > >pkg_postinst() { > > gst-register-0.8 > >}
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 46879
:
28747
|
28748
| 28749