mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
vlc: update to 2.1.0.
This commit is contained in:
parent
dbc83f1f1c
commit
a52633d724
2 changed files with 5 additions and 14 deletions
|
@ -1,10 +0,0 @@
|
||||||
--- modules/codec/avcodec/vaapi.c.orig 2013-06-29 09:40:51.888595531 +0200
|
|
||||||
+++ modules/codec/avcodec/vaapi.c 2013-06-29 09:41:02.216671144 +0200
|
|
||||||
@@ -47,6 +47,7 @@
|
|
||||||
|
|
||||||
#include <X11/Xlib.h>
|
|
||||||
#include <va/va_x11.h>
|
|
||||||
+#include <va/va_compat.h>
|
|
||||||
|
|
||||||
typedef struct
|
|
||||||
{
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vlc'
|
# Template file for 'vlc'
|
||||||
pkgname=vlc
|
pkgname=vlc
|
||||||
version=2.0.8a
|
version=2.1.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="vlc-${version/a/}"
|
wrksrc="vlc-${version/a/}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-gme --disable-libtar --enable-jack
|
configure_args="--disable-gme --disable-libtar --enable-jack
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.videolan.org/vlc/"
|
homepage="http://www.videolan.org/vlc/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://download.videolan.org/pub/videolan/vlc/${version/a/}/vlc-$version.tar.xz"
|
distfiles="http://download.videolan.org/pub/videolan/vlc/${version/a/}/vlc-$version.tar.xz"
|
||||||
checksum=05215f34c487723c84ebb54ab43b836fc70fb466326f7c601847141a499034d2
|
checksum=d2177daa31786acf1e961b2f63429797a8c62c090e5359bcc7929a1ba5fe41f7
|
||||||
long_desc="
|
long_desc="
|
||||||
VLC media player is a highly portable multimedia player supporting most
|
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,
|
audio and video formats (H.264, Ogg, DivX, MKV, TS, MPEG-2, mp3, MPEG-4,
|
||||||
|
@ -36,7 +36,7 @@ makedepends="videoproto libudev-devel>=183 libpng-devel>=1.6 libupnp-devel
|
||||||
libcdio-devel libdvdnav-devel libsysfs-devel libusb-compat-devel libmtp-devel>=1.1.4
|
libcdio-devel libdvdnav-devel libsysfs-devel libusb-compat-devel libmtp-devel>=1.1.4
|
||||||
sqlite-devel librsvg-devel libtheora-devel speex-devel pulseaudio-devel
|
sqlite-devel librsvg-devel libtheora-devel speex-devel pulseaudio-devel
|
||||||
samba-devel libmodplug-devel libva-devel v4l-utils-devel libass-devel
|
samba-devel libmodplug-devel libva-devel v4l-utils-devel libass-devel
|
||||||
opus-devel libbluray-devel"
|
opus-devel libbluray-devel faad2-devel"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# hostname -s is not valid, at least in coreutils!
|
# hostname -s is not valid, at least in coreutils!
|
||||||
|
@ -52,6 +52,7 @@ post_install() {
|
||||||
rm -f ${DESTDIR}/usr/bin/vlc-config
|
rm -f ${DESTDIR}/usr/bin/vlc-config
|
||||||
rm -f ${DESTDIR}/usr/share/man/man1/vlc-config.1
|
rm -f ${DESTDIR}/usr/share/man/man1/vlc-config.1
|
||||||
rm -f ${DESTDIR}/usr/lib/vlc/plugins/plugins.dat
|
rm -f ${DESTDIR}/usr/lib/vlc/plugins/plugins.dat
|
||||||
|
rm -f ${DESTDIR}/usr/lib/vlc/libcompat.a
|
||||||
|
|
||||||
install -d ${DESTDIR}/usr/share/pixmaps
|
install -d ${DESTDIR}/usr/share/pixmaps
|
||||||
cd ${DESTDIR}/usr/share/pixmaps
|
cd ${DESTDIR}/usr/share/pixmaps
|
||||||
|
|
Loading…
Add table
Reference in a new issue