pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/jack



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Sun Jan  8 06:19:55 UTC 2023

Modified Files:
        pkgsrc/audio/jack: Makefile PLIST

Log Message:
jack: Fix removing of examples tools and manpages

pkgsrc changes:
---------------
  * The main part of binaries provided by this package are example tools.
    The 1.9.21 seems to be the last release where these tools are included
    in this the repository of jack. There is now a dedicated repository for
    these tools: https://github.com/jackaudio/jack-example-tools.
    We should plan to add audio/jack-example-tools to package this tools in
    a near future.
  * The man pages are surprisingly conditioned by the --example-tools
    option.
  * Bump revision.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/audio/jack/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/audio/jack/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/jack/Makefile
diff -u pkgsrc/audio/jack/Makefile:1.54 pkgsrc/audio/jack/Makefile:1.55
--- pkgsrc/audio/jack/Makefile:1.54     Sat Jan  7 21:20:19 2023
+++ pkgsrc/audio/jack/Makefile  Sun Jan  8 06:19:55 2023
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.54 2023/01/07 21:20:19 triaxx Exp $
+# $NetBSD: Makefile,v 1.55 2023/01/08 06:19:55 triaxx Exp $
 
 DISTNAME=      jack2-1.9.21
 PKGNAME=       ${DISTNAME:S/jack2/jack/1}
+PKGREVISION=   1
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jackaudio/}
 GITHUB_PROJECT=        jack2
@@ -17,6 +18,7 @@ USE_TOOLS+=   pkg-config bash
 
 WAF_ARGS+=     --systemd=no
 WAF_ARGS+=     --readline=no
+WAF_ARGS+=     --example-tools=yes
 
 .include "../../mk/bsd.prefs.mk"
 

Index: pkgsrc/audio/jack/PLIST
diff -u pkgsrc/audio/jack/PLIST:1.16 pkgsrc/audio/jack/PLIST:1.17
--- pkgsrc/audio/jack/PLIST:1.16        Sat Jan  7 21:20:19 2023
+++ pkgsrc/audio/jack/PLIST     Sun Jan  8 06:19:55 2023
@@ -1,6 +1,41 @@
-@comment $NetBSD: PLIST,v 1.16 2023/01/07 21:20:19 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.17 2023/01/08 06:19:55 triaxx Exp $
 ${PLIST.alsa}bin/alsa_in
 ${PLIST.alsa}bin/alsa_out
+bin/jack_alias
+bin/jack_bufsize
+bin/jack_connect
+bin/jack_cpu
+bin/jack_cpu_load
+bin/jack_disconnect
+bin/jack_evmon
+bin/jack_freewheel
+bin/jack_iodelay
+bin/jack_latent_client
+bin/jack_load
+bin/jack_lsp
+bin/jack_metro
+bin/jack_midi_dump
+bin/jack_midi_latency_test
+bin/jack_midiseq
+bin/jack_midisine
+bin/jack_monitor_client
+bin/jack_multiple_metro
+bin/jack_net_master
+bin/jack_net_slave
+bin/jack_property
+bin/jack_rec
+bin/jack_samplerate
+bin/jack_server_control
+bin/jack_session_notify
+bin/jack_showtime
+bin/jack_simdtests
+bin/jack_simple_client
+bin/jack_simple_session_client
+bin/jack_test
+bin/jack_thru
+bin/jack_unload
+bin/jack_wait
+bin/jack_zombie
 bin/jackd
 include/jack/control.h
 include/jack/intclient.h
@@ -20,6 +55,7 @@ include/jack/uuid.h
 include/jack/weakjack.h
 include/jack/weakmacros.h
 lib/jack/audioadapter.so
+lib/jack/inprocess.so
 ${PLIST.alsa}lib/jack/jack_alsa.so
 ${PLIST.alsa}lib/jack/jack_alsarawmidi.so
 ${PLIST.boomer}lib/jack/jack_boomer.so
@@ -45,3 +81,25 @@ lib/libjackserver.so
 lib/libjackserver.so.0
 lib/libjackserver.so.0.1.0
 lib/pkgconfig/jack.pc
+man/man1/alsa_in.1
+man/man1/alsa_out.1
+man/man1/jack_bufsize.1
+man/man1/jack_connect.1
+man/man1/jack_disconnect.1
+man/man1/jack_freewheel.1
+man/man1/jack_impulse_grabber.1
+man/man1/jack_iodelay.1
+man/man1/jack_load.1
+man/man1/jack_lsp.1
+man/man1/jack_metro.1
+man/man1/jack_monitor_client.1
+man/man1/jack_netsource.1
+man/man1/jack_property.1
+man/man1/jack_samplerate.1
+man/man1/jack_showtime.1
+man/man1/jack_simple_client.1
+man/man1/jack_transport.1
+man/man1/jack_unload.1
+man/man1/jack_wait.1
+man/man1/jackd.1
+man/man1/jackrec.1



Home | Main Index | Thread Index | Old Index