vlc: depend on hicolor-icon-theme and desktop-file-utils, bumprev.
This commit is contained in:
parent
6e1ba7d603
commit
cc86b1c563
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'vlc'
|
||||
pkgname=vlc
|
||||
version=1.1.5
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="http://download.videolan.org/pub/videolan/vlc/$version/vlc-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-gme --disable-libtar --enable-snapshot
|
||||
|
@ -20,6 +20,8 @@ long_desc="
|
|||
over unicast or multicast and IPv4 or IPv6. It doesn't need any external
|
||||
codec, program or codec pack to work."
|
||||
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
|
||||
# XXX Add missing deps: gme, telepathy, lua, live555,
|
||||
# smbclient, libtar (for skins2).
|
||||
|
||||
|
@ -164,6 +166,8 @@ Add_dependency build pulseaudio-devel
|
|||
|
||||
Add_dependency full pulseaudio
|
||||
Add_dependency full freefont-ttf
|
||||
Add_dependency full hicolor-icon-theme
|
||||
Add_dependency full desktop-file-utils
|
||||
|
||||
pre_configure()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue