diff options
author | naddy <naddy@FreeBSD.org> | 2009-02-08 00:19:22 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2009-02-08 00:19:22 +0800 |
commit | b7ab8689c5e15db9da3706c7cf1a18ba761571da (patch) | |
tree | 7243b117fef568eed9cc68c26bb574472937332c /audio | |
parent | 081942a7d443f5584c650d19bb9c4af92b64184b (diff) | |
download | freebsd-ports-gnome-b7ab8689c5e15db9da3706c7cf1a18ba761571da.tar.gz freebsd-ports-gnome-b7ab8689c5e15db9da3706c7cf1a18ba761571da.tar.zst freebsd-ports-gnome-b7ab8689c5e15db9da3706c7cf1a18ba761571da.zip |
Install a few missing docs.
Submitted by: Tim van der Molen (via OpenBSD)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libvorbis/Makefile | 2 | ||||
-rw-r--r-- | audio/libvorbis/files/patch-doc_Makefile.in | 13 | ||||
-rw-r--r-- | audio/libvorbis/files/patch-doc_vorbisenc_Makefile.in | 16 | ||||
-rw-r--r-- | audio/libvorbis/files/patch-doc_vorbisfile_Makefile.in | 13 | ||||
-rw-r--r-- | audio/libvorbis/pkg-plist | 10 |
5 files changed, 47 insertions, 7 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 331212d92bb3..2c38cd3b127d 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -7,7 +7,7 @@ PORTNAME= libvorbis PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 3 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/vorbis/ \ diff --git a/audio/libvorbis/files/patch-doc_Makefile.in b/audio/libvorbis/files/patch-doc_Makefile.in index 3564cba53739..4a5cb25be9d1 100644 --- a/audio/libvorbis/files/patch-doc_Makefile.in +++ b/audio/libvorbis/files/patch-doc_Makefile.in @@ -1,8 +1,8 @@ $FreeBSD$ ---- doc/Makefile.in.orig 2007-07-26 21:50:20.000000000 +0000 -+++ doc/Makefile.in 2007-07-26 21:50:57.000000000 +0000 +--- doc/Makefile.in.orig ++++ doc/Makefile.in @@ -162,7 +162,7 @@ builddir = @builddir@ datadir = @datadir@ @@ -12,3 +12,12 @@ $FreeBSD$ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ +@@ -249,7 +249,7 @@ + # FIXME: also needed here + # white-xifish.png + built_docs = Vorbis_I_spec.html Vorbis_I_spec.pdf +-@BUILD_DOCS_FALSE@doc_DATA = $(static_docs) $(SPEC_PNG) ++@BUILD_DOCS_FALSE@doc_DATA = $(static_docs) $(SPEC_PNG) $(built_docs) + + # conditionally make the generated documentation + @BUILD_DOCS_TRUE@doc_DATA = $(static_docs) $(SPEC_PNG) $(built_docs) diff --git a/audio/libvorbis/files/patch-doc_vorbisenc_Makefile.in b/audio/libvorbis/files/patch-doc_vorbisenc_Makefile.in index aabc0b79213c..b64d6ac493bb 100644 --- a/audio/libvorbis/files/patch-doc_vorbisenc_Makefile.in +++ b/audio/libvorbis/files/patch-doc_vorbisenc_Makefile.in @@ -1,8 +1,8 @@ $FreeBSD$ ---- doc/vorbisenc/Makefile.in.orig 2007-07-26 21:52:03.000000000 +0000 -+++ doc/vorbisenc/Makefile.in 2007-07-26 21:53:07.000000000 +0000 +--- doc/vorbisenc/Makefile.in.orig ++++ doc/vorbisenc/Makefile.in @@ -150,7 +150,7 @@ builddir = @builddir@ datadir = @datadir@ @@ -12,3 +12,15 @@ $FreeBSD$ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ +@@ -187,7 +187,10 @@ + top_srcdir = @top_srcdir@ + doc_DATA = index.html overview.html reference.html style.css\ + vorbis_encode_ctl.html vorbis_encode_init.html vorbis_info.html\ +- vorbis_encode_init_vbr.html ++ vorbis_encode_init_vbr.html changes.html examples.html\ ++ ov_ectl_ratemanage2_arg.html ov_ectl_ratemanage_arg.html\ ++ vorbis_encode_setup_init.html vorbis_encode_setup_managed.html\ ++ vorbis_encode_setup_vbr.html + + EXTRA_DIST = $(doc_DATA) + all: all-am diff --git a/audio/libvorbis/files/patch-doc_vorbisfile_Makefile.in b/audio/libvorbis/files/patch-doc_vorbisfile_Makefile.in index 97457f6b054c..942e9371fb39 100644 --- a/audio/libvorbis/files/patch-doc_vorbisfile_Makefile.in +++ b/audio/libvorbis/files/patch-doc_vorbisfile_Makefile.in @@ -1,8 +1,8 @@ $FreeBSD$ ---- doc/vorbisfile/Makefile.in.bak 2007-07-25 16:46:35.000000000 +0000 -+++ doc/vorbisfile/Makefile.in 2007-07-26 21:53:26.000000000 +0000 +--- doc/vorbisfile/Makefile.in.orig ++++ doc/vorbisfile/Makefile.in @@ -150,7 +150,7 @@ builddir = @builddir@ datadir = @datadir@ @@ -12,3 +12,12 @@ $FreeBSD$ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ +@@ -201,7 +201,7 @@ + overview.html reference.html return.html seekexample.html seeking.html\ + seeking_example_c.html seeking_test_c.html seekingexample.html\ + style.css threads.html vorbis_comment.html vorbis_info.html\ +- vorbisfile_example_c.html ++ vorbisfile_example_c.html ov_fopen.html + + EXTRA_DIST = $(doc_DATA) + all: all-am diff --git a/audio/libvorbis/pkg-plist b/audio/libvorbis/pkg-plist index ce2131b604f7..7477c8754217 100644 --- a/audio/libvorbis/pkg-plist +++ b/audio/libvorbis/pkg-plist @@ -18,6 +18,8 @@ libdata/pkgconfig/vorbis.pc libdata/pkgconfig/vorbisenc.pc libdata/pkgconfig/vorbisfile.pc share/aclocal/vorbis.m4 +%%PORTDOCS%%%%DOCSDIR%%/Vorbis_I_spec.html +%%PORTDOCS%%%%DOCSDIR%%/Vorbis_I_spec.pdf %%PORTDOCS%%%%DOCSDIR%%/components.png %%PORTDOCS%%%%DOCSDIR%%/draft-ietf-avt-rtp-vorbis-06.txt %%PORTDOCS%%%%DOCSDIR%%/draft-ietf-avt-rtp-vorbis-06.xml @@ -49,13 +51,20 @@ share/aclocal/vorbis.m4 %%PORTDOCS%%%%DOCSDIR%%/vorbis-errors.txt %%PORTDOCS%%%%DOCSDIR%%/vorbis-fidelity.html %%PORTDOCS%%%%DOCSDIR%%/vorbis.html +%%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/overview.html %%PORTDOCS%%%%DOCSDIR%%/vorbisenc/reference.html %%PORTDOCS%%%%DOCSDIR%%/vorbisenc/style.css %%PORTDOCS%%%%DOCSDIR%%/vorbisenc/vorbis_encode_ctl.html %%PORTDOCS%%%%DOCSDIR%%/vorbisenc/vorbis_encode_init.html %%PORTDOCS%%%%DOCSDIR%%/vorbisenc/vorbis_encode_init_vbr.html +%%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 @@ -75,6 +84,7 @@ share/aclocal/vorbis.m4 %%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_clear.html %%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_comment.html %%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_crosslap.html +%%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_fopen.html %%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_info.html %%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_open.html %%PORTDOCS%%%%DOCSDIR%%/vorbisfile/ov_open_callbacks.html |