From 6d41582b849b81d5e8f17db9de9ca34ead4ae387 Mon Sep 17 00:00:00 2001 From: piernov Date: Mon, 6 Aug 2012 00:24:53 +0200 Subject: gavl 1.4.0-1 màj port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gavl/.footprint.i686 | 2 ++ gavl/.footprint.x86_64 | 2 ++ gavl/.md5sum.i686 | 2 +- gavl/.md5sum.x86_64 | 2 +- gavl/Pkgfile | 10 +++++----- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/gavl/.footprint.i686 b/gavl/.footprint.i686 index 541023f5b..9aabb1f4b 100644 --- a/gavl/.footprint.i686 +++ b/gavl/.footprint.i686 @@ -7,6 +7,8 @@ drwxr-xr-x root/root usr/include/gavl/ -rw-r--r-- root/root usr/include/gavl/gavldefs.h -rw-r--r-- root/root usr/include/gavl/gavldsp.h -rw-r--r-- root/root usr/include/gavl/gavltime.h +-rw-r--r-- root/root usr/include/gavl/metadata.h +-rw-r--r-- root/root usr/include/gavl/metatags.h -rw-r--r-- root/root usr/include/gavl/timecode.h drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libgavl.la diff --git a/gavl/.footprint.x86_64 b/gavl/.footprint.x86_64 index 541023f5b..9aabb1f4b 100644 --- a/gavl/.footprint.x86_64 +++ b/gavl/.footprint.x86_64 @@ -7,6 +7,8 @@ drwxr-xr-x root/root usr/include/gavl/ -rw-r--r-- root/root usr/include/gavl/gavldefs.h -rw-r--r-- root/root usr/include/gavl/gavldsp.h -rw-r--r-- root/root usr/include/gavl/gavltime.h +-rw-r--r-- root/root usr/include/gavl/metadata.h +-rw-r--r-- root/root usr/include/gavl/metatags.h -rw-r--r-- root/root usr/include/gavl/timecode.h drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libgavl.la diff --git a/gavl/.md5sum.i686 b/gavl/.md5sum.i686 index 9d4ed8ae6..af64ce751 100644 --- a/gavl/.md5sum.i686 +++ b/gavl/.md5sum.i686 @@ -1 +1 @@ -f7dd25d3ef26a8d22f947e9383d251e7 gavl-1.2.0.tar.gz +2752013a817fbc43ddf13552215ec2c0 gavl-1.4.0.tar.gz diff --git a/gavl/.md5sum.x86_64 b/gavl/.md5sum.x86_64 index 9d4ed8ae6..af64ce751 100644 --- a/gavl/.md5sum.x86_64 +++ b/gavl/.md5sum.x86_64 @@ -1 +1 @@ -f7dd25d3ef26a8d22f947e9383d251e7 gavl-1.2.0.tar.gz +2752013a817fbc43ddf13552215ec2c0 gavl-1.4.0.tar.gz diff --git a/gavl/Pkgfile b/gavl/Pkgfile index 284b812ac..22d681e2f 100644 --- a/gavl/Pkgfile +++ b/gavl/Pkgfile @@ -4,16 +4,16 @@ # Packager: thierryn1 at hispeed dot ch name=gavl -version=1.2.0 +version=1.4.0 release=1 -source=(http://heanet.dl.sourceforge.net/sourceforge/gmerlin/$name-$version.tar.gz) +source=(http://downloads.sourceforge.net/gmerlin/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr \ - --without-doxygen \ - --disable-libpng \ - --with-cpuflags=none + --enable-libpng \ + --without-doxygen \ + --with-cpuflags=no make make DESTDIR=$PKG install } -- cgit v1.2.3-54-g00ecf