[arch-commits] Commit in vlc/trunk (PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Mon Dec 15 21:25:52 UTC 2008


    Date: Monday, December 15, 2008 @ 16:25:52
  Author: giovanni
Revision: 21741

upgpkg: vlc 0.9.8a-3
    Fixed FS12141 and FS11923

Modified:
  vlc/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-15 20:57:26 UTC (rev 21740)
+++ PKGBUILD	2008-12-15 21:25:52 UTC (rev 21741)
@@ -4,7 +4,7 @@
 
 pkgname=vlc
 pkgver=0.9.8a
-pkgrel=2
+pkgrel=3
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/"
@@ -14,8 +14,9 @@
          'libmatroska' 'zvbi' 'libdvdread' 'libmpcdec' \
          'libdca' 'libxml2' 'lirc-utils' 'libcddb' 'libraw1394' \
          'smbclient' 'taglib'  'libmodplug' 'avahi' 'libv4l' \
-         'sdl_image' 'libshout' 'libnotify' 'lua' 'qt')
+         'sdl_image' 'libshout' 'lua' 'qt')
 makedepends=('pkgconfig' 'live-media>=2008.09.02')
+optdepends=('libnotify')
 options=('!libtool' 'force')
 source=(http://download.videolan.org/pub/videolan/vlc/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('8ffa2ff763badd5de7592004d8d69a63')
@@ -62,7 +63,7 @@
   make || return 1
   make DESTDIR=${pkgdir}/ install || return 1
   
-  for res in 16 32 48; do
+  for res in 16 32 48 128; do
     install -D -m644 ${srcdir}/vlc-${pkgver}/share/vlc${res}x${res}.png \
 		     ${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png || return 1
   done




More information about the arch-commits mailing list