forked from ports/contrib
jack-audio-connection-kit: 0.121.3 -> 0.124.1
This commit is contained in:
parent
08830ae0e7
commit
9b38f5fb8e
@ -20,6 +20,7 @@ drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/jack_midisine
|
||||
-rwxr-xr-x root/root usr/bin/jack_monitor_client
|
||||
-rwxr-xr-x root/root usr/bin/jack_netsource
|
||||
-rwxr-xr-x root/root usr/bin/jack_property
|
||||
-rwxr-xr-x root/root usr/bin/jack_rec
|
||||
-rwxr-xr-x root/root usr/bin/jack_samplerate
|
||||
-rwxr-xr-x root/root usr/bin/jack_server_control
|
||||
@ -37,20 +38,20 @@ drwxr-xr-x root/root usr/include/jack/
|
||||
-rw-r--r-- root/root usr/include/jack/control.h
|
||||
-rw-r--r-- root/root usr/include/jack/intclient.h
|
||||
-rw-r--r-- root/root usr/include/jack/jack.h
|
||||
-rw-r--r-- root/root usr/include/jack/jslist.h
|
||||
-rw-r--r-- root/root usr/include/jack/metadata.h
|
||||
-rw-r--r-- root/root usr/include/jack/midiport.h
|
||||
-rw-r--r-- root/root usr/include/jack/ringbuffer.h
|
||||
-rw-r--r-- root/root usr/include/jack/session.h
|
||||
-rw-r--r-- root/root usr/include/jack/statistics.h
|
||||
-rw-r--r-- root/root usr/include/jack/thread.h
|
||||
-rw-r--r-- root/root usr/include/jack/timestamps.h
|
||||
-rw-r--r-- root/root usr/include/jack/transport.h
|
||||
-rw-r--r-- root/root usr/include/jack/types.h
|
||||
-rw-r--r-- root/root usr/include/jack/uuid.h
|
||||
-rw-r--r-- root/root usr/include/jack/weakjack.h
|
||||
-rw-r--r-- root/root usr/include/jack/weakmacros.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/jack/
|
||||
-rwxr-xr-x root/root usr/lib/jack/a2j_in.la
|
||||
-rwxr-xr-x root/root usr/lib/jack/a2j_in.so
|
||||
-rwxr-xr-x root/root usr/lib/jack/inprocess.la
|
||||
-rwxr-xr-x root/root usr/lib/jack/inprocess.so
|
||||
-rwxr-xr-x root/root usr/lib/jack/intime.la
|
||||
@ -75,7 +76,8 @@ lrwxrwxrwx root/root usr/lib/libjackserver.so.0 -> libjackserver.so.0.0.28
|
||||
-rwxr-xr-x root/root usr/lib/libjackserver.so.0.0.28
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/jack.pc
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/jackd.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/jackstart.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/jackd.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/jackstart.1.gz
|
||||
|
@ -1 +1 @@
|
||||
35f470f7422c37b33eb965033f7a42e8 jack-audio-connection-kit-0.121.3.tar.gz
|
||||
d64e90121be8a54860b870a726fb5b5d jack-audio-connection-kit-0.124.1.tar.gz
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Depends on: libsamplerate
|
||||
|
||||
name=jack-audio-connection-kit
|
||||
version=0.121.3
|
||||
version=0.124.1
|
||||
release=1
|
||||
source=(http://jackaudio.org/downloads/$name-$version.tar.gz)
|
||||
|
||||
@ -14,10 +14,9 @@ build() {
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--libdir=/usr/lib \
|
||||
--disable-portaudio
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -rf $PKG/usr/share
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user