libquicktime1 stable port information

Package: libquicktime1
Version: 1.2.4
Revision: 1
###
Source: mirror:sourceforge:libquicktime/libquicktime-%v.tar.gz
Source-MD5: 81cfcebad9b7ee7e7cfbefc861d6d61b
#Source-SHA1: 7008b2dc27b9b40965bd2df42d39ff4cb8b6305e
###
Depends: %N-shlibs (= %v-%r), gettext-bin (>=0.14.0-1), libavcodec52-shlibs (>=0.6.1-5), libavformat52-shlibs (>=0.6.1-5), libavutil50-shlibs (>=0.6.1-5), libpostproc51-shlibs (>=0.6.1-5), libswscale0-shlibs (>=0.6.1-5), libfaad2-shlibs, libvorbis0-shlibs (>=1.2.0-1), libtheora0-shlibs (>=1.0-0.alpha5.100), libpng15-shlibs, a52dec-shlibs (>=0.7.4-2), libjpeg8-shlibs, faac-shlibs, libgnugetopt-shlibs, lame-shlibs, libx264-115-shlibs, xvidcore-shlibs, libogg-shlibs, libiconv, libschroedinger-shlibs
#
BuildDepends: fink (>= 0.24.12), autoconf (>=2.59-1), automake1.10, pkgconfig, libgettext8-dev (>=0.14.0-1), libiconv-dev, doxygen, ffmpeg (>=0.6.1-5), libavcodec52-dev (>=0.6.1-5), libavformat52-dev (>=0.6.1-5), libavutil50-dev (>=0.6.1-5), libpostproc51-dev (>=0.6.1-5), libswscale0-dev (>=0.6.1-5), libfaad2-dev, libvorbis0 (>=1.2.0-1), libtheora0 (>=1.0-0.alpha5.100), libpng15, a52dec-dev (>=0.7.4-2), libjpeg8, faac-dev, libgnugetopt, lame-dev, libx264-115-dev, xvidcore, libogg, libschroedinger, liboil-0.3
#
BuildDependsOnly: True
Conflicts: libquicktime0
Replaces: libquicktime0
#
PatchFile: %n.patch
PatchFile-MD5: 67183f0129d0cf938c85d9089762764a
###
ConfigureParams: --enable-libswscale --with-lame --without-opengl --without-alsa --without-gtk --without-libdv --with-libjpeg --with-avcodec=%p --with-libpng --with-faac --with-faad2 --with-x264 --with-vorbis=%p --with-libiconv-prefix=%p --with-libintl-prefix=%p --enable-gpl --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include
CompileScript: <<
LIBRARY_PATH="%p/lib:$LIBRARY_PATH" ./configure %c
make LDFLAGS="$LDFLAGS -Wl,-headerpad_max_install_names"
<<
InstallScript: make install DESTDIR=%d
###
DocFiles: README COPYING
License: LGPL
###
Description: Library for working with Quicktime files
###
SplitOff: <<
Package: %N-shlibs
Description: Shared libraries for libquicktime
Depends: gettext-bin (>=0.14.0-1), libgettext8-shlibs, libavcodec52-shlibs (>=0.6.1-5), libswscale0-shlibs (>=0.6.1-5), libfaad2-shlibs, libvorbis0-shlibs (>=1.2.0-1), libtheora0-shlibs (>=1.0-0.alpha5.100), libpng15-shlibs, a52dec-shlibs (>=0.7.4-2), libjpeg8-shlibs, faac-shlibs, libgnugetopt-shlibs, lame-shlibs, libx264-115-shlibs, xvidcore-shlibs, libogg-shlibs, libiconv, libschroedinger-shlibs, liboil-0.3-shlibs
Files: <<
lib/libquicktime.1.dylib
lib/libquicktime1/lqt_audiocodec.so
lib/libquicktime1/lqt_faac.so
lib/libquicktime1/lqt_faad2.so
lib/libquicktime1/lqt_ffmpeg.so
lib/libquicktime1/lqt_lame.so
lib/libquicktime1/lqt_mjpeg.so
lib/libquicktime1/lqt_png.so
lib/libquicktime1/lqt_rtjpeg.so
lib/libquicktime1/lqt_schroedinger.so
lib/libquicktime1/lqt_videocodec.so
lib/libquicktime1/lqt_vorbis.so
lib/libquicktime1/lqt_x264.so
<<
Shlibs: %p/lib/libquicktime.1.dylib 2.0.0 %n (>= 1.1.1-1)
DocFiles: README COPYING AUTHORS ChangeLog NEWS TODO
<<
SplitOff2: <<
Package: %N-bin
Depends: %N-shlibs (>= %v-%r), libgettext8-shlibs, libiconv, x11
Conflicts: libquicktime0-bin
Replaces: libquicktime0-bin
Description: Various commands using libquicktime
Files: <<
bin/lqt_transcode
bin/lqtplay
bin/qtdechunk
bin/qtdump
bin/qtinfo
bin/qt2text
bin/qtrechunk
bin/qtstreamize
bin/qtyuv4toyuv
share/man
<<
DocFiles: README COPYING
<<
###
DescDetail: <<
libquicktime is an enhanced version of quicktime4linux with plug-in
support for dealing with various audio/video media types.

The goal is to have a simple and stable library, which can create reasonable
compatible Quicktime and AVI files either uncompressed (for high-end or
production applications) or with decent compression codecs for end user
applications. Today, we write Quicktime files with a wide range of
uncompressed codecs for professional use. Together with sample accurate
seeking, this makes libquicktime the library of choice for editing
applications.

Find more info at http://libquicktime.sourceforge.net/
<<
###
Homepage: http://libquicktime.sourceforge.net/
Maintainer: Hans-Christoph Steiner

libquicktime1 stable port .patch

Init the package with libquicktime1 instead of libquicktime so that we don't
conflict with libquicktime0 packages and pass -version-number to libtool.

--- libquicktime-1.2.4.orig/configure.ac
+++ libquicktime-1.2.4/configure.ac
@@ -1,5 +1,5 @@
AC_INIT(src/lqt_quicktime.c)
-AM_INIT_AUTOMAKE(libquicktime, 1.2.4)
+AM_INIT_AUTOMAKE(libquicktime1, 1.2.4)

LQT_VERSION=$VERSION

--- libquicktime-1.2.4.orig/configure
+++ libquicktime-1.2.4/configure
@@ -2441,7 +2441,7 @@


# Define the identity of the package.
- PACKAGE=libquicktime
+ PACKAGE=libquicktime1
VERSION=1.2.4


--- libquicktime-1.2.4.orig/src/Makefile.am
+++ libquicktime-1.2.4/src/Makefile.am
@@ -9,7 +9,7 @@
#
libquicktime_la_LIBADD = @ICONV_LIBS@ @LTLIBINTL@

-libquicktime_la_LDFLAGS = -export-dynamic
+libquicktime_la_LDFLAGS = -export-dynamic -version-number 1

# build only the files, which can be compiled

--- libquicktime-1.2.4.orig/src/Makefile.in
+++ libquicktime-1.2.4/src/Makefile.in
@@ -305,7 +305,7 @@
# Maybe we need zlib to read compressed quicktime headers
#
libquicktime_la_LIBADD = @ICONV_LIBS@ @LTLIBINTL@
-libquicktime_la_LDFLAGS = -export-dynamic
+libquicktime_la_LDFLAGS = -export-dynamic -version-number 1
@HAVE_FSEEKO_FALSE@FSEEKO_SRC = lqt_fseeko.c

# build only the files, which can be compiled

libquicktime1 _unstable_ port .patch