From a2dac6db82a43790e905daaf5fe30bb9032b6fd9 Mon Sep 17 00:00:00 2001 From: piernov Date: Thu, 19 Jan 2012 21:48:33 +0100 Subject: qsynth 0.3.6-1 ajout port --- qsynth/.footprint.i686 | 18 ++++++++++++++++++ qsynth/.footprint.x86_64 | 18 ++++++++++++++++++ qsynth/.md5sum.i686 | 1 + qsynth/.md5sum.x86_64 | 1 + qsynth/Pkgfile | 19 +++++++++++++++++++ 5 files changed, 57 insertions(+) create mode 100644 qsynth/.footprint.i686 create mode 100644 qsynth/.footprint.x86_64 create mode 100644 qsynth/.md5sum.i686 create mode 100644 qsynth/.md5sum.x86_64 create mode 100644 qsynth/Pkgfile diff --git a/qsynth/.footprint.i686 b/qsynth/.footprint.i686 new file mode 100644 index 0000000..ccde099 --- /dev/null +++ b/qsynth/.footprint.i686 @@ -0,0 +1,18 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/qsynth +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/qsynth.desktop +drwxr-xr-x root/root usr/share/icons/ +drwxr-xr-x root/root usr/share/icons/hicolor/ +drwxr-xr-x root/root usr/share/icons/hicolor/32x32/ +drwxr-xr-x root/root usr/share/icons/hicolor/32x32/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/qsynth.png +drwxr-xr-x root/root usr/share/locale/ +-rw-r--r-- root/root usr/share/locale/qsynth_cs.qm +-rw-r--r-- root/root usr/share/locale/qsynth_de.qm +-rw-r--r-- root/root usr/share/locale/qsynth_es.qm +-rw-r--r-- root/root usr/share/locale/qsynth_ru.qm +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ diff --git a/qsynth/.footprint.x86_64 b/qsynth/.footprint.x86_64 new file mode 100644 index 0000000..ccde099 --- /dev/null +++ b/qsynth/.footprint.x86_64 @@ -0,0 +1,18 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/qsynth +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/qsynth.desktop +drwxr-xr-x root/root usr/share/icons/ +drwxr-xr-x root/root usr/share/icons/hicolor/ +drwxr-xr-x root/root usr/share/icons/hicolor/32x32/ +drwxr-xr-x root/root usr/share/icons/hicolor/32x32/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/qsynth.png +drwxr-xr-x root/root usr/share/locale/ +-rw-r--r-- root/root usr/share/locale/qsynth_cs.qm +-rw-r--r-- root/root usr/share/locale/qsynth_de.qm +-rw-r--r-- root/root usr/share/locale/qsynth_es.qm +-rw-r--r-- root/root usr/share/locale/qsynth_ru.qm +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ diff --git a/qsynth/.md5sum.i686 b/qsynth/.md5sum.i686 new file mode 100644 index 0000000..287cff0 --- /dev/null +++ b/qsynth/.md5sum.i686 @@ -0,0 +1 @@ +3cba3c87463be75ac188ebc3c3023d12 qsynth-0.3.6.tar.gz diff --git a/qsynth/.md5sum.x86_64 b/qsynth/.md5sum.x86_64 new file mode 100644 index 0000000..287cff0 --- /dev/null +++ b/qsynth/.md5sum.x86_64 @@ -0,0 +1 @@ +3cba3c87463be75ac188ebc3c3023d12 qsynth-0.3.6.tar.gz diff --git a/qsynth/Pkgfile b/qsynth/Pkgfile new file mode 100644 index 0000000..87cd73e --- /dev/null +++ b/qsynth/Pkgfile @@ -0,0 +1,19 @@ +# Description: Interface Qt pour FluidSynth. +# URL: http://qsynth.sourceforge.net/ +# Maintainer: piernov +# Packager: piernov +# Depends on: qt, fluidsynth +# Run on: qt,fluidsynth + +name=qsynth +version=0.3.6 +release=1 +source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) + +build() { + unset MAKEFLAGS + cd $name-$version + ./configure --prefix=/usr + make -j1 + make DESTDIR=$PKG install +} -- cgit v1.2.3-54-g00ecf