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

Giovanni Scafora giovanni at nymeria.archlinux.org
Sun Jun 9 13:12:29 UTC 2013


    Date: Sunday, June 9, 2013 @ 15:12:29
  Author: giovanni
Revision: 188099

upgpkg: vlc 2.0.7-2

Fixed FS35669

Modified:
  vlc/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-09 13:05:07 UTC (rev 188098)
+++ PKGBUILD	2013-06-09 13:12:29 UTC (rev 188099)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.0.7
-pkgrel=1
+pkgrel=2
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/"
@@ -65,6 +65,10 @@
   sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
   sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
 
+  # fix for flac-1.3.0
+  sed -i -e 's:stream_decoder.h:FLAC/stream_decoder.h:' modules/codec/flac.c
+  sed -i -e 's:stream_encoder.h:FLAC/stream_encoder.h:' modules/codec/flac.c
+
   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