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

Giovanni Scafora giovanni at archlinux.org
Mon Mar 30 01:47:00 UTC 2009


    Date: Sunday, March 29, 2009 @ 21:47:00
  Author: giovanni
Revision: 32285

upgpkg: vlc 0.9.9-1

Modified:
  vlc/trunk/PKGBUILD

----------+
 PKGBUILD |   27 +++++++++------------------
 1 file changed, 9 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-30 01:43:36 UTC (rev 32284)
+++ PKGBUILD	2009-03-30 01:47:00 UTC (rev 32285)
@@ -3,27 +3,26 @@
 # Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
 
 pkgname=vlc
-pkgver=0.9.8a
-pkgrel=6
+pkgver=0.9.9
+pkgrel=1
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/"
 license=('GPL2')
-depends=('libmad' 'libmpeg2' 'ffmpeg>=20081220' 'x264>=20090216' 'fluidsynth' \
+depends=('libmad' 'libmpeg2' 'ffmpeg>=20081220' 'fluidsynth' \
          'libdvbpsi' 'fribidi' 'sysfsutils' 'libdvdnav' \
          'libmatroska' 'zvbi' 'libdvdread' 'libmpcdec' \
-         'libdca' 'libxml2' 'lirc-utils' 'libcddb' 'libraw1394' \
+         'libdca' 'lirc-utils' 'libcddb' 'libraw1394' \
          'smbclient' 'taglib'  'libmodplug' 'avahi' 'libv4l' \
-         'sdl_image' 'libshout' 'lua' 'qt' 'a52dec' 'libgcrypt' 'faad2>=2.7')
-makedepends=('pkgconfig' 'live-media>=2008.09.02')
+         'sdl_image' 'libshout' 'lua' 'qt' 'a52dec')
+makedepends=('pkgconfig' 'live-media>=2009.02.23')
 optdepends=('libnotify')
-options=('!libtool' 'force')
-source=(http://download.videolan.org/pub/videolan/vlc/${pkgver}/${pkgname}-${pkgver}.tar.bz2 vlc0.9.8a-x264.diff)
-md5sums=('8ffa2ff763badd5de7592004d8d69a63' '61e1db4e1f2652be0a9e7f43cd743152')
+options=('!libtool')
+source=(http://download.videolan.org/pub/videolan/vlc/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('b7c2a75194ad5c73979c3d880aebbe38')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p1 < ../vlc0.9.8a-x264.diff || return 1
   sed -i -e 's:#include <vlc\/vlc.h>:#include <vlc/vlc.h> \n #include <locale.h>: ' modules/misc/freetype.c
   sed -i -e 's:/usr/share/fonts/truetype/freefont/FreeSerifBold.ttf:/usr/share/fonts/TTF/VeraBd.ttf:' modules/misc/freetype.c
   [ "${CARCH}" = "i686" ] && EXTRAFEATURES="--enable-loader --enable-live555 --with-live555-tree=/usr/lib/live-media"
@@ -31,20 +30,12 @@
   ./configure --prefix=/usr \
               --enable-dvdread \
               --enable-dvdnav \
-              --enable-madi \
-              --enable-ffmpeg \
               --disable-rpath \
               --enable-qt4 \
               --enable-faad \
               --enable-alsa \
               --enable-skins2 \
               --enable-dvb \
-              --enable-dmo \
-              --with-ffmpeg-faac \
-              --with-ffmpeg-vorbis \
-              --with-ffmpeg-dts \
-              --with-ffmpeg-ogg \
-              --with-ffmpeg-theora \
               --enable-v4l \
               --enable-theora \
               --enable-flac \




More information about the arch-commits mailing list