diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-09 20:14:49 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-09 20:14:49 +0000 |
commit | 2a9ea685f1f96bbf649e0347d8993d87a726a98e (patch) | |
tree | e9a7dcd69f5a5709c67dc77f8317a4ee1314e25f /media-video/transcode | |
parent | - version bump for new features. removed old crusty ebuilds (diff) | |
download | historical-2a9ea685f1f96bbf649e0347d8993d87a726a98e.tar.gz historical-2a9ea685f1f96bbf649e0347d8993d87a726a98e.tar.bz2 historical-2a9ea685f1f96bbf649e0347d8993d87a726a98e.zip |
Pinpoint virtual/x11 version to less than 7.
Package-Manager: portage-2.1.1_pre2-r6
Diffstat (limited to 'media-video/transcode')
-rw-r--r-- | media-video/transcode/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/transcode/transcode-1.0.2-r2.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-video/transcode/ChangeLog b/media-video/transcode/ChangeLog index e7800499e057..84d3f6b02c2a 100644 --- a/media-video/transcode/ChangeLog +++ b/media-video/transcode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/transcode # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v 1.148 2006/06/25 19:00:52 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v 1.149 2006/07/09 20:12:41 flameeyes Exp $ + + 09 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> + transcode-1.0.2-r2.ebuild: + Pinpoint virtual/x11 version to less than 7. 25 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> +files/transcode-1.0.2-autoconf259d.patch, transcode-1.0.2-r2.ebuild: diff --git a/media-video/transcode/transcode-1.0.2-r2.ebuild b/media-video/transcode/transcode-1.0.2-r2.ebuild index 047a6a7d7320..3cd49e475d27 100644 --- a/media-video/transcode/transcode-1.0.2-r2.ebuild +++ b/media-video/transcode/transcode-1.0.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-1.0.2-r2.ebuild,v 1.13 2006/06/25 19:00:52 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-1.0.2-r2.ebuild,v 1.14 2006/07/09 20:12:41 flameeyes Exp $ inherit libtool flag-o-matic eutils multilib autotools @@ -44,12 +44,12 @@ RDEPEND="a52? ( >=media-libs/a52dec-0.7.4 ) X? ( || ( ( x11-libs/libXaw x11-libs/libXv ) - virtual/x11 ) ) + <virtual/x11-7 ) ) " DEPEND="${RDEPEND} v4l2? ( >=sys-kernel/linux-headers-2.6.11 ) - X? ( || ( x11-proto/xextproto virtual/x11 ) )" + X? ( || ( x11-proto/xextproto <virtual/x11-7 ) )" pkg_setup() { if use X && has_version '<x11-base/xorg-x11-7.0' && ! built_with_use x11-base/xorg-x11 xv; then |