the Fink project is an effort to port
popular Unix programs to Mac OS X
# 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.3.3
Revision: 1
Maintainer: Max Horn
Depends: %N-shlibs (= %v-%r)
BuildDepends: libogg (>= 1.1-1), fink (>= 0.32.1-1)
Replaces: libvorbis (<< 1.0rc3-4)
Conflicts: libvorbis (<< 1.0rc3-4)
BuildDependsOnly: True
Source: http://downloads.xiph.org/releases/vorbis/libvorbis-%v.tar.xz
Source-MD5: 71b649d3e08e63ece16649df906ce8b9
PatchFile: %n.patch
PatchFile-MD5: 40d02bd9948fbb3c8e93a079dba9aaec
SetMAKEFLAGS: -j1
InstallScript: make install DESTDIR=%d
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 5.0.0 %n (>= 1.2.0-1)
%p/lib/libvorbisenc.2.dylib 3.0.0 %n (>= 1.0-1)
%p/lib/libvorbisfile.3.dylib 7.0.0 %n (>= 1.2.2-1)
<<
Description: Vorbis audio codec shared libraries
DocFiles: AUTHORS COPYING README
<<
DocFiles: AUTHORS COPYING README
Description: Vorbis audio codec headers and libs for devs
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
it was renamed 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
InfoTest: TestScript: make check || exit 2
diff -ru libvorbis-1.3.3/configure libvorbis-1.3.3-patched/configure
--- libvorbis-1.3.3/configure 2012-02-03 23:01:11.000000000 +0100
+++ libvorbis-1.3.3-patched/configure 2012-02-07 00:37:01.000000000 +0100
@@ -12213,8 +12213,8 @@
PROFILE="-pg -g -O20 -D__NO_MATH_INLINES -fsigned-char $sparc_cpu" ;;
*-*-darwin*)
DEBUG="-DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O0 -fsigned-char"
- CFLAGS="-DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char"
- PROFILE="-DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -pg -O4 -ffast-math -fsigned-char";;
+ CFLAGS="-DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O3 -ffast-math -fsigned-char"
+ PROFILE="-DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -pg -O3 -ffast-math -fsigned-char";;
*-*-os2*)
# Use -W instead of -Wextra because gcc on OS/2 is an old version.
DEBUG="-g -Wall -W -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char"
diff -ru libvorbis-1.3.3/doc/Makefile.in libvorbis-1.3.3-patched/doc/Makefile.in
--- libvorbis-1.3.3/doc/Makefile.in 2012-02-03 23:21:55.000000000 +0100
+++ libvorbis-1.3.3-patched/doc/Makefile.in 2012-02-06 15:52:34.000000000 +0100
@@ -219,7 +219,7 @@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+docdir = $(datadir)/doc/$(PACKAGE)
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@
diff -ru libvorbis-1.3.3/doc/vorbisenc/Makefile.in libvorbis-1.3.3-patched/doc/vorbisenc/Makefile.in
--- libvorbis-1.3.3/doc/vorbisenc/Makefile.in 2012-02-03 23:21:55.000000000 +0100
+++ libvorbis-1.3.3-patched/doc/vorbisenc/Makefile.in 2012-02-06 15:52:34.000000000 +0100
@@ -178,7 +178,7 @@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/vorbisenc
+docdir = $(datadir)/doc/$(PACKAGE)/vorbisenc
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@
diff -ru libvorbis-1.3.3/doc/vorbisfile/Makefile.in libvorbis-1.3.3-patched/doc/vorbisfile/Makefile.in
--- libvorbis-1.3.3/doc/vorbisfile/Makefile.in 2012-02-03 23:21:55.000000000 +0100
+++ libvorbis-1.3.3-patched/doc/vorbisfile/Makefile.in 2012-02-06 15:52:34.000000000 +0100
@@ -178,7 +178,7 @@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/vorbisfile
+docdir = $(datadir)/doc/$(PACKAGE)/vorbisfile
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@