1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2010 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.63 2010/04/07 16:04:46 patrick Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.64 2010/04/09 09:39:49 aballier Exp $ |
4 | |
4 | |
5 | EAPI="2" |
5 | EAPI="2" |
6 | |
6 | |
7 | SCM="" |
7 | SCM="" |
8 | if [ "${PV%9999}" != "${PV}" ] ; then |
8 | if [ "${PV%9999}" != "${PV}" ] ; then |
… | |
… | |
22 | MY_PV="${PV/_/-}" |
22 | MY_PV="${PV/_/-}" |
23 | MY_PV="${MY_PV/-beta/-test}" |
23 | MY_PV="${MY_PV/-beta/-test}" |
24 | MY_P="${PN}-${MY_PV}" |
24 | MY_P="${PN}-${MY_PV}" |
25 | VLC_SNAPSHOT_TIME="0013" |
25 | VLC_SNAPSHOT_TIME="0013" |
26 | |
26 | |
27 | PATCHLEVEL="84" |
27 | PATCHLEVEL="85" |
28 | DESCRIPTION="VLC media player - Video player and streamer" |
28 | DESCRIPTION="VLC media player - Video player and streamer" |
29 | HOMEPAGE="http://www.videolan.org/vlc/" |
29 | HOMEPAGE="http://www.videolan.org/vlc/" |
30 | if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild |
30 | if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild |
31 | SRC_URI="" |
31 | SRC_URI="" |
32 | elif [[ "${P}" == *_alpha* ]]; then # Snapshots taken from nightlies.videolan.org |
32 | elif [[ "${P}" == *_alpha* ]]; then # Snapshots taken from nightlies.videolan.org |