# -*- coding: ascii; tab-width: 4 -*- Package: gst123 # Version 0.3.2 and later don't build. Perhaps they need a newer glib2? # ./typefinder.h:43:12: error: field has incomplete type 'GMutex' (aka '_GMutex') Version: 0.3.1 Revision: 1 Description: GStreamer-based command line audio player DescDetail: << The program gst123 is designed to be a more flexible command line player in the spirit of ogg123 and mpg123, based on gstreamer. It plays all file formats gstreamer understands, so if you have a music collection which contains different file formats, like flac, ogg and mp3, you can use gst123 to play all your music files. To actually play audio files, you need one or more of the following: gst-plugins-good-0.10-shlibs gst-plugins-bad-0.10-shlibs gst-plugins-ugly-0.10-shlibs << License: LGPL2+ Homepage: http://space.twc.de/~stefan/gst123.php Maintainer: Daniel Johnson Source: http://space.twc.de/~stefan/%n/%n-%v.tar.bz2 Source-Checksum: SHA256(89d1de025eca0466c125dcd6a11b64341bdf98ee4c03c3e5a12321d77cb8b0ce) Depends: << atk1-shlibs, cairo-shlibs, freetype219-shlibs, fontconfig2-shlibs, glib2-shlibs, gstreamer-0.10-shlibs, gst-plugins-base-0.10-shlibs, gtk+2-shlibs, libgettext8-shlibs, libncurses5-shlibs, libxml2-shlibs, pango1-xft2-ft219-shlibs, x11-shlibs << BuildDepends: << atk1, cairo, fink-buildenv-modules (>= 0.1.3-1), fink-package-precedence, fontconfig2-dev, freetype219, glib2-dev, gstreamer-0.10-dev, gst-plugins-base-0.10-dev, gtk+2-dev, libgettext8-dev, libiconv-dev, libncurses5, libxml2, pango1-xft2-ft219-dev, pkgconfig, x11-dev << Recommends: << gst-plugins-good-0.10-shlibs, gst-plugins-bad-0.10-shlibs, gst-plugins-ugly-0.10-shlibs << ConfigureParams: --enable-dependency-tracking NoSetCPPFLAGS: true NoSetLDFLAGS: true CompileScript: << #!/bin/sh -ev . %p/sbin/fink-buildenv-helper.sh export CPPFLAGS="-I%p/include -I$X11_INCLUDE_DIR" export LDFLAGS="-L%p/lib -L$X11_LIBRARY_DIR -Wl,-dead_strip_dylibs" %{default_script} fink-package-precedence . << InstallScript: make install DESTDIR=%d DocFiles: AUTHORS ChangeLog COPYING NEWS README TODO