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: libogg
Version: 1.2.2
Revision: 1
Maintainer: Max Horn
Depends: %N-shlibs (= %v-%r)
BuildDepends: fink (>= 0.24.12-1)
Replaces: libogg (<< 1.0rc3-2)
BuildDependsOnly: True
Source: http://downloads.xiph.org/releases/ogg/%n-%v.tar.gz
Source-MD5: 5a9fcabc9a1b7c6f1cd75ddc78f36c56
PatchFile: %n.patch
PatchFile-MD5: a8863a70cba4ea57b3113a9be583de07
InstallScript: make -j1 install DESTDIR=%d
SplitOff: <<
Package: %N-shlibs
Replaces: libogg (<< 1.0rc3-2)
Files: lib/libogg.*.dylib
Shlibs: %p/lib/libogg.0.dylib 8.0.0 %n (>= 1.2.0-1)
Description: Ogg bitstream shared libraries
DocFiles: AUTHORS CHANGES COPYING README
<<
DocFiles: AUTHORS CHANGES COPYING README
Description: Ogg bitstream headers and libs for devs
DescDetail: <<
Libogg is a library for manipulating ogg bitstreams. It handles
both making ogg bitstreams and getting packets from ogg bitstreams.
<<
DescPort: <<
Uses patch to change documentation location.
<<
DescPackaging: <<
Originally packaged by Masanori Sekino.
<<
Homepage: http://www.vorbis.com
License: BSD
diff -ru libogg-1.2.1/doc/Makefile.in libogg-1.2.1-patched/doc/Makefile.in
--- libogg-1.2.1/doc/Makefile.in 2010-11-01 21:26:58.000000000 +0100
+++ libogg-1.2.1-patched/doc/Makefile.in 2010-11-03 12:04:15.000000000 +0100
@@ -159,7 +159,7 @@
build_vendor = @build_vendor@
datadir = @datadir@
datarootdir = @datarootdir@
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+docdir = $(datadir)/doc/$(PACKAGE)
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@
diff -ru libogg-1.2.1/doc/libogg/Makefile.in libogg-1.2.1-patched/doc/libogg/Makefile.in
--- libogg-1.2.1/doc/libogg/Makefile.in 2010-11-01 21:26:59.000000000 +0100
+++ libogg-1.2.1-patched/doc/libogg/Makefile.in 2010-11-03 12:04:15.000000000 +0100
@@ -150,7 +150,7 @@
build_vendor = @build_vendor@
datadir = @datadir@
datarootdir = @datarootdir@
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/ogg
+docdir = $(datadir)/doc/$(PACKAGE)/ogg
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@