diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-03-14 20:03:18 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-03-14 20:03:18 +0000 |
commit | f5506241a7414c81d074bbb249dea81d26fe8bcf (patch) | |
tree | 5bcc7ec5adb9697bbd4d42c66e7943a4c9591007 /media-video | |
parent | fix metadata (diff) | |
download | gentoo-2-f5506241a7414c81d074bbb249dea81d26fe8bcf.tar.gz gentoo-2-f5506241a7414c81d074bbb249dea81d26fe8bcf.tar.bz2 gentoo-2-f5506241a7414c81d074bbb249dea81d26fe8bcf.zip |
bump a new snapshot for bug #213332
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/vlc/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/vlc/vlc-0.9.0_alpha20080314.ebuild (renamed from media-video/vlc/vlc-0.9.0_alpha20080228.ebuild) | 10 |
2 files changed, 13 insertions, 5 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog index d4fe93bd5554..edef55537b36 100644 --- a/media-video/vlc/ChangeLog +++ b/media-video/vlc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-video/vlc # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.307 2008/03/09 20:15:26 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.308 2008/03/14 20:03:18 aballier Exp $ + +*vlc-0.9.0_alpha20080314 (14 Mar 2008) + + 14 Mar 2008; Alexis Ballier <aballier@gentoo.org> + -vlc-0.9.0_alpha20080228.ebuild, +vlc-0.9.0_alpha20080314.ebuild: + bump a new snapshot for bug #213332 09 Mar 2008; Alexis Ballier <aballier@gentoo.org> -vlc-0.8.6d-r1.ebuild: remove unused version diff --git a/media-video/vlc/vlc-0.9.0_alpha20080228.ebuild b/media-video/vlc/vlc-0.9.0_alpha20080314.ebuild index 9c733d9d4b6d..ccc8c640ca01 100644 --- a/media-video/vlc/vlc-0.9.0_alpha20080228.ebuild +++ b/media-video/vlc/vlc-0.9.0_alpha20080314.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20080228.ebuild,v 1.2 2008/02/29 10:55:24 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20080314.ebuild,v 1.1 2008/03/14 20:03:18 aballier Exp $ + +EAPI="1" WANT_AUTOMAKE=latest WANT_AUTOCONF=latest @@ -10,7 +12,7 @@ inherit eutils wxwidgets multilib autotools toolchain-funcs gnome2 nsplugins qt4 MY_PV="${PV/_/-}" MY_PV="${MY_PV/-beta/-test}" MY_P="${PN}-${MY_PV}" -VLC_SNAPSHOT_TIME="0024" +VLC_SNAPSHOT_TIME="0007" #RESTRICT="test" @@ -26,7 +28,7 @@ DESCRIPTION="VLC media player - Video player and streamer" HOMEPAGE="http://www.videolan.org/vlc/" if [[ "${P}" == *_alpha* ]]; then # Snapshots taken from nightlies.videolan.org SRC_URI="http://nightlies.videolan.org/build/source/trunk-${PV/*_alpha/}-${VLC_SNAPSHOT_TIME}/${PN}-snapshot-${PV/*_alpha/}.tar.bz2" - MY_P="${P/_alpha*/}-svn" + MY_P="${P/_alpha*/}-git" elif [[ "${P}" == *_p* ]]; then # Snapshots SRC_URI="mirror://gentoo/${P}.tar.bz2" MY_P="${P}" @@ -111,7 +113,7 @@ RDEPEND=" ogg? ( media-libs/libogg ) png? ( media-libs/libpng ) pulseaudio? ( >=media-sound/pulseaudio-0.9.8 ) - qt4? ( $(qt4_min_version 4.2.0 ) ) + qt4? ( || ( ( x11-libs/qt-gui x11-libs/qt-core ) >=x11-libs/qt-4.2.0:4 ) ) samba? ( net-fs/samba ) sdl? ( >=media-libs/libsdl-1.2.8 sdl-image? ( media-libs/sdl-image ) ) |