debian/0000755000000000000000000000000012153311266007166 5ustar debian/rules0000755000000000000000000000026712153311266010253 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_configure: dh_auto_configure -- LDFLAGS="$(LDFLAGS) -Wl,--as-needed" debian/gbp.conf0000644000000000000000000000003612153311266010604 0ustar [DEFAULT] compression = bzip2 debian/patches/0000755000000000000000000000000012153311266010615 5ustar debian/patches/manpage-fixes.diff0000644000000000000000000000544612153311266014204 0ustar Description: Fix hyphen-used-as-minus-sign Forwarded: yes Author: أحمد المحمودي (Ahmed El-Mahmoudy) --- a/docs/gst123.1 +++ b/docs/gst123.1 @@ -57,7 +57,7 @@ .PP .TP \fB-V\fR, \fB--visualization-list\fR -Show a list of available audio visualization plugins which can be used with the -v option. +Show a list of available audio visualization plugins which can be used with the \-v option. .PP .TP \fB-k\fR \fI\fR, \fB--skip\fR \fI\fR @@ -130,21 +130,21 @@ During start, gst123 will read ~/.gst123rc, if this file exists. Empty lines and lines starting with a # are ignored. The following commands are available: .TP \fBaudio_output\fR \fI[=]\fR -This sets the default audio driver and the default audio device. It has the same effect as the -a / --audio-output command line option. When both are present, a config file entry and the command line option, the value from the command line option will be used. Read the section on audio drivers for details on the available drivers and syntax. +This sets the default audio driver and the default audio device. It has the same effect as the \-a / \-\-audio-output command line option. When both are present, a config file entry and the command line option, the value from the command line option will be used. Read the section on audio drivers for details on the available drivers and syntax. .PP .TP \fBvisualization\fR \fI\fR -Set default visualization plugin for audio files. This setting has the same effect as the -v / --visualization command line option. When both are present, the value from the command line option will be used. +Set default visualization plugin for audio files. This setting has the same effect as the \-v / \-\-visualization command line option. When both are present, the value from the command line option will be used. .PP .SH AUDIO DRIVERS .TP \fBalsa\fR=[\fI\fR] -The ALSA driver; when used without argument (as in -a alsa), the ALSA driver uses the default device. To select an ALSA device, its possible to use for example alsa=hw:1 (which will use the hw:1 ALSA device). +The ALSA driver; when used without argument (as in \-a alsa), the ALSA driver uses the default device. To select an ALSA device, its possible to use for example alsa=hw:1 (which will use the hw:1 ALSA device). .PP .TP \fBoss\fR=[\fI\fR] -The OSS driver; when used without argument (as in -a oss), the OSS driver uses the default device. The device can be specified using for example oss=/dev/dsp1 (which would use the OSS device /dev/dsp1). +The OSS driver; when used without argument (as in \-a oss), the OSS driver uses the default device. The device can be specified using for example oss=/dev/dsp1 (which would use the OSS device /dev/dsp1). .PP .TP \fBpulse\fR=[\fI\fR] debian/patches/series0000644000000000000000000000002312153311266012025 0ustar manpage-fixes.diff debian/control0000644000000000000000000000247212153311266010576 0ustar Source: gst123 Section: video Priority: extra Maintainer: Maintainers of GStreamer packages Uploaders: أحمد المحمودي (Ahmed El-Mahmoudy) Build-Depends: debhelper (>= 9), libgstreamer1.0-dev, libgtk2.0-dev, libgstreamer-plugins-base1.0-dev, libncurses5-dev Standards-Version: 3.9.4 Homepage: http://space.twc.de/~stefan/gst123.php Vcs-Git: git://anonscm.debian.org/collab-maint/gst123.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/gst123.git Package: gst123 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good Recommends: gstreamer1.0-plugins-bad, gstreamer1.0-plugins-ugly, gstreamer1.0-libav, gstreamer1.0-pulseaudio, gstreamer1.0-x Description: GStreamer based command line media player 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 supported by GStreamer, so if you have audio/video collections which contain different file formats, like flac, ogg and mp3, you can use gst123 to play all your audio/video files. debian/compat0000644000000000000000000000000212153311266010364 0ustar 9 debian/source/0000755000000000000000000000000012153311266010466 5ustar debian/source/format0000644000000000000000000000001412153311266011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000764512153311266011054 0ustar gst123 (0.3.3-1) unstable; urgency=low * New upstream release. + Fix Issue: Local files not properly escaped when converted to URLs (Closes: #689530) -- أحمد المحمودي (Ahmed El-Mahmoudy) Tue, 04 Jun 2013 09:05:15 +0200 gst123 (0.3.2-1) unstable; urgency=low * New upstream release. * Refreshed patch * debian/control: + Update Deps/Build-Deps to Gstreamer 1.0 + Bumped Standards-Version to 3.9.4 + Use canonical URIs in VCS-* fields. + Dropped obsolete DMUA field. + Added gstreamer1.0-pulseaudio & gstreamer1.0-x to Recommends. * debian/copyright: Update copyright years & format -- أحمد المحمودي (Ahmed El-Mahmoudy) Sun, 13 Jan 2013 15:34:16 +0200 gst123 (0.3.1-1) unstable; urgency=low * New upstream release. * Refreshed manpage-fixes.diff patch -- أحمد المحمودي (Ahmed El-Mahmoudy) Sun, 22 Apr 2012 15:05:40 +0200 gst123 (0.3.0-1) unstable; urgency=low * New upstream release. * debian/control: + Added DMUA (after consent of Sebastian Dröge) + Bumped Standards-Version to 3.9.3 * Refreshed manpage-fixes.diff patch -- أحمد المحمودي (Ahmed El-Mahmoudy) Mon, 26 Mar 2012 18:57:53 +0200 gst123 (0.2.2-1) unstable; urgency=low * New upstream release. * debian/copyright: Updated copyright format & content * Bumped compat level to 9 -- أحمد المحمودي (Ahmed El-Mahmoudy) Tue, 14 Feb 2012 10:55:46 +0200 gst123 (0.2.1-1) unstable; urgency=low * New upstream release. * Added patch manpage-fixes.diff to fix hyphen-used-as-minus-sign -- أحمد المحمودي (Ahmed El-Mahmoudy) Sun, 31 Jul 2011 07:57:16 +0200 gst123 (0.2.0-1) unstable; urgency=low * New upstream release. + Made --shuffle, --repeat and --random behave identical to ogg123 options. (Closes: #613864) * debian/control: Bumped Standards-Version to 3.9.2, no changes required * Bumped compat level to 8 -- أحمد المحمودي (Ahmed El-Mahmoudy) Thu, 14 Apr 2011 09:32:42 +0200 gst123 (0.1.4-1) unstable; urgency=low * New upstream release. -- أحمد المحمودي (Ahmed El-Mahmoudy) Mon, 17 Jan 2011 09:52:03 +0200 gst123 (0.1.3-1) unstable; urgency=low * New upstream release. * Removed manpage-fixes.diff as it got fixed upstream * debian/control: Bumped Standards-Version to 3.9.1, no changes needed. -- أحمد المحمودي (Ahmed El-Mahmoudy) Tue, 30 Nov 2010 09:18:12 +0200 gst123 (0.1.2-1) unstable; urgency=low * New upstream release. * debian/control: Bumped Standards-Version to 3.9.0 (no changes needed) * debian/copyright: Replaced empty lines in license text with " ." * Added patch manpage-fixes.diff to fix hyphen-used-as-minus-sign -- أحمد المحمودي (Ahmed El-Mahmoudy) Tue, 06 Jul 2010 15:28:57 +0300 gst123 (0.1.1-1) unstable; urgency=low * New upstream release. * debian/watch: Add check for bzip2'ed tarballs -- أحمد المحمودي (Ahmed El-Mahmoudy) Sun, 27 Jun 2010 05:59:52 +0300 gst123 (0.1.0-1) unstable; urgency=low * New upstream release. * debian/control: + Added good & base plugins to Depends + Added ffmpeg, ugly & bad plugins to Recommends + Added libgtk2.0-dev, libgstreamer-plugins-base0.10-dev to Build-Deps * debian/copyright: + Updated copyrights + Updated my email address [ Rogério Brito ] * Include a missing comma in the depends field -- أحمد المحمودي (Ahmed El-Mahmoudy) Sat, 29 May 2010 11:23:51 +0300 gst123 (0.0.3-1) unstable; urgency=low * Initial release (Closes: #576258) -- أحمد المحمودي (Ahmed El-Mahmoudy) Mon, 10 May 2010 21:16:44 +0300 debian/copyright0000644000000000000000000000327412153311266011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gst123 Upstream-Contact: Stefan Westerfeld Source: http://space.twc.de/~stefan/gst123.php Files: * Copyright: 2006-2013 Stefan Westerfeld 2010 Siddhesh Poyarekar License: LGPL-2+ Files: src/*stream.* src/*parser.* src/uri.* src/playlist.* Copyright: 2010 Siddhesh Poyarekar License: LGPL-2+ Files: src/options.cc src/gst123.cc Copyright: 2006-2010 Stefan Westerfeld 2010 أحمد المحمودي (Ahmed El-Mahmoudy) License: LGPL-2+ Files: src/glib-extra.* Copyright: 1997-2002 Tim Janik License: LGPL-2+ Files: debian/* Copyright: 2010-2013 أحمد المحمودي (Ahmed El-Mahmoudy) License: LGPL-2+ License: LGPL-2+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. . You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA . On Debian systems, the complete text of the GNU LGPL 2 licenses can be found at `/usr/share/common-licenses/LGPL-2'. debian/watch0000644000000000000000000000011312153311266010212 0ustar version=3 http://space.twc.de/~stefan/gst123/gst123-(.*)\.tar\.(?:gz|bz2) debian/docs0000644000000000000000000000001212153311266010032 0ustar NEWS TODO