From 77bfde4a20cb582b82810a31f87bfe3e6da7dc9a Mon Sep 17 00:00:00 2001 From: tnut Date: Mon, 22 Feb 2010 19:40:44 +0100 Subject: Ajout de gavl#1.1.1-1 --- base/gavl/.footprint | 16 ++++++++++++++++ base/gavl/.md5sum | 1 + base/gavl/Pkgfile | 17 +++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 base/gavl/.footprint create mode 100644 base/gavl/.md5sum create mode 100644 base/gavl/Pkgfile (limited to 'base') 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 +} -- cgit v1.2.3-54-g00ecf