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

Maxime Gauduin alucryd at archlinux.org
Thu Feb 18 20:07:38 UTC 2016


    Date: Thursday, February 18, 2016 @ 21:07:38
  Author: alucryd
Revision: 259979

Use ffmpeg2.8: vlc 2.2.2-2

Modified:
  vlc/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-18 19:59:21 UTC (rev 259978)
+++ PKGBUILD	2016-02-18 20:07:38 UTC (rev 259979)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/"
@@ -12,7 +12,7 @@
 license=('LGPL2.1' 'GPL2')
 depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy'
          'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska'
-         'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
+         'zvbi' 'taglib' 'libmpcdec' 'ffmpeg2.8' 'faad2' 'libupnp'
          'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar'
          'libxinerama')
 makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
@@ -76,6 +76,7 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
+  PKG_CONFIG_PATH="/usr/lib/ffmpeg2.8/pkgconfig" \
   CFLAGS+=" -I/usr/include/samba-4.0" CPPFLAGS+=" -I/usr/include/samba-4.0" \
   ./configure --prefix=/usr \
               --sysconfdir=/etc \



More information about the arch-commits mailing list