vlc: update to 2.0.5.
This commit is contained in:
parent
dc10dad5e8
commit
1385a1b310
@ -1,11 +1,27 @@
|
||||
# Template file for 'vlc'
|
||||
pkgname=vlc
|
||||
version=2.0.4
|
||||
revision=3
|
||||
version=2.0.5
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-gme --disable-libtar --enable-jack
|
||||
--disable-telepathy --disable-lua --disable-live555 --disable-fluidsynth
|
||||
--enable-dvdread --enable-flac --disable-gnomevfs --disable-portaudio"
|
||||
short_desc="VideoLan Client"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.videolan.org/vlc/"
|
||||
license="GPL-2"
|
||||
distfiles="http://download.videolan.org/pub/videolan/vlc/$version/vlc-$version.tar.xz"
|
||||
checksum=dff9eb00861bcd9f8446ff5cedbd3c5fd2bed460e6bfa84bd9e01f750ed96b6e
|
||||
long_desc="
|
||||
VLC media player is a highly portable multimedia player supporting most
|
||||
audio and video formats (H.264, Ogg, DivX, MKV, TS, MPEG-2, mp3, MPEG-4,
|
||||
aac, ...) from files, physical media (DVDs, VCD, Audio-CD), TV capture
|
||||
cards and many network streaming protocols.
|
||||
|
||||
It can also convert media files, transcode and act as a streaming server
|
||||
over unicast or multicast and IPv4 or IPv6. It doesn't need any external
|
||||
codec, program or codec pack to work."
|
||||
|
||||
# XXX Add missing deps: gme, telepathy, lua, live555, libtar (for skins2).
|
||||
depends="pulseaudio freefont-ttf hicolor-icon-theme desktop-file-utils"
|
||||
makedepends="pkg-config videoproto libudev-devel>=183 libpng-devel>=1.5.10
|
||||
@ -19,21 +35,6 @@ makedepends="pkg-config videoproto libudev-devel>=183 libpng-devel>=1.5.10
|
||||
libcdio-devel libdvdnav-devel libsysfs-devel libusb-compat-devel libmtp-devel>=1.1.4
|
||||
sqlite-devel librsvg-devel libtheora-devel speex-devel pulseaudio-devel
|
||||
samba-devel libmodplug-devel libva-devel v4l-utils-devel libass-devel"
|
||||
short_desc="VideoLan Client"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.videolan.org/vlc/"
|
||||
license="GPL-2"
|
||||
distfiles="http://download.videolan.org/pub/videolan/vlc/$version/vlc-$version.tar.xz"
|
||||
checksum=4e066ed0d48ddc85aa1f01964945af666b5713cb6230d76347aebbc9a6553db6
|
||||
long_desc="
|
||||
VLC media player is a highly portable multimedia player supporting most
|
||||
audio and video formats (H.264, Ogg, DivX, MKV, TS, MPEG-2, mp3, MPEG-4,
|
||||
aac, ...) from files, physical media (DVDs, VCD, Audio-CD), TV capture
|
||||
cards and many network streaming protocols.
|
||||
|
||||
It can also convert media files, transcode and act as a streaming server
|
||||
over unicast or multicast and IPv4 or IPv6. It doesn't need any external
|
||||
codec, program or codec pack to work."
|
||||
|
||||
pre_configure() {
|
||||
# hostname -s is not valid, at least in coreutils!
|
||||
|
Loading…
Reference in New Issue
Block a user