pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/abcde



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Dec  7 20:16:40 UTC 2023

Modified Files:
        pkgsrc/audio/abcde: DESCR Makefile
Removed Files:
        pkgsrc/audio/abcde: MESSAGE

Log Message:
audio/abcde: Drop MESSAGE and clarify DESCR

MESSAGE explained that the package, despite being "a frontend
command-line utility (actually, a shell script) that grabs tracks off
a CD, encodes them to ogg, mp3 or flac formats, and tags them, all in
one go." does not contain or depend on any encoders.  Explain this
surprising situation in DESCR, which should explain what the package
does, and give a parenthetical hint about encoders it might use.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/abcde/DESCR
cvs rdiff -u -r1.6 -r0 pkgsrc/audio/abcde/MESSAGE
cvs rdiff -u -r1.73 -r1.74 pkgsrc/audio/abcde/Makefile

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

Modified files:

Index: pkgsrc/audio/abcde/DESCR
diff -u pkgsrc/audio/abcde/DESCR:1.2 pkgsrc/audio/abcde/DESCR:1.3
--- pkgsrc/audio/abcde/DESCR:1.2        Mon Dec 16 05:14:28 2002
+++ pkgsrc/audio/abcde/DESCR    Thu Dec  7 20:16:40 2023
@@ -1,3 +1,7 @@
 abcde is a frontend command-line utility (actually, a shell script) that
 grabs tracks off a CD, encodes them to ogg, mp3 or flac formats, and tags them,
 all in one go.
+
+abcde requires an encoder at runtime, but the package does not contain
+any encoders or depend on any encoder.  (Possibilities are bladeenc,
+fdk-aac, flac, lame, musepack, speex, and vorbis-tools.)

Index: pkgsrc/audio/abcde/Makefile
diff -u pkgsrc/audio/abcde/Makefile:1.73 pkgsrc/audio/abcde/Makefile:1.74
--- pkgsrc/audio/abcde/Makefile:1.73    Tue Jun 28 11:30:53 2022
+++ pkgsrc/audio/abcde/Makefile Thu Dec  7 20:16:40 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.73 2022/06/28 11:30:53 wiz Exp $
+# $NetBSD: Makefile,v 1.74 2023/12/07 20:16:40 gdt Exp $
 
 DISTNAME=      abcde-2.9.3
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    audio
 MASTER_SITES=  http://abcde.einval.com/download/
 



Home | Main Index | Thread Index | Old Index