summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/gavl/.footprint16
-rw-r--r--base/gavl/.md5sum1
-rw-r--r--base/gavl/Pkgfile17
-rw-r--r--base/gmp/.footprint12
-rw-r--r--base/gmp/.md5sum2
-rwxr-xr-xbase/gmp/Pkgfile4
6 files changed, 43 insertions, 9 deletions
diff --git a/base/gavl/.footprint b/base/gavl/.footprint
new file mode 100644
index 000000000..11829f564
--- /dev/null
+++ b/base/gavl/.footprint
@@ -0,0 +1,16 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/gavl/
+-rw-r--r-- root/root usr/include/gavl/gavl.h
+-rw-r--r-- root/root usr/include/gavl/gavl_version.h
+-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/timecode.h
+drwxr-xr-x root/root usr/lib/
+-rwxr-xr-x root/root usr/lib/libgavl.la
+lrwxrwxrwx root/root usr/lib/libgavl.so -> libgavl.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libgavl.so.1 -> libgavl.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libgavl.so.1.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/gavl.pc
diff --git a/base/gavl/.md5sum b/base/gavl/.md5sum
new file mode 100644
index 000000000..ed7248e21
--- /dev/null
+++ b/base/gavl/.md5sum
@@ -0,0 +1 @@
+dc37718ab20ed6728eb9e10d5bb3ad17 gavl-1.1.1.tar.gz
diff --git a/base/gavl/Pkgfile b/base/gavl/Pkgfile
new file mode 100644
index 000000000..d6ad4822c
--- /dev/null
+++ b/base/gavl/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Librairie pour le support multimedia
+# URL: http://gmerlin.sourceforge.net/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+
+name=gavl
+version=1.1.1
+release=1
+source=(http://heanet.dl.sourceforge.net/sourceforge/gmerlin/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr\
+ --without-doxygen
+ make
+ make DESTDIR=$PKG install
+}
diff --git a/base/gmp/.footprint b/base/gmp/.footprint
index 884f2cd81..847f13f3b 100644
--- a/base/gmp/.footprint
+++ b/base/gmp/.footprint
@@ -5,14 +5,14 @@ drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libgmp.a
-rwxr-xr-x root/root usr/lib/libgmp.la
-lrwxrwxrwx root/root usr/lib/libgmp.so -> libgmp.so.3.5.0
-lrwxrwxrwx root/root usr/lib/libgmp.so.3 -> libgmp.so.3.5.0
--rwxr-xr-x root/root usr/lib/libgmp.so.3.5.0
+lrwxrwxrwx root/root usr/lib/libgmp.so -> libgmp.so.3.5.2
+lrwxrwxrwx root/root usr/lib/libgmp.so.3 -> libgmp.so.3.5.2
+-rwxr-xr-x root/root usr/lib/libgmp.so.3.5.2
-rw-r--r-- root/root usr/lib/libgmpxx.a
-rwxr-xr-x root/root usr/lib/libgmpxx.la
-lrwxrwxrwx root/root usr/lib/libgmpxx.so -> libgmpxx.so.4.1.0
-lrwxrwxrwx root/root usr/lib/libgmpxx.so.4 -> libgmpxx.so.4.1.0
--rwxr-xr-x root/root usr/lib/libgmpxx.so.4.1.0
+lrwxrwxrwx root/root usr/lib/libgmpxx.so -> libgmpxx.so.4.1.2
+lrwxrwxrwx root/root usr/lib/libgmpxx.so.4 -> libgmpxx.so.4.1.2
+-rwxr-xr-x root/root usr/lib/libgmpxx.so.4.1.2
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/info/
-rw-r--r-- root/root usr/share/info/gmp.info-1.gz
diff --git a/base/gmp/.md5sum b/base/gmp/.md5sum
index 168ada616..fe61cd02d 100644
--- a/base/gmp/.md5sum
+++ b/base/gmp/.md5sum
@@ -1 +1 @@
-26cec15a90885042dd4a15c4003b08ae gmp-4.3.1.tar.bz2
+dd60683d7057917e34630b4a787932e8 gmp-4.3.2.tar.bz2
diff --git a/base/gmp/Pkgfile b/base/gmp/Pkgfile
index 5e9ef2ebc..6d15544a6 100755
--- a/base/gmp/Pkgfile
+++ b/base/gmp/Pkgfile
@@ -5,8 +5,8 @@
# Depends on:
name=gmp
-version=4.3.1
-release=2
+version=4.3.2
+release=1
source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
build()
{