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

Tom Gundersen tomegun at archlinux.org
Sat Apr 28 10:44:45 UTC 2012


    Date: Saturday, April 28, 2012 @ 06:44:44
  Author: tomegun
Revision: 157440

upgpkg: libmp4v2 1.9.1-4

revert back from the snapshot, it contained a soname bump

if we want to use the snapshot (which fixes a relatevily serious regression), we
must deal with the needed rebuilds (which do not build against the snapshot without
some fiddling).

Modified:
  libmp4v2/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-28 09:58:45 UTC (rev 157439)
+++ PKGBUILD	2012-04-28 10:44:44 UTC (rev 157440)
@@ -5,28 +5,28 @@
 
 pkgname=libmp4v2
 pkgver=1.9.1
-pkgrel=3
+pkgrel=4
 pkgdesc="MPEG-4 library"
 arch=('i686' 'x86_64')
 license=('MPL')
 url="http://code.google.com/p/mp4v2/"
 depends=('gcc-libs')
 options=('!libtool')
-#source=("http://mp4v2.googlecode.com/files/mp4v2-${pkgver}.tar.bz2")
-source=("http://mp4v2.googlecode.com/files/mp4v2-trunk-r479.tar.bz2")
+source=("http://mp4v2.googlecode.com/files/mp4v2-${pkgver}.tar.bz2")
+#source=("http://mp4v2.googlecode.com/files/mp4v2-trunk-r479.tar.bz2")
 
 build() {
-#  cd ${srcdir}/mp4v2-${pkgver}
-  cd ${srcdir}/mp4v2-trunk-r479
+  cd ${srcdir}/mp4v2-${pkgver}
+#  cd ${srcdir}/mp4v2-trunk-r479
 
   ./configure --prefix=/usr
   make
 }
 
 package() {
-#  cd ${srcdir}/mp4v2-${pkgver}
-  cd ${srcdir}/mp4v2-trunk-r479
+  cd ${srcdir}/mp4v2-${pkgver}
+#  cd ${srcdir}/mp4v2-trunk-r479
   make DESTDIR=${pkgdir} install
   make DESTDIR=${pkgdir} install-man
 }
-md5sums=('9ffd774fa88ad993e28236551511850b')
+md5sums=('986701929ef15b03155ac4fb16444797')




More information about the arch-commits mailing list