diff options
author | Jan-Michael Franz <jmf@mesecons.net> | 2018-02-17 21:22:53 +0100 |
---|---|---|
committer | Jan-Michael Franz <jmf@mesecons.net> | 2018-02-17 21:22:53 +0100 |
commit | 07580992398123a3af681999bd3f2d58b3d842d0 (patch) | |
tree | b6d27cd1d3cacad1a7e2bee4199706bfe8074688 /fluidsynth | |
parent | e1c92ac54e9df7e600de6a8ee7e1bd03230d3a22 (diff) | |
download | contrib-07580992398123a3af681999bd3f2d58b3d842d0.tar.gz contrib-07580992398123a3af681999bd3f2d58b3d842d0.tar.xz |
fluidsynth: new maintainer, update to 1.1.9
Diffstat (limited to 'fluidsynth')
-rw-r--r-- | fluidsynth/.footprint | 15 | ||||
-rw-r--r-- | fluidsynth/.md5sum | 2 | ||||
-rw-r--r-- | fluidsynth/.signature | 8 | ||||
-rw-r--r-- | fluidsynth/Pkgfile | 16 |
4 files changed, 20 insertions, 21 deletions
diff --git a/fluidsynth/.footprint b/fluidsynth/.footprint index c0f81c8cd..f82ad0c8d 100644 --- a/fluidsynth/.footprint +++ b/fluidsynth/.footprint @@ -22,13 +22,12 @@ drwxr-xr-x root/root usr/include/fluidsynth/ -rw-r--r-- root/root usr/include/fluidsynth/version.h -rw-r--r-- root/root usr/include/fluidsynth/voice.h drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libfluidsynth.a --rwxr-xr-x root/root usr/lib/libfluidsynth.la -lrwxrwxrwx root/root usr/lib/libfluidsynth.so -> libfluidsynth.so.1.4.1 -lrwxrwxrwx root/root usr/lib/libfluidsynth.so.1 -> libfluidsynth.so.1.4.1 --rwxr-xr-x root/root usr/lib/libfluidsynth.so.1.4.1 +lrwxrwxrwx root/root usr/lib/libfluidsynth.so -> libfluidsynth.so.1 +lrwxrwxrwx root/root usr/lib/libfluidsynth.so.1 -> libfluidsynth.so.1.7.0 +-rwxr-xr-x root/root usr/lib/libfluidsynth.so.1.7.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/fluidsynth.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/fluidsynth.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/fluidsynth.1.gz diff --git a/fluidsynth/.md5sum b/fluidsynth/.md5sum index d9a669dca..186875ada 100644 --- a/fluidsynth/.md5sum +++ b/fluidsynth/.md5sum @@ -1 +1 @@ -0d3e3cc770b4da413010dfb7dfdce9c8 fluidsynth-1.1.3.tar.gz +0011c2b173e90f95a72b12c9a73b7c2c v1.1.9.tar.gz diff --git a/fluidsynth/.signature b/fluidsynth/.signature index c9d2b8c84..610d10666 100644 --- a/fluidsynth/.signature +++ b/fluidsynth/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF37sWJH5rZvoFwatfj4IYxAi1TscnUumH5umghyjW1TrpBulXZhCHoKxCiOqj4WMxDnwv+UA6J8k+9hXMgQ5KQw8= -SHA256 (Pkgfile) = cba6723d729869ae25ff73d11ff7fd40c9234e4a15d1ab41c7a2c69513498f3b -SHA256 (.footprint) = 75d9e5f822962741f5e88fbbf0be946ee6accc07e844e8f90f8b03fc57c1bd3d -SHA256 (fluidsynth-1.1.3.tar.gz) = 66c2b19b7ec8493d39f70f58d72c8797babcba39b886ad414426df05c6ee76c3 +RWSagIOpLGJF35k4uZ2M7y1YPiY07mFczSDL0gs3IN15QRnNoZFx8+Jy4ii+ljlDrv5idGwu8VAuAgkNUQTEpt7s6ajLOxpc3AU= +SHA256 (Pkgfile) = 15955f17014e5361bea15f7812adf47f96143f32a2b46eb42db2c498ce2c0280 +SHA256 (.footprint) = 812a4e0ebefbe2ddff18acfffb8536a0ee8e55fead4a3d53de83a7c52fb5e839 +SHA256 (v1.1.9.tar.gz) = dd6321e13a7c875ef3032644bd3197e84b3d24928e2379bc8066b7cace7bd410 diff --git a/fluidsynth/Pkgfile b/fluidsynth/Pkgfile index 1486e2852..f7daf6b10 100644 --- a/fluidsynth/Pkgfile +++ b/fluidsynth/Pkgfile @@ -1,20 +1,20 @@ # Description: A real-time software synthesizer. # URL: http://www.fluidsynth.org/ -# Maintainer: Jose V Beneyto, sepen at crux dot nu +# Maintainer: Jan-Michael Franz, jmf at mesecons dot net # Packager: Olle Gustafsson, ogg at linux dot se -# Depends on: +# Depends on: cmake +# Nice to have: jack-audio-connection-kit name=fluidsynth -version=1.1.3 +version=1.1.9 release=1 -source=(http://download.sourceforge.net/$name/$name-$version.tar.gz) +source=(https://github.com/FluidSynth/fluidsynth/archive/v$version.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr \ - --mandir=/usr/man \ - --disable-debug \ - --disable-nls + mkdir build + cd build + cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DLIB_SUFFIX= -DCMAKE_BUILD_TYPE=Release make make DESTDIR=$PKG install } |