diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-11-21 12:43:29 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-11-21 12:43:29 +0000 |
commit | c6e1ca9faab20de48020be5eba5afdff7b5bcc0b (patch) | |
tree | ef482b1f431dd134297aea03d74526fbb0f06de2 /media-libs | |
parent | Stable on hppa. (diff) | |
download | gentoo-2-c6e1ca9faab20de48020be5eba5afdff7b5bcc0b.tar.gz gentoo-2-c6e1ca9faab20de48020be5eba5afdff7b5bcc0b.tar.bz2 gentoo-2-c6e1ca9faab20de48020be5eba5afdff7b5bcc0b.zip |
Added debug useflag as per bug #112980.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/xine-lib/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/xine-lib/xine-lib-1.1.1-r1.ebuild | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/media-libs/xine-lib/ChangeLog b/media-libs/xine-lib/ChangeLog index e8c7bf624854..60dc1982ab39 100644 --- a/media-libs/xine-lib/ChangeLog +++ b/media-libs/xine-lib/ChangeLog @@ -1,6 +1,10 @@ # 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.272 2005/11/21 10:35:35 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.273 2005/11/21 12:43:29 flameeyes Exp $ + + 21 Nov 2005; Diego Pettenò <flameeyes@gentoo.org> + xine-lib-1.1.1-r1.ebuild: + Added debug useflag as per bug #112980. 21 Nov 2005; Herbie Hopkins <herbs@gentoo.org> xine-lib-1.1.1-r1.ebuild: Marked ~amd64 wrt bug #113107. diff --git a/media-libs/xine-lib/xine-lib-1.1.1-r1.ebuild b/media-libs/xine-lib/xine-lib-1.1.1-r1.ebuild index b579f864c761..e79b0cbd01ff 100644 --- a/media-libs/xine-lib/xine-lib-1.1.1-r1.ebuild +++ b/media-libs/xine-lib/xine-lib-1.1.1-r1.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.1-r1.ebuild,v 1.4 2005/11/21 10:35:35 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.1-r1.ebuild,v 1.5 2005/11/21 12:43:29 flameeyes Exp $ inherit eutils flag-o-matic toolchain-funcs libtool autotools @@ -21,7 +21,7 @@ KEYWORDS="-* ~amd64" IUSE="aalib libcaca arts cle266 esd win32codecs nls dvd X directfb vorbis alsa gnome sdl speex theora ipv6 altivec opengl aac fbcon xv xvmc nvidia i8x0 samba dxr3 vidix mng flac oss v4l xinerama vcd a52 mad imagemagick dts asf -ffmpeg" +ffmpeg debug" RESTRICT="nostrip" RDEPEND="vorbis? ( media-libs/libvorbis ) @@ -120,6 +120,10 @@ src_compile() { ewarn "" fi + # debug useflag used to emulate debug make targets. See bug #112980 and the + # xine maintainers guide. + use debug && append-flags -DDEBUG + local myconf # the win32 codec path should ignore $(get_libdir) and always use lib |