forked from ports/contrib
fluidsynth: adjust depends on line
This commit is contained in:
parent
e86a97ac44
commit
620eba07bf
@ -2,18 +2,18 @@ drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/fluidsynth
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/fluidsynth.h
|
||||
drwxr-xr-x root/root usr/include/fluidsynth/
|
||||
-rw-r--r-- root/root usr/include/fluidsynth/audio.h
|
||||
-rw-r--r-- root/root usr/include/fluidsynth/event.h
|
||||
-rw-r--r-- root/root usr/include/fluidsynth/gen.h
|
||||
-rw-r--r-- root/root usr/include/fluidsynth.h
|
||||
-rw-r--r-- root/root usr/include/fluidsynth/ladspa.h
|
||||
-rw-r--r-- root/root usr/include/fluidsynth/log.h
|
||||
-rw-r--r-- root/root usr/include/fluidsynth/midi.h
|
||||
-rw-r--r-- root/root usr/include/fluidsynth/misc.h
|
||||
-rw-r--r-- root/root usr/include/fluidsynth/mod.h
|
||||
-rw-r--r-- root/root usr/include/fluidsynth/seqbind.h
|
||||
-rw-r--r-- root/root usr/include/fluidsynth/seq.h
|
||||
-rw-r--r-- root/root usr/include/fluidsynth/seqbind.h
|
||||
-rw-r--r-- root/root usr/include/fluidsynth/settings.h
|
||||
-rw-r--r-- root/root usr/include/fluidsynth/sfont.h
|
||||
-rw-r--r-- root/root usr/include/fluidsynth/shell.h
|
||||
@ -22,9 +22,9 @@ 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/
|
||||
-rwxr-xr-x root/root usr/lib/libfluidsynth.so.3.0.4
|
||||
lrwxrwxrwx root/root usr/lib/libfluidsynth.so.3 -> libfluidsynth.so.3.0.4
|
||||
lrwxrwxrwx root/root usr/lib/libfluidsynth.so -> libfluidsynth.so.3
|
||||
lrwxrwxrwx root/root usr/lib/libfluidsynth.so.3 -> libfluidsynth.so.3.0.4
|
||||
-rwxr-xr-x root/root usr/lib/libfluidsynth.so.3.0.4
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/fluidsynth.pc
|
||||
drwxr-xr-x root/root usr/share/
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF30KYKjLjs+fGXhwA7ijKXXf1mnchDbNNKszC2/9D3YpJIy37HT/ammPBMrACyGgcMATeBOMxS9xYl+a3wFzonAw=
|
||||
SHA256 (Pkgfile) = 7bb306b9150a576a361cc583e0975164ebb7e15e0be425923f786579da6fe304
|
||||
SHA256 (.footprint) = 88bbb2888c59790f7899317bee35d2e21816ec9e921240b1c1745495c116d0a7
|
||||
RWSagIOpLGJF3z4JnmzwOZXpFFNkOULNMnU05smnLILFMSMTmEscJA4QvYvrCsE8X2jA0z8fmTSHs2/CDuTjYCRBIgeYM5YqNwE=
|
||||
SHA256 (Pkgfile) = e217773da51e0df89fc7acebb521c7866d5040ccbb2ef4ed8edcb6ad9c4162d7
|
||||
SHA256 (.footprint) = d16090ee73183b05aabda19b2088e0b5878cbf4323df1106fd15490098e28571
|
||||
SHA256 (fluidsynth-2.2.4.tar.gz) = 83cb1dba04c632ede74f0c0717018b062c0e00b639722203b23f77a961afd390
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: A real-time software synthesizer.
|
||||
# URL: https://www.fluidsynth.org/
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: cmake glib
|
||||
# Depends on: glib
|
||||
# Optional: jack-audio-connection-kit
|
||||
|
||||
name=fluidsynth
|
||||
@ -10,7 +10,7 @@ release=1
|
||||
source=(https://github.com/FluidSynth/fluidsynth/archive/v$version/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cmake -S$name-$version -Bbuild -GNinja \
|
||||
cmake -S $name-$version -B build -G Ninja \
|
||||
-D CMAKE_INSTALL_PREFIX=/usr \
|
||||
-D CMAKE_BUILD_TYPE=Release \
|
||||
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user