mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
media-sound/zita-ajbridge: update patch and metadata.xml
Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
--- a/source/Makefile 2020-04-05 23:36:32.000000000 +0300
|
||||
+++ b/source/Makefile 2025-06-24 08:11:05.070000000 +0300
|
||||
@@ -24,10 +24,10 @@ MANDIR ?= /usr/share/man/man1
|
||||
* Don't compress man pages
|
||||
* Don't override compiler optimization flags
|
||||
A similar patch has been already forwarded to upstream by Debian maintainers
|
||||
--- zita-ajbridge-0.8.4.orig/source/Makefile 2020-04-05 23:36:32.000000000 +0300
|
||||
+++ zita-ajbridge-0.8.4/source/Makefile 2025-06-26 07:33:03.834940444 +0300
|
||||
@@ -24,10 +24,10 @@
|
||||
|
||||
VERSION = 0.8.4
|
||||
CPPFLAGS += -MMD -MP -DVERSION=\"$(VERSION)\"
|
||||
@@ -13,7 +16,7 @@
|
||||
|
||||
|
||||
ZITA-A2J_O = zita-a2j.o alsathread.o jackclient.o pxthread.o lfqueue.o
|
||||
@@ -63,17 +63,17 @@ install: all
|
||||
@@ -63,9 +63,9 @@
|
||||
install -d $(DESTDIR)$(MANDIR)
|
||||
install -m 755 zita-a2j $(DESTDIR)$(BINDIR)
|
||||
install -m 755 zita-j2a $(DESTDIR)$(BINDIR)
|
||||
@@ -26,14 +29,3 @@
|
||||
|
||||
|
||||
uninstall:
|
||||
/bin/rm -f $(DESTDIR)$(BINDIR)/zita-a2j
|
||||
/bin/rm -f $(DESTDIR)$(BINDIR)/zita-j2a
|
||||
- /bin/rm -f $(DESTDIR)$(MANDIR)/zita-ajbridge.1.gz
|
||||
- /bin/rm -f $(DESTDIR)$(MANDIR)/zita-a2j.1.gz
|
||||
- /bin/rm -f $(DESTDIR)$(MANDIR)/zita-j2a.1.gz
|
||||
+ /bin/rm -f $(DESTDIR)$(MANDIR)/zita-ajbridge.1
|
||||
+ /bin/rm -f $(DESTDIR)$(MANDIR)/zita-a2j.1
|
||||
+ /bin/rm -f $(DESTDIR)$(MANDIR)/zita-j2a.1
|
||||
|
||||
|
||||
clean:
|
||||
|
||||
@@ -10,9 +10,9 @@
|
||||
allow to use an ALSA device as a Jack client, to provide additional
|
||||
capture (a2j) or playback (j2a) channels. Functionally these are
|
||||
equivalent to the alsa_in and alsa_out clients that come with Jack,
|
||||
but they provide much better audio quality. The resampling ratio will
|
||||
typically be stable within 1 PPM and change only very smoothly. Delay
|
||||
will be stable as well even under worse case conditions, e.g. the Jack
|
||||
client running near the end of the cycle.
|
||||
but they provide much better audio quality.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<bugs-to>mailto:fons@linuxaudio.org</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user