diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-02 17:05:48 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-02 17:05:48 +0000 |
commit | f1a4df356cbc9df1dff4f171213e3321870055af (patch) | |
tree | 97a88c7fbe2e41929108e6229b6162fa98eacf11 /media-libs/xine-lib | |
parent | bossogg has hardcoded checks in lib directory, need to sanely use autotools b... (diff) | |
download | historical-f1a4df356cbc9df1dff4f171213e3321870055af.tar.gz historical-f1a4df356cbc9df1dff4f171213e3321870055af.tar.bz2 historical-f1a4df356cbc9df1dff4f171213e3321870055af.zip |
Cleanup of eautoreconf call to use the new style AT_M4DIR variable. Use at least -O2 on x86 to build. Fix xvmc library name missing, thanks to Torsten Tetteroo in bug #104600.
Package-Manager: portage-2.0.51.22
Diffstat (limited to 'media-libs/xine-lib')
-rw-r--r-- | media-libs/xine-lib/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/xine-lib/Manifest | 10 | ||||
-rw-r--r-- | media-libs/xine-lib/xine-lib-1.1.0-r2.ebuild | 13 |
3 files changed, 17 insertions, 14 deletions
diff --git a/media-libs/xine-lib/ChangeLog b/media-libs/xine-lib/ChangeLog index 82477e2f66e9..d32d7153a9e6 100644 --- a/media-libs/xine-lib/ChangeLog +++ b/media-libs/xine-lib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/xine-lib # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.248 2005/08/30 09:44:35 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.249 2005/09/02 17:05:48 flameeyes Exp $ + + 02 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> + xine-lib-1.1.0-r2.ebuild: + Cleanup of eautoreconf call to use the new style AT_M4DIR variable. Use at + least -O2 on x86 to build. Fix xvmc library name missing, thanks to Torsten + Tetteroo in bug #104600. 30 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> xine-lib-1.1.0-r2.ebuild: diff --git a/media-libs/xine-lib/Manifest b/media-libs/xine-lib/Manifest index f42b9054d3c8..6baea7c77dce 100644 --- a/media-libs/xine-lib/Manifest +++ b/media-libs/xine-lib/Manifest @@ -1,9 +1,9 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 9c355a6d8f6dca8fc547bfb230c49e96 xine-lib-1.1.0-r2.ebuild 6091 +MD5 14fe20fbed1bf461e95cc808cc03bb12 xine-lib-1.1.0-r2.ebuild 6009 MD5 62bf57d51524f488827371d4395ca2d0 xine-lib-1.1.0.ebuild 7279 -MD5 e15263f61a9c05f80ea2b7efc1c40e28 ChangeLog 13138 +MD5 a72adaa5de5e87da022835479a8c3ae3 ChangeLog 13402 MD5 31e9c61884e82a9f95e4da1db5642500 xine-lib-1.0.2.ebuild 7466 MD5 d9c8313a7655ca801a2e893bf8fcfc72 xine-lib-1.0-r2.ebuild 7114 MD5 0ee055a2a3b1dab3d1e359b36059f2ed xine-lib-1.0.1-r3.ebuild 7463 @@ -18,7 +18,7 @@ MD5 33da8deb9637be23cd464aba9c5c4ac4 files/digest-xine-lib-1.1.0 137 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDFCqyj5H05b2HAEkRAgOkAKCATWH0A8nT5gbq/dQp9LCco75FzgCgiAdq -cNFJ2eK6HhJJm3zA7I/4yc4= -=6WJ7 +iD8DBQFDGIaHj5H05b2HAEkRAnAFAJ9VFmrDIf8Fo09Qluj9+YWDmNfiDACeOKMF +xHFyIje3LC2o0iz4s2L3nSI= +=s9pf -----END PGP SIGNATURE----- diff --git a/media-libs/xine-lib/xine-lib-1.1.0-r2.ebuild b/media-libs/xine-lib/xine-lib-1.1.0-r2.ebuild index a9a9843fb7d4..2ff7b3573a2f 100644 --- a/media-libs/xine-lib/xine-lib-1.1.0-r2.ebuild +++ b/media-libs/xine-lib/xine-lib-1.1.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.0-r2.ebuild,v 1.3 2005/08/30 09:44:35 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.0-r2.ebuild,v 1.4 2005/09/02 17:05:48 flameeyes Exp $ inherit eutils flag-o-matic toolchain-funcs libtool autotools @@ -64,12 +64,7 @@ src_unpack() { EPATCH_SUFFIX="patch" epatch ${WORKDIR}/patches/ elibtoolize - - # Makefile.ams and configure.ac get patched, so we need to rerun - # autotools - export WANT_AUTOCONF=2.5 - export WANT_AUTOMAKE=1.7 - M4DIR="m4" eautoreconf + AT_M4DIR="m4" eautoreconf } # check for the X11 path for a given library @@ -90,6 +85,8 @@ src_compile() { has_pic && append-flags -UHAVE_MMX append-flags -mno-sse -fomit-frame-pointer + is-flag -O? || append-flags -O2 + ewarn "" ewarn "Debug information will be almost useless as the frame pointer is omitted." ewarn "This makes debugging harder, so crashes that has no fixed behavior are" @@ -134,7 +131,7 @@ src_compile() { [[ -z ${xvmcdir} ]] && die "Unable to find libXvMC.so." - myconf="${myconf} --with-xvmc-path=${xvmcdir} --with-xxmc-path=${xvmcdir}" + myconf="${myconf} ${xvmcconf} --with-xvmc-path=${xvmcdir} --with-xxmc-path=${xvmcdir}" fi fi |