mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
vlc: depend on libsysfs, bumprev.
--HG-- extra : convert_revision : 8919a36168123131465e366a2480312b3044bfee
This commit is contained in:
parent
69129ed89c
commit
3173effbe7
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vlc'
|
# Template file for 'vlc'
|
||||||
pkgname=vlc
|
pkgname=vlc
|
||||||
version=1.0.4
|
version=1.0.4
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="http://download.videolan.org/pub/videolan/vlc/$version/vlc-$version.tar.bz2"
|
distfiles="http://download.videolan.org/pub/videolan/vlc/$version/vlc-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-hal --disable-mtp --disable-gme
|
configure_args="--disable-hal --disable-mtp --disable-gme
|
||||||
|
@ -82,6 +82,7 @@ Add_dependency run libcddb
|
||||||
Add_dependency run libcdio
|
Add_dependency run libcdio
|
||||||
Add_dependency run libdvdread
|
Add_dependency run libdvdread
|
||||||
Add_dependency run libdvdnav
|
Add_dependency run libdvdnav
|
||||||
|
Add_dependency run libsysfs
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build glibc-devel
|
Add_dependency build glibc-devel
|
||||||
Add_dependency build libvorbis-devel
|
Add_dependency build libvorbis-devel
|
||||||
|
@ -140,6 +141,7 @@ Add_dependency build libcddb-devel
|
||||||
Add_dependency build libcdio-devel
|
Add_dependency build libcdio-devel
|
||||||
Add_dependency build libdvdread-devel
|
Add_dependency build libdvdread-devel
|
||||||
Add_dependency build libdvdnav-devel
|
Add_dependency build libdvdnav-devel
|
||||||
|
Add_dependency build libsysfs-devel
|
||||||
|
|
||||||
pre_configure()
|
pre_configure()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue