[Midnightbsd-cvs] mports [16950] trunk/audio/libvorbis/pkg-plist: libvorbis 1.3.4

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 7 13:50:45 EDT 2014


Revision: 16950
          http://svnweb.midnightbsd.org/mports/?rev=16950
Author:   laffer1
Date:     2014-09-07 13:50:45 -0400 (Sun, 07 Sep 2014)
Log Message:
-----------
libvorbis 1.3.4

Modified Paths:
--------------
    trunk/audio/libvorbis/Makefile
    trunk/audio/libvorbis/distinfo
    trunk/audio/libvorbis/files/patch-configure
    trunk/audio/libvorbis/files/patch-doc_Makefile.in
    trunk/audio/libvorbis/files/patch-doc_vorbisenc_Makefile.in
    trunk/audio/libvorbis/files/patch-doc_vorbisfile_Makefile.in
    trunk/audio/libvorbis/pkg-descr
    trunk/audio/libvorbis/pkg-plist

Added Paths:
-----------
    trunk/audio/libvorbis/files/patch-doc_libvorbis_Makefile.in

Removed Paths:
-------------
    trunk/audio/libvorbis/files/patch-Makefile.in

Property Changed:
----------------
    trunk/audio/libvorbis/files/patch-configure
    trunk/audio/libvorbis/files/patch-doc_Makefile.in
    trunk/audio/libvorbis/files/patch-doc_vorbisenc_Makefile.in
    trunk/audio/libvorbis/files/patch-doc_vorbisfile_Makefile.in

Modified: trunk/audio/libvorbis/Makefile
===================================================================
--- trunk/audio/libvorbis/Makefile	2014-09-07 17:48:56 UTC (rev 16949)
+++ trunk/audio/libvorbis/Makefile	2014-09-07 17:50:45 UTC (rev 16950)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	libvorbis
-PORTVERSION=	1.3.1
+PORTVERSION=	1.3.4
 PORTEPOCH=	3
 CATEGORIES=	audio
 MASTER_SITES=	http://downloads.xiph.org/releases/vorbis/
@@ -8,9 +8,10 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Audio compression codec library
+
 LICENSE=	bsd3
 
-LIB_DEPENDS=	ogg.7:${PORTSDIR}/audio/libogg
+LIB_DEPENDS=	ogg:${PORTSDIR}/audio/libogg
 
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
@@ -18,7 +19,6 @@
 CONFIGURE_ARGS=	--with-ogg=${LOCALBASE} \
 		--disable-docs		# don't rebuild
 USE_LDCONFIG=	yes
-MAKE_JOBS_SAFE=	yes
 
 .if defined(NOPORTDOCS)
 MAKE_ENV=	DOC=""

Modified: trunk/audio/libvorbis/distinfo
===================================================================
--- trunk/audio/libvorbis/distinfo	2014-09-07 17:48:56 UTC (rev 16949)
+++ trunk/audio/libvorbis/distinfo	2014-09-07 17:50:45 UTC (rev 16950)
@@ -1,4 +1,2 @@
-MD5 (libvorbis-1.3.1.tar.gz) = 016e523fac70bdd786258a9d15fd36e9
-SHA256 (libvorbis-1.3.1.tar.gz) = 951f462ba732a76f51002590d56437ee45362f4353d8bdbeb01231a54a2da0f1
-RMD160 (libvorbis-1.3.1.tar.gz) = 0ed122d628c3c0152ff2d245aaf5e7ac2667f0cc
-SIZE (libvorbis-1.3.1.tar.gz) = 1467164
+SHA256 (libvorbis-1.3.4.tar.gz) = eee09a0a13ec38662ff949168fe897a25d2526529bc7e805305f381c219a1ecb
+SIZE (libvorbis-1.3.4.tar.gz) = 1632091

Deleted: trunk/audio/libvorbis/files/patch-Makefile.in
===================================================================
--- trunk/audio/libvorbis/files/patch-Makefile.in	2014-09-07 17:48:56 UTC (rev 16949)
+++ trunk/audio/libvorbis/files/patch-Makefile.in	2014-09-07 17:50:45 UTC (rev 16950)
@@ -1,14 +0,0 @@
-
-$FreeBSD: ports/audio/libvorbis/files/patch-Makefile.in,v 1.10 2010/06/06 20:36:53 naddy Exp $
-
---- Makefile.in.orig	2010-06-05 15:15:13.000000000 +0200
-+++ Makefile.in	2010-06-05 15:15:27.000000000 +0200
-@@ -231,7 +231,7 @@ target_vendor = @target_vendor@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- AUTOMAKE_OPTIONS = 1.7 foreign dist-zip dist-bzip2
--SUBDIRS = m4 include vq lib test doc $(am__append_1)
-+SUBDIRS = m4 include vq lib test $(DOC) $(am__append_1)
- m4datadir = $(datadir)/aclocal
- m4data_DATA = vorbis.m4
- pkgconfigdir = $(libdir)/pkgconfig

Modified: trunk/audio/libvorbis/files/patch-configure
===================================================================
--- trunk/audio/libvorbis/files/patch-configure	2014-09-07 17:48:56 UTC (rev 16949)
+++ trunk/audio/libvorbis/files/patch-configure	2014-09-07 17:50:45 UTC (rev 16950)
@@ -1,5 +1,5 @@
 
-$FreeBSD: ports/audio/libvorbis/files/patch-configure,v 1.8 2010/06/06 20:36:53 naddy Exp $
+$FreeBSD: head/audio/libvorbis/files/patch-configure 340725 2014-01-22 17:40:44Z mat $
 
 --- configure.orig	2010-06-05 15:16:53.000000000 +0200
 +++ configure	2010-06-05 15:20:42.000000000 +0200


Property changes on: trunk/audio/libvorbis/files/patch-configure
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Modified: trunk/audio/libvorbis/files/patch-doc_Makefile.in
===================================================================
--- trunk/audio/libvorbis/files/patch-doc_Makefile.in	2014-09-07 17:48:56 UTC (rev 16949)
+++ trunk/audio/libvorbis/files/patch-doc_Makefile.in	2014-09-07 17:50:45 UTC (rev 16950)
@@ -1,5 +1,5 @@
 
-$FreeBSD: ports/audio/libvorbis/files/patch-doc_Makefile.in,v 1.7 2010/06/06 20:36:53 naddy Exp $
+$FreeBSD: head/audio/libvorbis/files/patch-doc_Makefile.in 340725 2014-01-22 17:40:44Z mat $
 
 --- doc/Makefile.in.orig	2010-03-26 08:00:08.000000000 +0100
 +++ doc/Makefile.in	2010-06-05 15:26:43.000000000 +0200


Property changes on: trunk/audio/libvorbis/files/patch-doc_Makefile.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
Added: trunk/audio/libvorbis/files/patch-doc_libvorbis_Makefile.in
===================================================================
--- trunk/audio/libvorbis/files/patch-doc_libvorbis_Makefile.in	                        (rev 0)
+++ trunk/audio/libvorbis/files/patch-doc_libvorbis_Makefile.in	2014-09-07 17:50:45 UTC (rev 16950)
@@ -0,0 +1,14 @@
+
+$FreeBSD: head/audio/libvorbis/files/patch-doc_libvorbis_Makefile.in 340725 2014-01-22 17:40:44Z mat $
+
+--- doc/libvorbis/Makefile.in.orig
++++ doc/libvorbis/Makefile.in
+@@ -158,7 +158,7 @@
+ builddir = @builddir@
+ datadir = @datadir@
+ datarootdir = @datarootdir@
+-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/libvorbis
++docdir = $(datadir)/doc/$(PACKAGE)/libvorbis
+ dvidir = @dvidir@
+ exec_prefix = @exec_prefix@
+ host = @host@

Modified: trunk/audio/libvorbis/files/patch-doc_vorbisenc_Makefile.in
===================================================================
--- trunk/audio/libvorbis/files/patch-doc_vorbisenc_Makefile.in	2014-09-07 17:48:56 UTC (rev 16949)
+++ trunk/audio/libvorbis/files/patch-doc_vorbisenc_Makefile.in	2014-09-07 17:50:45 UTC (rev 16950)
@@ -1,5 +1,5 @@
 
-$FreeBSD: ports/audio/libvorbis/files/patch-doc_vorbisenc_Makefile.in,v 1.6 2009/07/06 21:23:56 naddy Exp $
+$FreeBSD: head/audio/libvorbis/files/patch-doc_vorbisenc_Makefile.in 340725 2014-01-22 17:40:44Z mat $
 
 --- doc/vorbisenc/Makefile.in.orig	2009-07-06 20:04:38.000000000 +0200
 +++ doc/vorbisenc/Makefile.in	2009-07-06 20:04:49.000000000 +0200


Property changes on: trunk/audio/libvorbis/files/patch-doc_vorbisenc_Makefile.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Modified: trunk/audio/libvorbis/files/patch-doc_vorbisfile_Makefile.in
===================================================================
--- trunk/audio/libvorbis/files/patch-doc_vorbisfile_Makefile.in	2014-09-07 17:48:56 UTC (rev 16949)
+++ trunk/audio/libvorbis/files/patch-doc_vorbisfile_Makefile.in	2014-09-07 17:50:45 UTC (rev 16950)
@@ -1,5 +1,5 @@
 
-$FreeBSD: ports/audio/libvorbis/files/patch-doc_vorbisfile_Makefile.in,v 1.6 2009/07/06 21:23:56 naddy Exp $
+$FreeBSD: head/audio/libvorbis/files/patch-doc_vorbisfile_Makefile.in 340725 2014-01-22 17:40:44Z mat $
 
 --- doc/vorbisfile/Makefile.in.orig	2009-07-06 20:05:09.000000000 +0200
 +++ doc/vorbisfile/Makefile.in	2009-07-06 20:05:20.000000000 +0200


Property changes on: trunk/audio/libvorbis/files/patch-doc_vorbisfile_Makefile.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Modified: trunk/audio/libvorbis/pkg-descr
===================================================================
--- trunk/audio/libvorbis/pkg-descr	2014-09-07 17:48:56 UTC (rev 16949)
+++ trunk/audio/libvorbis/pkg-descr	2014-09-07 17:50:45 UTC (rev 16950)
@@ -18,4 +18,4 @@
 - libvorbisenc, a BSD-license library that provides a simple,
   programmatic encoding setup interface.
 
-WWW: http://www.xiph.org/ogg/vorbis/
+WWW: https://www.xiph.org/vorbis/

Modified: trunk/audio/libvorbis/pkg-plist
===================================================================
--- trunk/audio/libvorbis/pkg-plist	2014-09-07 17:48:56 UTC (rev 16949)
+++ trunk/audio/libvorbis/pkg-plist	2014-09-07 17:50:45 UTC (rev 16950)
@@ -26,6 +26,51 @@
 %%PORTDOCS%%%%DOCSDIR%%/framing.html
 %%PORTDOCS%%%%DOCSDIR%%/helper.html
 %%PORTDOCS%%%%DOCSDIR%%/index.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/index.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/overview.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/reference.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/return.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/style.css
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_analysis.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_analysis_blockout.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_analysis_buffer.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_analysis_headerout.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_analysis_init.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_analysis_wrote.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_bitrate_addblock.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_bitrate_flushpacket.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_block.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_block_clear.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_block_init.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_comment.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_comment_add.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_comment_add_tag.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_comment_clear.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_comment_init.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_comment_query.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_comment_query_count.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_commentheader_out.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_dsp_clear.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_dsp_state.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_granule_time.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_info.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_info_blocksize.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_info_clear.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_info_init.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_packet_blocksize.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_synthesis.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_synthesis_blockin.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_synthesis_halfrate.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_synthesis_halfrate_p.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_synthesis_headerin.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_synthesis_idheader.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_synthesis_init.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_synthesis_lapout.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_synthesis_pcmout.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_synthesis_read.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_synthesis_restart.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_synthesis_trackonly.html
+%%PORTDOCS%%%%DOCSDIR%%/libvorbis/vorbis_version_string.html
 %%PORTDOCS%%%%DOCSDIR%%/lspmap.png
 %%PORTDOCS%%%%DOCSDIR%%/oddlsp.png
 %%PORTDOCS%%%%DOCSDIR%%/oggstream.html
@@ -43,8 +88,8 @@
 %%PORTDOCS%%%%DOCSDIR%%/vorbisenc/changes.html
 %%PORTDOCS%%%%DOCSDIR%%/vorbisenc/examples.html
 %%PORTDOCS%%%%DOCSDIR%%/vorbisenc/index.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisenc/ov_ectl_ratemanage2_arg.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisenc/ov_ectl_ratemanage_arg.html
+%%PORTDOCS%%%%DOCSDIR%%/vorbisenc/ovectl_ratemanage2_arg.html
+%%PORTDOCS%%%%DOCSDIR%%/vorbisenc/ovectl_ratemanage_arg.html
 %%PORTDOCS%%%%DOCSDIR%%/vorbisenc/overview.html
 %%PORTDOCS%%%%DOCSDIR%%/vorbisenc/reference.html
 %%PORTDOCS%%%%DOCSDIR%%/vorbisenc/style.css
@@ -54,7 +99,6 @@
 %%PORTDOCS%%%%DOCSDIR%%/vorbisenc/vorbis_encode_setup_init.html
 %%PORTDOCS%%%%DOCSDIR%%/vorbisenc/vorbis_encode_setup_managed.html
 %%PORTDOCS%%%%DOCSDIR%%/vorbisenc/vorbis_encode_setup_vbr.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisenc/vorbis_info.html
 %%PORTDOCS%%%%DOCSDIR%%/vorbisfile/OggVorbis_File.html
 %%PORTDOCS%%%%DOCSDIR%%/vorbisfile/callbacks.html
 %%PORTDOCS%%%%DOCSDIR%%/vorbisfile/chaining_example_c.html
@@ -88,6 +132,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_raw_tell.html
 %%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_raw_total.html
 %%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_read.html
+%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_read_filter.html
 %%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_read_float.html
 %%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_seekable.html
 %%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_serialnumber.html
@@ -103,7 +148,6 @@
 %%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_time_total.html
 %%PORTDOCS%%%%DOCSDIR%%/vorbisfile/overview.html
 %%PORTDOCS%%%%DOCSDIR%%/vorbisfile/reference.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/return.html
 %%PORTDOCS%%%%DOCSDIR%%/vorbisfile/seekexample.html
 %%PORTDOCS%%%%DOCSDIR%%/vorbisfile/seeking.html
 %%PORTDOCS%%%%DOCSDIR%%/vorbisfile/seeking_example_c.html
@@ -111,8 +155,6 @@
 %%PORTDOCS%%%%DOCSDIR%%/vorbisfile/seekingexample.html
 %%PORTDOCS%%%%DOCSDIR%%/vorbisfile/style.css
 %%PORTDOCS%%%%DOCSDIR%%/vorbisfile/threads.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/vorbis_comment.html
-%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/vorbis_info.html
 %%PORTDOCS%%%%DOCSDIR%%/vorbisfile/vorbisfile_example_c.html
 %%PORTDOCS%%%%DOCSDIR%%/vorbisword2.png
 %%PORTDOCS%%%%DOCSDIR%%/wait.png
@@ -120,4 +162,5 @@
 @dirrm include/vorbis
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/vorbisfile
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/vorbisenc
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/libvorbis
 %%PORTDOCS%%@dirrm %%DOCSDIR%%



More information about the Midnightbsd-cvs mailing list