Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jan 2021 22:45:00 +0000 (UTC)
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562422 - in head/audio/vorbis-tools: . files
Message-ID:  <202101232245.10NMj0Wk070736@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: naddy
Date: Sat Jan 23 22:45:00 2021
New Revision: 562422
URL: https://svnweb.freebsd.org/changeset/ports/562422

Log:
  audio/vorbis-tools: update to 1.4.2
  
  This release fixes many bugs.
  
  Additional user-visible changes:
  * ogg123: Added support for Opus files
  * ogginfo: Added support for Opus, FLAC, and speex
  * ogg123, ogginfo: Added support to decode METADATA_BLOCK_PICTURE
  * ogginfo: Added support for decoding Skeleton
  * vorbiscomment: Added -d/--rm to allow removal of tags

Added:
  head/audio/vorbis-tools/files/patch-ogginfo_codec__skeleton.c   (contents, props changed)
Deleted:
  head/audio/vorbis-tools/files/patch-oggenc_audio.c
  head/audio/vorbis-tools/files/patch-oggenc_oggenc.c
Modified:
  head/audio/vorbis-tools/Makefile
  head/audio/vorbis-tools/distinfo
  head/audio/vorbis-tools/files/patch-configure
  head/audio/vorbis-tools/files/patch-ogg123_Makefile.in
  head/audio/vorbis-tools/files/patch-ogg123_vorbis__comments.c
  head/audio/vorbis-tools/pkg-descr

Modified: head/audio/vorbis-tools/Makefile
==============================================================================
--- head/audio/vorbis-tools/Makefile	Sat Jan 23 22:08:30 2021	(r562421)
+++ head/audio/vorbis-tools/Makefile	Sat Jan 23 22:45:00 2021	(r562422)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	vorbis-tools
-PORTVERSION=	1.4.0
-PORTREVISION=	10
+PORTVERSION=	1.4.2
 PORTEPOCH=	3
 CATEGORIES=	audio
 MASTER_SITES=	http://downloads.xiph.org/releases/vorbis/
@@ -18,6 +17,8 @@ LIB_DEPENDS=	libao.so:audio/libao \
 		libcurl.so:ftp/curl \
 		libFLAC.so:audio/flac \
 		libkate.so:multimedia/libkate \
+		libogg.so:audio/libogg \
+		libopusfile.so:audio/opusfile \
 		libspeex.so:audio/speex \
 		libvorbis.so:audio/libvorbis
 

Modified: head/audio/vorbis-tools/distinfo
==============================================================================
--- head/audio/vorbis-tools/distinfo	Sat Jan 23 22:08:30 2021	(r562421)
+++ head/audio/vorbis-tools/distinfo	Sat Jan 23 22:45:00 2021	(r562422)
@@ -1,2 +1,3 @@
-SHA256 (vorbis-tools-1.4.0.tar.gz) = a389395baa43f8e5a796c99daf62397e435a7e73531c9f44d9084055a05d22bc
-SIZE (vorbis-tools-1.4.0.tar.gz) = 1346532
+TIMESTAMP = 1611440307
+SHA256 (vorbis-tools-1.4.2.tar.gz) = db7774ec2bf2c939b139452183669be84fda5774d6400fc57fde37f77624f0b0
+SIZE (vorbis-tools-1.4.2.tar.gz) = 1389947

Modified: head/audio/vorbis-tools/files/patch-configure
==============================================================================
--- head/audio/vorbis-tools/files/patch-configure	Sat Jan 23 22:08:30 2021	(r562421)
+++ head/audio/vorbis-tools/files/patch-configure	Sat Jan 23 22:45:00 2021	(r562422)
@@ -1,6 +1,6 @@
---- configure.orig	2010-03-26 07:07:20 UTC
+--- configure.orig	2021-01-21 09:14:17 UTC
 +++ configure
-@@ -20398,7 +20398,7 @@ if test -z "$GCC"; then
+@@ -18084,7 +18084,7 @@ if test -z "$GCC"; then
                  ;;
          *)
                  DEBUG="-g"
@@ -9,7 +9,7 @@
                  PROFILE="-g -p"
                  ;;
          esac
-@@ -20421,8 +20421,8 @@ else
+@@ -18107,8 +18107,8 @@ else
                  ;;
          *)
                  DEBUG="-g -Wall -fsigned-char"

Modified: head/audio/vorbis-tools/files/patch-ogg123_Makefile.in
==============================================================================
--- head/audio/vorbis-tools/files/patch-ogg123_Makefile.in	Sat Jan 23 22:08:30 2021	(r562421)
+++ head/audio/vorbis-tools/files/patch-ogg123_Makefile.in	Sat Jan 23 22:45:00 2021	(r562422)
@@ -1,11 +1,11 @@
---- ogg123/Makefile.in.orig	2010-03-26 07:07:18 UTC
+--- ogg123/Makefile.in.orig	2021-01-21 09:14:18 UTC
 +++ ogg123/Makefile.in
-@@ -633,7 +633,7 @@ info: info-am
+@@ -816,7 +816,7 @@ info: info-am
  
  info-am:
  
 -install-data-am: install-docDATA install-man
 +install-data-am: install-man
  
- install-exec-am: install-binPROGRAMS
+ install-dvi: install-dvi-am
  

Modified: head/audio/vorbis-tools/files/patch-ogg123_vorbis__comments.c
==============================================================================
--- head/audio/vorbis-tools/files/patch-ogg123_vorbis__comments.c	Sat Jan 23 22:08:30 2021	(r562421)
+++ head/audio/vorbis-tools/files/patch-ogg123_vorbis__comments.c	Sat Jan 23 22:45:00 2021	(r562422)
@@ -1,6 +1,6 @@
---- ogg123/vorbis_comments.c.orig	2010-01-27 04:14:11 UTC
+--- ogg123/vorbis_comments.c.orig	2021-01-07 23:31:25 UTC
 +++ ogg123/vorbis_comments.c
-@@ -72,7 +72,7 @@ char *lookup_comment_prettyprint (char *
+@@ -74,7 +74,7 @@ char *lookup_comment_prettyprint (const char *comment,
  
    /* Use default formatting */
    j = strcspn(comment, "=");

Added: head/audio/vorbis-tools/files/patch-ogginfo_codec__skeleton.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/vorbis-tools/files/patch-ogginfo_codec__skeleton.c	Sat Jan 23 22:45:00 2021	(r562422)
@@ -0,0 +1,10 @@
+--- ogginfo/codec_skeleton.c.orig	2021-01-23 22:20:35 UTC
++++ ogginfo/codec_skeleton.c
+@@ -24,6 +24,7 @@
+ 
+ #include <ogg/ogg.h>
+ 
++#include "utf8.h"
+ #include "i18n.h"
+ 
+ #include "private.h"

Modified: head/audio/vorbis-tools/pkg-descr
==============================================================================
--- head/audio/vorbis-tools/pkg-descr	Sat Jan 23 22:08:30 2021	(r562421)
+++ head/audio/vorbis-tools/pkg-descr	Sat Jan 23 22:45:00 2021	(r562422)
@@ -10,4 +10,4 @@ patent concerns.
 This package contains utilities to encode, decode, and cut vorbis
 streams, and to add comments to them.
 
-WWW: http://www.vorbis.com/
+WWW: https://xiph.org/vorbis/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101232245.10NMj0Wk070736>