vlc: add nice to haves, dont disable liba52

This commit is contained in:
Thomas Penteker 2018-10-08 22:07:46 +02:00
parent 136f175473
commit 12771906e5
3 changed files with 9 additions and 6 deletions

View File

@ -254,6 +254,8 @@ drwxr-xr-x root/root usr/lib/vlc/plugins/audio_output/
-rwxr-xr-x root/root usr/lib/vlc/plugins/audio_output/libamem_plugin.la
-rwxr-xr-x root/root usr/lib/vlc/plugins/audio_output/libamem_plugin.so
drwxr-xr-x root/root usr/lib/vlc/plugins/codec/
-rwxr-xr-x root/root usr/lib/vlc/plugins/codec/liba52_plugin.la
-rwxr-xr-x root/root usr/lib/vlc/plugins/codec/liba52_plugin.so
-rwxr-xr-x root/root usr/lib/vlc/plugins/codec/libadpcm_plugin.la
-rwxr-xr-x root/root usr/lib/vlc/plugins/codec/libadpcm_plugin.so
-rwxr-xr-x root/root usr/lib/vlc/plugins/codec/libaes3_plugin.la

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF300v6VYOILM+9XUBDHvZCRMfotTp4s3zidviJqD7qm+vd8Aw0KwgYXJWwsDCT9+4pRTB34CymL02/mx7cRhhJQU=
SHA256 (Pkgfile) = 1ef50c09a352717d92b9e4ef61bde0abe595c9b685f266b6e55e6486eb06aec6
SHA256 (.footprint) = 9647fa6b9dcef782e7187776daa8188b1deb8af9988c6e82e24f479b944035bb
RWSagIOpLGJF36OPxUQKnAA0WczTOvLQodEbaB0lL6cNtjPJi7asjA9IrwIhl0kQJESAITT3aFzUYh6fFSo6nCYSAD4FPrW0Pg8=
SHA256 (Pkgfile) = aa05d2b32176c3b97bf6bf9884a210b11342279e6d5d3ed546f7ce080597d9de
SHA256 (.footprint) = e45c993428df6003479157ad58622d2b7e1d2342f7f32bb47dd40c9686f23e8c
SHA256 (vlc-3.0.4.tar.xz) = 01f3db3790714038c01f5e23c709e31ecd6f1c046ac93d19e1dde38b3fc05a9e

View File

@ -2,7 +2,8 @@
# URL: http://www.videolan.org/vlc/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Matt Housh, jaeger at morpheus dot net
# Depends on: libmad ffmpeg qt4 libdvdnav liba52 libgcrypt alsa-lib
# Depends on: libmad ffmpeg qt4 libdvdnav libgcrypt alsa-lib liba52
# Nice to have:opus libvorbis x264 libogg libmtp libtheora flac
name=vlc
version=3.0.4
@ -26,9 +27,9 @@ build() {
--disable-nls \
--disable-fribidi \
--disable-dbus \
--enable-alsa \
--disable-lua \
--disable-a52
--enable-alsa
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc