pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
vorbis-tools: Update to 1.4.3
Module Name: pkgsrc-wip
Committed By: Marcin Gondek <drixter%e-utp.net@localhost>
Pushed By: drixter
Date: Tue Jun 9 22:29:13 2026 +0200
Changeset: 6c14e5f9bf561c00df316b579236b417460854ab
Modified Files:
Makefile
Added Files:
vorbis-tools/COMMIT_MSG
vorbis-tools/DESCR
vorbis-tools/Makefile
vorbis-tools/PLIST
vorbis-tools/distinfo
Log Message:
vorbis-tools: Update to 1.4.3
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6c14e5f9bf561c00df316b579236b417460854ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
vorbis-tools/COMMIT_MSG | 20 ++++++++++++++++++++
vorbis-tools/DESCR | 8 ++++++++
vorbis-tools/Makefile | 32 ++++++++++++++++++++++++++++++++
vorbis-tools/PLIST | 31 +++++++++++++++++++++++++++++++
vorbis-tools/distinfo | 5 +++++
6 files changed, 97 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 23403d3d97..b6a4c19455 100644
--- a/Makefile
+++ b/Makefile
@@ -6006,6 +6006,7 @@ SUBDIR+= vncselector
SUBDIR+= vnstat
SUBDIR+= vnstati
SUBDIR+= volctl
+SUBDIR+= vorbis-tools
SUBDIR+= vpnc
SUBDIR+= vpr
SUBDIR+= vscode
diff --git a/vorbis-tools/COMMIT_MSG b/vorbis-tools/COMMIT_MSG
new file mode 100644
index 0000000000..384ab93155
--- /dev/null
+++ b/vorbis-tools/COMMIT_MSG
@@ -0,0 +1,20 @@
+vorbis-tools 1.4.3 -- 2025-04-13
+ * Made sure utf8_decode() prototype is found by newer GCC.
+ * Plugged memleak when using vorbiscomment -c (#2328)
+ * Plugged memory leak in vorbiscomment param parsing.
+ * Added simple self test check.
+ * Updated ogg123 http transport to avoid depricated
+ CURLOPT_PROGRESSFUNCTION.
+ * Code cleanup and avoiding some reserved names breaking MSVC build.
+ * Introduced new configure option --enable-gcc-sanitazion for more
+ checks.
+ * Updated translation files and added initial Norwegian Bokmål
+ translation.
+ * Changed oggenc to no longer assume output path ends in a file name
+ (CVE-2023-43361).
+ * Adjusted build rules to avoi link error on MacOSX.
+ * Dropped version number from documenation install path.
+ * Adjusted ogg123 to handle disappearing audio device more
+ gracefully.
+ * Fetched all updated translations from GNU translation project.
+
diff --git a/vorbis-tools/DESCR b/vorbis-tools/DESCR
new file mode 100644
index 0000000000..73f8a8c796
--- /dev/null
+++ b/vorbis-tools/DESCR
@@ -0,0 +1,8 @@
+vorbis-tools contains an Ogg Vorbis command-line encoder,
+decoder/player and a tool for changing .ogg file comments. Ogg
+Vorbis is a audio encoding format; its technology is patent-free and
+players and encoders are available on a variety of operating
+systems.
+ * oggenc encodes audio into the Ogg Vorbis format
+ * ogg123 plays Ogg Vorbis files or URLs streamed via HTTP
+ * vorbiscomment can list or set comments in an .ogg file
diff --git a/vorbis-tools/Makefile b/vorbis-tools/Makefile
new file mode 100644
index 0000000000..69a536849e
--- /dev/null
+++ b/vorbis-tools/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.102 2026/05/14 16:40:28 ryoon Exp $
+
+DISTNAME= vorbis-tools-1.4.3
+CATEGORIES= audio
+MASTER_SITES= https://ftp.osuosl.org/pub/xiph/releases/vorbis/
+
+MAINTAINER= drixter%e-utp.net@localhost
+HOMEPAGE= http://www.vorbis.com/
+COMMENT= Ogg Vorbis encoder and player
+LICENSE= gnu-gpl-v2
+
+CONFLICTS= vorbis-[0-9]*
+
+USE_TOOLS+= pkg-config
+USE_LIBTOOL= yes
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+
+PLIST_SUBST+= DISTNAME=${DISTNAME}
+
+PTHREAD_OPTS+= require
+
+.include "../../audio/flac/buildlink3.mk"
+.include "../../audio/libao/buildlink3.mk"
+.include "../../audio/libvorbis/buildlink3.mk"
+.include "../../audio/speex/buildlink3.mk"
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../multimedia/libogg/buildlink3.mk"
+.include "../../www/curl/buildlink3.mk"
+
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/vorbis-tools/PLIST b/vorbis-tools/PLIST
new file mode 100644
index 0000000000..5b00454e2f
--- /dev/null
+++ b/vorbis-tools/PLIST
@@ -0,0 +1,31 @@
+@comment $NetBSD: PLIST,v 1.10 2010/11/09 13:13:03 adam Exp $
+bin/ogg123
+bin/oggdec
+bin/oggenc
+bin/ogginfo
+bin/vcut
+bin/vorbiscomment
+man/man1/ogg123.1
+man/man1/oggdec.1
+man/man1/oggenc.1
+man/man1/ogginfo.1
+man/man1/vcut.1
+man/man1/vorbiscomment.1
+share/doc/${DISTNAME}/ogg123rc-example
+share/locale/be/LC_MESSAGES/vorbis-tools.mo
+share/locale/cs/LC_MESSAGES/vorbis-tools.mo
+share/locale/da/LC_MESSAGES/vorbis-tools.mo
+share/locale/en_GB/LC_MESSAGES/vorbis-tools.mo
+share/locale/eo/LC_MESSAGES/vorbis-tools.mo
+share/locale/es/LC_MESSAGES/vorbis-tools.mo
+share/locale/fr/LC_MESSAGES/vorbis-tools.mo
+share/locale/hr/LC_MESSAGES/vorbis-tools.mo
+share/locale/hu/LC_MESSAGES/vorbis-tools.mo
+share/locale/nl/LC_MESSAGES/vorbis-tools.mo
+share/locale/pl/LC_MESSAGES/vorbis-tools.mo
+share/locale/ro/LC_MESSAGES/vorbis-tools.mo
+share/locale/ru/LC_MESSAGES/vorbis-tools.mo
+share/locale/sk/LC_MESSAGES/vorbis-tools.mo
+share/locale/sv/LC_MESSAGES/vorbis-tools.mo
+share/locale/uk/LC_MESSAGES/vorbis-tools.mo
+share/locale/vi/LC_MESSAGES/vorbis-tools.mo
diff --git a/vorbis-tools/distinfo b/vorbis-tools/distinfo
new file mode 100644
index 0000000000..b23cc6d580
--- /dev/null
+++ b/vorbis-tools/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.33 2024/06/18 08:49:33 markd Exp $
+
+BLAKE2s (vorbis-tools-1.4.3.tar.gz) = 6a88419c12bbbdb718be51781aa24d13e355756704fe12bc94eb9c14f5001053
+SHA512 (vorbis-tools-1.4.3.tar.gz) = 096cb82073ca697fd3556e11c09e8296f60d4abc3cdfee6296fe8643f2e39edcf093704453901fe34d03c7818f59d665d665504a217c1399079df1d936d763e4
+Size (vorbis-tools-1.4.3.tar.gz) = 1804238 bytes
Home |
Main Index |
Thread Index |
Old Index