pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/d11amp
Module Name: pkgsrc
Committed By: wiz
Date: Fri Jan 6 23:52:50 UTC 2023
Modified Files:
pkgsrc/audio/d11amp: DESCR Makefile PLIST distinfo
Removed Files:
pkgsrc/audio/d11amp/patches: patch-Makefile patch-d11amp.1
Log Message:
d11amp: update to 0.61.
>From Thomas Dettbarn in PR 57165.
Changes:
* Improved Playlist
* Improved Keyboard Control
* Improved Audio Output options
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/d11amp/DESCR pkgsrc/audio/d11amp/PLIST \
pkgsrc/audio/d11amp/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/d11amp/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/audio/d11amp/patches/patch-Makefile \
pkgsrc/audio/d11amp/patches/patch-d11amp.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/d11amp/DESCR
diff -u pkgsrc/audio/d11amp/DESCR:1.1 pkgsrc/audio/d11amp/DESCR:1.2
--- pkgsrc/audio/d11amp/DESCR:1.1 Sat Dec 10 12:50:58 2022
+++ pkgsrc/audio/d11amp/DESCR Fri Jan 6 23:52:50 2023
@@ -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!
Index: pkgsrc/audio/d11amp/PLIST
diff -u pkgsrc/audio/d11amp/PLIST:1.1 pkgsrc/audio/d11amp/PLIST:1.2
--- pkgsrc/audio/d11amp/PLIST:1.1 Sat Dec 10 12:50:58 2022
+++ pkgsrc/audio/d11amp/PLIST Fri Jan 6 23:52:50 2023
@@ -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
Index: pkgsrc/audio/d11amp/distinfo
diff -u pkgsrc/audio/d11amp/distinfo:1.1 pkgsrc/audio/d11amp/distinfo:1.2
--- pkgsrc/audio/d11amp/distinfo:1.1 Sat Dec 10 12:50:58 2022
+++ pkgsrc/audio/d11amp/distinfo Fri Jan 6 23:52:50 2023
@@ -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
Index: pkgsrc/audio/d11amp/Makefile
diff -u pkgsrc/audio/d11amp/Makefile:1.2 pkgsrc/audio/d11amp/Makefile:1.3
--- pkgsrc/audio/d11amp/Makefile:1.2 Tue Jan 3 17:36:42 2023
+++ pkgsrc/audio/d11amp/Makefile Fri Jan 6 23:52:50 2023
@@ -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
-
-MAINTAINER= dettus%dettus.net@localhost
-HOMEPAGE= https://www.dettus.net/d11amp/
-COMMENT= Simple MP3 player
-LICENSE= 2-clause-bsd
+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= 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 @@ do-install:
## 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"
Home |
Main Index |
Thread Index |
Old Index