mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
vlc: fix reverts for omxplayer
This commit is contained in:
parent
f10e78710b
commit
48078aac35
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vlc'
|
# Template file for 'vlc'
|
||||||
pkgname=vlc
|
pkgname=vlc
|
||||||
version=3.0.20
|
version=3.0.20
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-gme --disable-libtar --enable-jack
|
configure_args="--disable-gme --disable-libtar --enable-jack
|
||||||
--enable-live555 --disable-fluidsynth --enable-dvdread
|
--enable-live555 --disable-fluidsynth --enable-dvdread
|
||||||
|
@ -134,6 +134,11 @@ vlc-devel_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
omxplayer_package() {
|
omxplayer_package() {
|
||||||
|
reverts="20130324_1 20130324_2 20130715_1 20130807_1 20130913_1 20130924_1 20131021_1
|
||||||
|
20131026_1 20131030_1 20131123_1 20131124_1 20140120_1 20140226_1 20140416_1 20140713_1
|
||||||
|
20140929_1 20141210_1 20150207_1 20150209_1 20150406_1 20150526_1 20150609_1 20150907_1
|
||||||
|
20150907_2 20150907_3 20151218_1 20160723_1 20160723_2 20160723_3 20160723_4 20190102_1
|
||||||
|
20190102_2"
|
||||||
short_desc+="Commandline OMX player for the Raspberry Pi (transitional dummy package)"
|
short_desc+="Commandline OMX player for the Raspberry Pi (transitional dummy package)"
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
build_style=meta
|
build_style=meta
|
||||||
|
|
Loading…
Add table
Reference in a new issue