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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Fri Dec 13 07:56:14 UTC 2013


    Date: Friday, December 13, 2013 @ 08:56:14
  Author: bpiotrowski
Revision: 201498

upgpkg: x264 20131030-2

- rebuild with correct prefix to fix pkg-config file (FS#38112)

Modified:
  x264/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-12 23:22:05 UTC (rev 201497)
+++ PKGBUILD	2013-12-13 07:56:14 UTC (rev 201498)
@@ -6,7 +6,7 @@
 
 pkgname=x264
 pkgver=20131030
-pkgrel=1
+pkgrel=2
 pkgdesc='Library for encoding H264/AVC video streams'
 arch=('i686' 'x86_64')
 url='http://www.videolan.org/developers/x264.html'
@@ -19,19 +19,14 @@
 build() {
   cd $pkgname
 
-  ./configure --enable-shared \
+  ./configure --prefix=/usr \
+    --enable-shared \
     --enable-pic
+
   make
 }
 
 package() {
   cd $pkgname
-
-  make DESTDIR="$pkgdir" \
-    bindir=/usr/bin \
-    libdir=/usr/lib \
-    includedir=/usr/include \
-    install
+  make DESTDIR="$pkgdir" install
 }
-
-# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list