commit 12771906e5e36ad2b1ad4d85e76ec2a31d1a992d Author: Thomas Penteker <tek@serverop.de> Date: Mon Oct 8 22:07:46 2018 +0200 vlc: add nice to haves, dont disable liba52 diff --git a/vlc/.footprint b/vlc/.footprint index f4bf3400..c7746cbb 100644 --- a/vlc/.footprint +++ b/vlc/.footprint @@ -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 diff --git a/vlc/.signature b/vlc/.signature index c9d51e41..3e1b8ac8 100644 --- a/vlc/.signature +++ b/vlc/.signature @@ -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 diff --git a/vlc/Pkgfile b/vlc/Pkgfile index 6641b643..42981e58 100644 --- a/vlc/Pkgfile +++ b/vlc/Pkgfile @@ -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