Here is an update for Audio::Scan.
What's new upstream [0]:
- add support for Opus
- fix incorrect duration calculation on ADTS AAC files
- add proper license marker
What's new in the port:
- replace TEST_FLAGS+TEST_DEPENDS for TEST_POD=Yes
- update DESCR to mention Opus support
- license is GPLv2 actually
Testing:
- 'make test' passes on macppc and amd64
- there are 2 consumers, audio/p5-Audio-Musepack (passes) and
audio/pacpl (no tests) that i've tested [1]
Comments/feedback are welcome :)
Charlène.
[0] https://metacpan.org/source/AGRUNDMA/Audio-Scan-1.01/Changes
[1] http://0x0.st/zmFR.tgz
Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/p5-Audio-Scan/Makefile,v
retrieving revision 1.18
diff -u -p -u -p -r1.18 Makefile
--- Makefile 27 Apr 2018 14:47:29 -0000 1.18
+++ Makefile 23 May 2019 16:19:51 -0000
@@ -2,19 +2,18 @@
COMMENT= fast audio metadata and tag reader for Perl
-DISTNAME= Audio-Scan-0.99
+DISTNAME= Audio-Scan-1.01
CATEGORIES= audio
-# GPLv2+
+# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c perl z
MODULES= cpan
-TEST_FLAGS= TEST_POD=1
-TEST_DEPENDS= devel/p5-Test-Pod \
- devel/p5-Test-Pod-Coverage \
- devel/p5-Test-Warn
+TEST_DEPENDS= devel/p5-Test-Warn
+
+MAKE_ENV+= TEST_POD=Yes
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/audio/p5-Audio-Scan/distinfo,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 distinfo
--- distinfo 27 Apr 2018 14:47:29 -0000 1.7
+++ distinfo 23 May 2019 16:19:51 -0000
@@ -1,2 +1,2 @@
-SHA256 (Audio-Scan-0.99.tar.gz) = qtZKoeT0q9lk6dAPxe3Hn0XyIx7VlbFSAFcnJCUTCQA=
-SIZE (Audio-Scan-0.99.tar.gz) = 3399719
+SHA256 (Audio-Scan-1.01.tar.gz) = gxJyAnHHrdxLvuwzEs3divS5kKxjYgSllsB5M61sY0o=
+SIZE (Audio-Scan-1.01.tar.gz) = 4827918
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/audio/p5-Audio-Scan/pkg/DESCR,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 DESCR
--- pkg/DESCR 4 May 2013 22:34:12 -0000 1.2
+++ pkg/DESCR 23 May 2019 16:19:51 -0000
@@ -1,3 +1,3 @@
Audio::Scan is a C-based scanner for audio file metadata and tag
-information. It currently supports MP3, MP4, Ogg Vorbis, FLAC, ASF,
-WAV, AIFF, Musepack, Monkey's Audio, and WavPack.
+information. It currently supports MP3, MP4, Ogg Vorbis, FLAC, Opus,
+ASF, WAV, AIFF, Musepack, Monkey's Audio, and WavPack.
No comments:
Post a Comment