vlc: fix plugins cache generation
This commit is contained in:
committed by
Enno Boland
parent
f8c233ec00
commit
71115bb449
@@ -8,7 +8,7 @@ case "${ACTION}" in
|
|||||||
post)
|
post)
|
||||||
if [ -x "${_vlccachegen}" ]; then
|
if [ -x "${_vlccachegen}" ]; then
|
||||||
echo "Rebuilding VLC plugins cache file..."
|
echo "Rebuilding VLC plugins cache file..."
|
||||||
${_vlccachegen} -f usr/lib/vlc/plugins
|
${_vlccachegen} usr/lib/vlc/plugins
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'vlc'
|
# Template file for 'vlc'
|
||||||
pkgname=vlc
|
pkgname=vlc
|
||||||
version=3.0.2
|
version=3.0.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-gme --disable-libtar --enable-jack
|
configure_args="--disable-gme --disable-libtar --enable-jack
|
||||||
--disable-live555 --disable-fluidsynth --enable-dvdread
|
--disable-live555 --disable-fluidsynth --enable-dvdread
|
||||||
|
|||||||
Reference in New Issue
Block a user