Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 58465 Details for
Bug 88615
media-video/gpac v0.2.4 (Update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gpac-0.2.4.ebuild
gpac-0.2.4-r1.ebuild (text/plain), 3.12 KB, created by
4nykey
on 2005-05-09 05:10:17 UTC
(
hide
)
Description:
gpac-0.2.4.ebuild
Filename:
MIME Type:
Creator:
4nykey
Created:
2005-05-09 05:10:17 UTC
Size:
3.12 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit wxwidgets flag-o-matic > >DESCRIPTION="GPAC is an implementation of the MPEG-4 Systems standard developed from scratch in ANSI C." >HOMEPAGE="http://gpac.sourceforge.net/" >NBV="610" >WBV="600" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz > amr? ( http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-${NBV}.zip > http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/26204-${WBV}.zip )" >ECVS_SERVER="cvs.sourceforge.net:/cvsroot/gpac" >ECVS_MODULE="gpac" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="amr debug gtk2 jpeg mad mozilla mpeg oggvorbis oss png sdl theora truetype wxwindows xml2 xvid pic" >S=${WORKDIR}/${PN} > >RDEPEND="jpeg? ( media-libs/jpeg ) > mad? ( media-libs/libmad ) > mozilla? ( dev-lang/spidermonkey ) > mpeg? ( media-libs/faad2 > >=media-video/ffmpeg-0.4.9_pre1 ) > oggvorbis? ( media-libs/libvorbis > theora? ( media-libs/libtheora ) ) > png? ( media-libs/libpng ) > truetype? ( >=media-libs/freetype-2.1 ) > sdl? ( media-libs/libsdl ) > xml2? ( >=dev-libs/libxml2-2.6.0 ) > xvid? ( >=media-libs/xvid-1.0.1 )" > ># wxwindows? ( >=x11-libs/wxGTK-2.5.2 ) > >DEPEND="${RDEPEND} > amr? ( app-arch/unzip )" > >src_unpack() { > unpack ${A} > cd ${S} > > # disable wxwindows entirely as we can't > # use it because of package masking ># if use wxwindows; then > if has_version '>=x11-libs/wxGTK-2.6.0'; then > WX_GTK_VER="2.6" > if use gtk2; then > need-wxwidgets gtk2 > else > need-wxwidgets gtk > fi > sed -i "s:wx-config:${WX_CONFIG}:g" configure > fi > > use !sdl && sed -i 's:^has_sdl=yes:has_sdl=no:' configure > > # fix hardcoded paths in source > sed -i -e \ > "s:\([^f]\)\ M4_PLUGIN_PATH:\1 \"/usr/$(get_libdir)\":" \ > Applications/MP4Client/main.c \ > Applications/Osmo4_wx/wxOsmo4.cpp \ > || die "path fixation failed" > > # make configure to pick theora, if presented > use theora && sed -i 's:ltheora 2:ltheora -logg 2:' configure > > if use amr; then > cd Plugins/amr_float_dec > unzip -jaq ${WORKDIR}/26104-${NBV}_ANSI_C_source_code.zip -d AMR_NB_FT > unzip -jaq ${WORKDIR}/26204-${WBV}_ANSI-C_source_code.zip -d AMR_WB_FT > fi >} > >src_compile() { > # use this to cute down on the warnings noise > append-flags -fno-strict-aliasing > > /bin/sh ./configure \ > --prefix=${D}/usr \ > --host=${CHOST} \ > --mandir=${D}/usr/share/man \ > --infodir=${D}/usr/share/info \ > --datadir=${D}/usr/share \ > --sysconfdir=${D}/etc \ > --localstatedir=${D}/var/lib \ > $(use_enable amr) \ > $(use_enable debug) \ > $(use_enable mpeg faad) \ > $(use_enable mpeg ffmpeg) \ > $(use_enable jpeg) \ > $(use_enable mad) \ > $(use_enable mozilla js) \ > $(use_enable oss oss-audio) \ > $(use_enable png) \ > $(use_enable truetype ft) \ > $(use_enable xml2 svg) \ > $(use_enable xvid) || > die "configure died" > > use pic && make OPTFLAGS="${CFLAGS} -fPIC" -C M4Systems > > make OPTFLAGS="${CFLAGS}" || die "emake failed." >} > >src_install() { > make OPTFLAGS="${CFLAGS}" install || die > > dodoc AUTHORS BUGS Changelog INSTALL README TODO > dodoc doc/*.html doc/*.txt doc/libisomedia_license doc/SGGen > dolib.a bin/gcc/libm4systems_static.a > insinto /usr/include/gpac > doins include/gpac/*.h >}
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 88615
:
55897
| 58465