summaryrefslogtreecommitdiffstats
path: root/gavl
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.servegame.org>2012-08-06 00:24:53 +0200
committerpiernov <piernov@piernov.servegame.org>2012-08-06 00:24:53 +0200
commit6d41582b849b81d5e8f17db9de9ca34ead4ae387 (patch)
tree3f303b43566af7b515ca582be8ee1e53216c1c8f /gavl
parentaf87f56b9819ecefba428837304146933e2fa3a7 (diff)
downloadnutyx-extra-6d41582b849b81d5e8f17db9de9ca34ead4ae387.tar.gz
nutyx-extra-6d41582b849b81d5e8f17db9de9ca34ead4ae387.tar.bz2
nutyx-extra-6d41582b849b81d5e8f17db9de9ca34ead4ae387.tar.xz
nutyx-extra-6d41582b849b81d5e8f17db9de9ca34ead4ae387.zip
gavl 1.4.0-1 màj port
Diffstat (limited to 'gavl')
-rw-r--r--gavl/.footprint.i6862
-rw-r--r--gavl/.footprint.x86_642
-rw-r--r--gavl/.md5sum.i6862
-rw-r--r--gavl/.md5sum.x86_642
-rw-r--r--gavl/Pkgfile10
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
}