the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: libvorbis0
Version: 1.1.0
Revision: 1
Maintainer: Max Horn
Depends: %N-shlibs (>= %v-%r)
BuildDepends: libogg (>= 1.1-1), fink (>= 0.9.9)
Replaces: libvorbis (<< 1.0rc3-4)
Conflicts: libvorbis (<< 1.0rc3-4)
Source: http://www.vorbis.com/files/%v/unix/libvorbis-%v.tar.gz
Source-MD5: bb764aeabde613d1a424a29b1f15e7e6
Patch: %n.patch
InstallScript: make install DESTDIR=%d
BuildDependsOnly: True
SplitOff: <<
Package: %N-shlibs
Depends: libogg-shlibs (>= 1.1-1)
Provides: libvorbis-shlibs, libvorbis
Conflicts: libvorbis
Replaces: libvorbis-shlibs, libvorbis
Files: lib/libvorbis.*.dylib lib/libvorbisenc.*.dylib lib/libvorbisfile.*.dylib
Shlibs: <<
%p/lib/libvorbis.0.dylib 4.0.0 %n (>= 1.0.1-1)
%p/lib/libvorbisenc.2.dylib 3.0.0 %n (>= 1.0-1)
%p/lib/libvorbisfile.3.dylib 5.0.0 %n (>= 1.0.1-1)
<<
Description: Vorbis audio codec shared libraries
DocFiles: AUTHORS COPYING README
<<
DocFiles: AUTHORS COPYING README
Description: Vorbis audio codec development headers and libraries
DescDetail: <<
Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
general-purpose compressed audio format for audio and music at fixed
and variable bitrates from 16 to 128 kbps/channel.
<<
DescPort: <<
- Uses patch to change document location.
- In libvorbis-1.0, binary compatibility breaks with libvorbisfile. So
I rename it to libvorbis0. To allow users to upgrade from libvorbis-
shlibs to libvorbis0-shlibs, libvorbit0-shlibs has Provides, Conflicts
and Replaces fields following to Debian Library Packaging guide:
http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html
<<
DescPackaging: <<
Originally packaged by Masanori Sekino.
<<
License: BSD
Homepage: http://www.vorbis.com
diff -ru libvorbis-1.1.0/doc/Makefile.in libvorbis-1.1.0-patched/doc/Makefile.in
--- libvorbis-1.1.0/doc/Makefile.in 2004-09-21 01:22:03.000000000 +0200
+++ libvorbis-1.1.0-patched/doc/Makefile.in 2005-01-16 13:48:19.000000000 +0100
@@ -184,7 +184,7 @@
target_os = @target_os@
target_vendor = @target_vendor@
SUBDIRS = vorbisfile vorbisenc
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+docdir = $(datadir)/doc/$(PACKAGE)
### all of the static docs, commited to SVN and included as is
static_docs = \
diff -ru libvorbis-1.1.0/doc/vorbisenc/Makefile.in libvorbis-1.1.0-patched/doc/vorbisenc/Makefile.in
--- libvorbis-1.1.0/doc/vorbisenc/Makefile.in 2004-09-21 01:22:03.000000000 +0200
+++ libvorbis-1.1.0-patched/doc/vorbisenc/Makefile.in 2005-01-16 13:48:13.000000000 +0100
@@ -174,7 +174,7 @@
target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/vorbisenc
+docdir = $(datadir)/doc/$(PACKAGE)/vorbisenc
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
diff -ru libvorbis-1.1.0/doc/vorbisfile/Makefile.in libvorbis-1.1.0-patched/doc/vorbisfile/Makefile.in
--- libvorbis-1.1.0/doc/vorbisfile/Makefile.in 2004-09-21 01:22:03.000000000 +0200
+++ libvorbis-1.1.0-patched/doc/vorbisfile/Makefile.in 2005-01-16 13:48:07.000000000 +0100
@@ -174,7 +174,7 @@
target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/vorbisfile
+docdir = $(datadir)/doc/$(PACKAGE)/vorbisfile
doc_DATA = OggVorbis_File.html callbacks.html chaining_example_c.html\
chainingexample.html crosslap.html datastructures.html decoding.html\
example.html exampleindex.html fileinfo.html index.html\
# DISCLAIMER: Max Horn is the sole maintainer of this package.
# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
# Preferably, send a patch to me instead of making changes yourself!
# If that is not possible due to extra urgency, at least send me a mail.
#
# Explanation: I am sick and tired of getting back to my packages and
# discovering that people have messed with it. I am then forced to
# retrace their steps, find out who, when and why did make a certain
# change etc. -- i.e. it makes my life as maintainer harder.
# Furthermore, as maintainer I am responsible for problems caused by my
# packages. But I am not willing to take responsibility for something I
# did not do. In particular, for changes that other people introduced
# behind my back, no matter how good and noble their intentions were. As
# such, I may see myself forced to drop responsibility for (and hence,
# maintainership of) the affected package.
Package: libvorbis0
Version: 1.1.2
Revision: 1
Maintainer: Max Horn
Depends: %N-shlibs (>= %v-%r)
BuildDepends: libogg (>= 1.1-1), fink (>= 0.9.9)
Replaces: libvorbis (<< 1.0rc3-4)
Conflicts: libvorbis (<< 1.0rc3-4)
Source: http://downloads.xiph.org/releases/vorbis/libvorbis-%v.tar.gz
Source-MD5: 37847626b8e1b53ae79a34714c7b3211
Patch: %n.patch
SetMAKEFLAGS: -j1
InstallScript: make install DESTDIR=%d
BuildDependsOnly: True
SplitOff: <<
Package: %N-shlibs
Depends: libogg-shlibs (>= 1.1-1)
Provides: libvorbis-shlibs, libvorbis
Conflicts: libvorbis
Replaces: libvorbis-shlibs, libvorbis
Files: lib/libvorbis.*.dylib lib/libvorbisenc.*.dylib lib/libvorbisfile.*.dylib
Shlibs: <<
%p/lib/libvorbis.0.dylib 4.0.0 %n (>= 1.0.1-1)
%p/lib/libvorbisenc.2.dylib 3.0.0 %n (>= 1.0-1)
%p/lib/libvorbisfile.3.dylib 5.0.0 %n (>= 1.0.1-1)
<<
Description: Vorbis audio codec shared libraries
DocFiles: AUTHORS COPYING README
<<
DocFiles: AUTHORS COPYING README
Description: Vorbis audio codec development headers and libraries
DescDetail: <<
Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
general-purpose compressed audio format for audio and music at fixed
and variable bitrates from 16 to 128 kbps/channel.
<<
DescPort: <<
- Uses patch to change document location.
- In libvorbis-1.0, binary compatibility breaks with libvorbisfile. So
I rename it to libvorbis0. To allow users to upgrade from libvorbis-
shlibs to libvorbis0-shlibs, libvorbit0-shlibs has Provides, Conflicts
and Replaces fields following to Debian Library Packaging guide:
http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html
<<
DescPackaging: <<
Originally packaged by Masanori Sekino.
<<
License: BSD
Homepage: http://www.vorbis.com
diff -ru libvorbis-1.1.2/doc/Makefile.in libvorbis-1.1.2-patched/doc/Makefile.in
--- libvorbis-1.1.2/doc/Makefile.in 2004-09-21 01:22:03.000000000 +0200
+++ libvorbis-1.1.2-patched/doc/Makefile.in 2005-01-16 13:48:19.000000000 +0100
@@ -194,7 +184,7 @@
target_os = @target_os@
target_vendor = @target_vendor@
SUBDIRS = vorbisfile vorbisenc
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+docdir = $(datadir)/doc/$(PACKAGE)
### all of the static docs, commited to SVN and included as is
static_docs = \
diff -ru libvorbis-1.1.2/doc/vorbisenc/Makefile.in libvorbis-1.1.2-patched/doc/vorbisenc/Makefile.in
--- libvorbis-1.1.2/doc/vorbisenc/Makefile.in 2004-09-21 01:22:03.000000000 +0200
+++ libvorbis-1.1.2-patched/doc/vorbisenc/Makefile.in 2005-01-16 13:48:13.000000000 +0100
@@ -184,7 +174,7 @@
target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/vorbisenc
+docdir = $(datadir)/doc/$(PACKAGE)/vorbisenc
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
diff -ru libvorbis-1.1.2/doc/vorbisfile/Makefile.in libvorbis-1.1.2-patched/doc/vorbisfile/Makefile.in
--- libvorbis-1.1.2/doc/vorbisfile/Makefile.in 2004-09-21 01:22:03.000000000 +0200
+++ libvorbis-1.1.2-patched/doc/vorbisfile/Makefile.in 2005-01-16 13:48:07.000000000 +0100
@@ -184,7 +174,7 @@
target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/vorbisfile
+docdir = $(datadir)/doc/$(PACKAGE)/vorbisfile
doc_DATA = OggVorbis_File.html callbacks.html chaining_example_c.html\
chainingexample.html crosslap.html datastructures.html decoding.html\
example.html exampleindex.html fileinfo.html index.html\