pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/d11amp d11amp: update to 0.61.
details: https://anonhg.NetBSD.org/pkgsrc/rev/023285f64aa6
branches: trunk
changeset: 391250:023285f64aa6
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Jan 06 23:52:50 2023 +0000
description:
d11amp: update to 0.61.
>From Thomas Dettbarn in PR 57165.
Changes:
* Improved Playlist
* Improved Keyboard Control
* Improved Audio Output options
diffstat:
audio/d11amp/DESCR | 4 +-
audio/d11amp/Makefile | 25 +++++++-------
audio/d11amp/PLIST | 2 +-
audio/d11amp/distinfo | 10 ++---
audio/d11amp/patches/patch-Makefile | 62 -------------------------------------
audio/d11amp/patches/patch-d11amp.1 | 20 -----------
6 files changed, 19 insertions(+), 104 deletions(-)
diffs (165 lines):
diff -r de8fa32a332f -r 023285f64aa6 audio/d11amp/DESCR
--- a/audio/d11amp/DESCR Fri Jan 06 23:11:31 2023 +0000
+++ b/audio/d11amp/DESCR Fri Jan 06 23:52:50 2023 +0000
@@ -1,2 +1,2 @@
-D11AMP is is a frontend to MPG123, trying to resemble WinAmp,
-utilizing its treasure trove of themes.
+D11AMP is an oldskool MP3 player. In addition to being a frontend
+to mpg123, it can handle WinAMP's treasure trove of skins. Looks awesome!
diff -r de8fa32a332f -r 023285f64aa6 audio/d11amp/Makefile
--- a/audio/d11amp/Makefile Fri Jan 06 23:11:31 2023 +0000
+++ b/audio/d11amp/Makefile Fri Jan 06 23:52:50 2023 +0000
@@ -1,20 +1,19 @@
-# $NetBSD: Makefile,v 1.2 2023/01/03 17:36:42 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2023/01/06 23:52:50 wiz Exp $
-DISTNAME= d11amp_0.59
-PKGNAME= ${DISTNAME:S/_/-/}
-PKGREVISION= 1
-CATEGORIES= audio
-MASTER_SITES= https://www.dettus.net/d11amp/
-EXTRACT_SUFX= .tar.bz2
+DISTNAME= d11amp_0.61
+PKGNAME= ${DISTNAME:S/_/-/}
+CATEGORIES= audio
+MASTER_SITES= https://www.dettus.net/d11amp/
+EXTRACT_SUFX= .tar.bz2
-MAINTAINER= dettus%dettus.net@localhost
-HOMEPAGE= https://www.dettus.net/d11amp/
-COMMENT= Simple MP3 player
-LICENSE= 2-clause-bsd
+MAINTAINER= dettus%dettus.net@localhost
+HOMEPAGE= https://www.dettus.net/d11amp/
+COMMENT= Oldskool MP3 player
+LICENSE= 2-clause-bsd
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
-USE_TOOLS+= pkg-config
+USE_TOOLS+= pkg-config
do-install:
@@ -24,7 +23,7 @@
## The idea of this test is to check if the output is the expected one.
## for this, the sha256sum is being compared.
do-test:
- cd ${WRKSRC} && ${MAKE} SHA256_CMD=sha256 TMP_DIR=/tmp/d11amp check
+ cd ${WRKSRC} && ${MAKE} SHA256_CMD=sha256 TMP_DIR=/tmp/d11amp check
.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
.include "../../x11/gtk4/buildlink3.mk"
diff -r de8fa32a332f -r 023285f64aa6 audio/d11amp/PLIST
--- a/audio/d11amp/PLIST Fri Jan 06 23:11:31 2023 +0000
+++ b/audio/d11amp/PLIST Fri Jan 06 23:52:50 2023 +0000
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1 2022/12/10 12:50:58 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/01/06 23:52:50 wiz Exp $
bin/d11amp
man/man1/d11amp.1
diff -r de8fa32a332f -r 023285f64aa6 audio/d11amp/distinfo
--- a/audio/d11amp/distinfo Fri Jan 06 23:11:31 2023 +0000
+++ b/audio/d11amp/distinfo Fri Jan 06 23:52:50 2023 +0000
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/12/10 12:50:58 wiz Exp $
+$NetBSD: distinfo,v 1.2 2023/01/06 23:52:50 wiz Exp $
-BLAKE2s (d11amp_0.59.tar.bz2) = 81cf38c1e3e9f177a8c57a0e7a5e4d5a2afc171d8ad1aab643281f1903f8e782
-SHA512 (d11amp_0.59.tar.bz2) = 5a663bf185477956cc24ba988170876935f7cfc81674a283ad086124f992978c0006f652df21e5fb4476479abaacf40ec4db82e18ec2069d99c6a1f229b9f81b
-Size (d11amp_0.59.tar.bz2) = 73479 bytes
-SHA1 (patch-Makefile) = b65e8cdf585be261ba2b3010dd25c31d9c819149
-SHA1 (patch-d11amp.1) = 3cd843d7c538d4830ac42140a4285650a1e51b55
+BLAKE2s (d11amp_0.61.tar.bz2) = bc378065262c3fa731286d5fc153e8e855ce792c5bab4f6ffd6b408fc880776b
+SHA512 (d11amp_0.61.tar.bz2) = ae83b85230df4654479f22ef62bfed557c1754d6b79773cd9126b37acae013d014a9646711090b63e5357a5dc232f7bf81c8ff25e0719d97452c1023d1767bef
+Size (d11amp_0.61.tar.bz2) = 76507 bytes
diff -r de8fa32a332f -r 023285f64aa6 audio/d11amp/patches/patch-Makefile
--- a/audio/d11amp/patches/patch-Makefile Fri Jan 06 23:11:31 2023 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,62 +0,0 @@
-$NetBSD: patch-Makefile,v 1.1 2022/12/10 12:50:58 wiz Exp $
-
-Don't override CFLAGS/LDFLAGS.
-
---- Makefile.orig 2022-11-27 18:03:47.000000000 +0000
-+++ Makefile
-@@ -31,7 +31,7 @@ INSTALLMAN=$(PREFIX)/share/man
-
- CC?=gcc
- AR?=ar
--CFLAGS= -O3 -Os
-+CFLAGS?= -O3 -Os
- #CFLAGS?=-O0 -g
- CFLAGS+=-Wall
- #CFLAGS+=-Werror
-@@ -40,26 +40,26 @@ INCFLAGS= -I$(PROJ_HOME)src/
- LINK=$(CC)
-
- # Library gdk-pixbuf
--LDFLAGS+= `pkg-config --libs gdk-pixbuf-2.0`
--CFLAGS+= `pkg-config --cflags gdk-pixbuf-2.0`
-+LINKFLAGS+= `pkg-config --libs gdk-pixbuf-2.0`
-+INCFLAGS+= `pkg-config --cflags gdk-pixbuf-2.0`
-
- # Library: gtk4
--LDFLAGS+= `pkg-config --libs gtk4`
--CFLAGS+= `pkg-config --cflags gtk4`
-+LINKFLAGS+= `pkg-config --libs gtk4`
-+INCFLAGS+= `pkg-config --cflags gtk4`
-
- # Library: libMPG123
--LDFLAGS+= `pkg-config --libs libmpg123`
--CFLAGS+= `pkg-config --cflags libmpg123`
-+LINKFLAGS+= `pkg-config --libs libmpg123`
-+INCFLAGS+= `pkg-config --cflags libmpg123`
-
- # Library: portaudio
--LDFLAGS+= `pkg-config --libs portaudio-2.0`
--CFLAGS+= `pkg-config --cflags portaudio-2.0`
-+LINKFLAGS+= `pkg-config --libs portaudio-2.0`
-+INCFLAGS+= `pkg-config --cflags portaudio-2.0`
-
- # Library: libzip
--LDFLAGS+= `pkg-config --libs libzip`
--CFLAGS+= `pkg-config --cflags libzip`
-+LINKFLAGS+= `pkg-config --libs libzip`
-+INCFLAGS+= `pkg-config --cflags libzip`
-
--LDFLAGS+=-lpthread -lm
-+LINKFLAGS+=-lpthread -lm
-
-
-
-@@ -125,7 +125,7 @@ install: d11amp d11amp.1
- cp d11amp.1 $(INSTALLMAN)/man1/
-
- d11amp: $(OBJFILES)
-- $(LINK) -o $@ $(OBJFILES) $(LDFLAGS)
-+ $(LINK) -o $@ $(OBJFILES) $(LINKFLAGS) $(LDFLAGS)
-
- .c.o:
- $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_EXTRA) $(INCFLAGS) -c -o $@ $<
diff -r de8fa32a332f -r 023285f64aa6 audio/d11amp/patches/patch-d11amp.1
--- a/audio/d11amp/patches/patch-d11amp.1 Fri Jan 06 23:11:31 2023 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: patch-d11amp.1,v 1.1 2022/12/10 12:50:58 wiz Exp $
-
-Fix typos.
-
---- d11amp.1.orig 2022-11-27 18:03:47.000000000 +0000
-+++ d11amp.1
-@@ -30,11 +30,11 @@ is a frontend to MPG123, trying to resem
- .Nm
- .Op --audiooutput.portaudio.device=NUMBER
- .br
--The audio output is being handled through the portaudio library. This allows to select any audio output present in the device on which
-+The audio output is being handled through the portaudio library. This allows one to select any audio output present in the device on which
- .Nm
- has been started. The outputs are identified through a number, and a list of available outputs can be seen by using a question mark instead of the number.
- .br
--The default audio output device can be adressed by using -1.
-+The default audio output device can be addressed by using -1.
- .Pp
- .Nm
- .Op --bsd
Home |
Main Index |
Thread Index |
Old Index