summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-08-13 17:02:57 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-08-13 17:02:57 +0000
commitc433cdd7a90365d112c37fcdb3d490320a709769 (patch)
treeb9ffaf5ffc530c1c2de3c0f6ac125e0ab1c79291 /media-libs/xine-lib
parentStable on x86,sparc. (diff)
downloadgentoo-2-c433cdd7a90365d112c37fcdb3d490320a709769.tar.gz
gentoo-2-c433cdd7a90365d112c37fcdb3d490320a709769.tar.bz2
gentoo-2-c433cdd7a90365d112c37fcdb3d490320a709769.zip
Added use_enable gnome that was missing. Thanks to Petteri Räty in bug #102005.
(Portage version: 2.0.51.22)
Diffstat (limited to 'media-libs/xine-lib')
-rw-r--r--media-libs/xine-lib/ChangeLog7
-rw-r--r--media-libs/xine-lib/xine-lib-1.0-r2.ebuild3
-rw-r--r--media-libs/xine-lib/xine-lib-1.0.1-r3.ebuild3
-rw-r--r--media-libs/xine-lib/xine-lib-1.0.2.ebuild3
-rw-r--r--media-libs/xine-lib/xine-lib-1.1.0.ebuild3
5 files changed, 14 insertions, 5 deletions
diff --git a/media-libs/xine-lib/ChangeLog b/media-libs/xine-lib/ChangeLog
index 436c53ca957b..f20bd73a8bf1 100644
--- a/media-libs/xine-lib/ChangeLog
+++ b/media-libs/xine-lib/ChangeLog
@@ -1,6 +1,11 @@
# 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.239 2005/08/07 10:27:36 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.240 2005/08/13 17:02:57 flameeyes Exp $
+
+ 13 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> xine-lib-1.0-r2.ebuild,
+ xine-lib-1.0.1-r3.ebuild, xine-lib-1.0.2.ebuild, xine-lib-1.1.0.ebuild:
+ Added use_enable gnome that was missing. Thanks to Petteri Räty in bug
+ #102005.
07 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> xine-lib-1.1.0.ebuild:
Updated 02_all_pic.patch for hardened toolchain.
diff --git a/media-libs/xine-lib/xine-lib-1.0-r2.ebuild b/media-libs/xine-lib/xine-lib-1.0-r2.ebuild
index 69e9c5a14253..987d920cc1c1 100644
--- a/media-libs/xine-lib/xine-lib-1.0-r2.ebuild
+++ b/media-libs/xine-lib/xine-lib-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.0-r2.ebuild,v 1.12 2005/05/25 03:56:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.0-r2.ebuild,v 1.13 2005/08/13 17:02:57 flameeyes Exp $
inherit eutils flag-o-matic toolchain-funcs libtool
@@ -175,6 +175,7 @@ src_compile() {
use ffmpeg && myconf="${myconf} --with-external-ffmpeg=/usr"
econf \
+ $(use_enable gnome) \
$(use_enable nls) \
$(use_enable ipv6) \
$(use_enable samba) \
diff --git a/media-libs/xine-lib/xine-lib-1.0.1-r3.ebuild b/media-libs/xine-lib/xine-lib-1.0.1-r3.ebuild
index 0f8b0ac98719..75b2d3ae99c8 100644
--- a/media-libs/xine-lib/xine-lib-1.0.1-r3.ebuild
+++ b/media-libs/xine-lib/xine-lib-1.0.1-r3.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.0.1-r3.ebuild,v 1.5 2005/08/11 00:41:30 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.0.1-r3.ebuild,v 1.6 2005/08/13 17:02:57 flameeyes Exp $
inherit eutils flag-o-matic toolchain-funcs libtool
@@ -176,6 +176,7 @@ src_compile() {
use ffmpeg && myconf="${myconf} --with-external-ffmpeg=/usr"
econf \
+ $(use_enable gnome) \
$(use_enable nls) \
$(use_enable ipv6) \
$(use_enable samba) \
diff --git a/media-libs/xine-lib/xine-lib-1.0.2.ebuild b/media-libs/xine-lib/xine-lib-1.0.2.ebuild
index 1bae5a36cbf1..f3752e08c934 100644
--- a/media-libs/xine-lib/xine-lib-1.0.2.ebuild
+++ b/media-libs/xine-lib/xine-lib-1.0.2.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.0.2.ebuild,v 1.1 2005/07/26 21:26:25 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.0.2.ebuild,v 1.2 2005/08/13 17:02:57 flameeyes Exp $
inherit eutils flag-o-matic toolchain-funcs libtool
@@ -176,6 +176,7 @@ src_compile() {
use ffmpeg && myconf="${myconf} --with-external-ffmpeg=/usr"
econf \
+ $(use_enable gnome) \
$(use_enable nls) \
$(use_enable ipv6) \
$(use_enable samba) \
diff --git a/media-libs/xine-lib/xine-lib-1.1.0.ebuild b/media-libs/xine-lib/xine-lib-1.1.0.ebuild
index 7dc534618702..37a35ffce34f 100644
--- a/media-libs/xine-lib/xine-lib-1.1.0.ebuild
+++ b/media-libs/xine-lib/xine-lib-1.1.0.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.ebuild,v 1.6 2005/08/07 10:27:36 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.0.ebuild,v 1.7 2005/08/13 17:02:57 flameeyes Exp $
inherit eutils flag-o-matic toolchain-funcs libtool
@@ -170,6 +170,7 @@ src_compile() {
fi
econf \
+ $(use_enable gnome) \
$(use_enable nls) \
$(use_enable ipv6) \
$(use_enable samba) \