debian/0000755000000000000000000000000011745051434007172 5ustar debian/copyright0000644000000000000000000000224011630022313011106 0ustar This package was debianized by Chris Taylor on Sat, 20 Jun 2009 21:47:38 -0700. It was downloaded from http://audiopreview.codealpha.net/audiopreview/downloads/ Upstream Author: Arnaud Soyez Copyright: © 2009 Arnaud Soyez License: AudioPreview is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. AudioPreview 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 General Public License for more details. You should have received a copy of the GNU General Public License along with AudioPreview. If not, see . On Debian systems, the complete text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. The Debian packaging is © 2009-2011, Chris Taylor and is licensed under the GPL, see above.debian/patches/0000755000000000000000000000000011340677151010622 5ustar debian/patches/01-Man0000644000000000000000000000552011340677151011500 0ustar Fix errors in the manpage. Author: Chris Taylor --- a/data/audiopreview.1 +++ b/data/audiopreview.1 @@ -10,7 +10,7 @@ .B AudioPreview is a command\-line tool that can play previews of your audio files as well as video files, and even internet media streams. It will play your whole media library without any problem and can also be used as a regular media player. -AudioPreview is developped in C and needs Glib and Gstreamer libraries. +AudioPreview is developed in C and needs Glib and Gstreamer libraries. Note about notation: To be generic, each file or URI will be called a "stream". .SH "FILE TYPES" @@ -100,7 +100,7 @@ Play previous stream. Stop playing and exit. .B .IP R -Restart current stream (it respects the --position argument, for example: if --position is random, which is the default value, then a new random position will be calculated and the stream will be played from this new position). +Restart current stream (it respects the \-\-position argument, for example: if \-\-position is random, which is the default value, then a new random position will be calculated and the stream will be played from this new position). Ignored if stream is continuous (like radio stations). @@ -108,31 +108,31 @@ Ignored if stream is continuous (like ra .SH "EXAMPLES" Here are a few examples of common usage: -- Preview 5 seconds of every Ogg file (shuffled) in the current directory: +\- Preview 5 seconds of every Ogg file (shuffled) in the current directory: .B audiopreview \-S \-d 5 *.ogg -- Preview 1 minute of a few internet streams: +\- Preview 1 minute of a few internet streams: .B audiopreview \-d 60 http://radio1:port/ http://streamZ/playlist.asp http://streaming:port/ -- Play continuously and quietly (volume: 40%) an internet radio station: +\- Play continuously and quietly (volume: 40%) an internet radio station: .B audiopreview \-V 40 \-e http://coolradio:9999/ -- Preview 20 seconds in the middle of each mp3 file of a directory: +\- Preview 20 seconds in the middle of each mp3 file of a directory: .B audiopreview \-d 20 \-p 1 /dir/to/my/music/*.mp3 -- Preview 5 seconds from the start of each AVI video file in a directory, with audio output disabled: +\- Preview 5 seconds from the start of each AVI video file in a directory, with audio output disabled: -.B audiopreview \-\-no-audio \-d 5 -p 0 /dir/to/my/videos/*.avi +.B audiopreview \-\-no-audio \-d 5 \-p 0 /dir/to/my/videos/*.avi -- Play entirely each mp3 file found in ~/Music/ (and in subdirectories): +\- Play entirely each mp3 file found in ~/Music/ (and in subdirectories): .B audiopreview \-e \-f <(find ~/Music/ \-name '*.mp3') -- Play (entirely) and loop through all of the ogg files in the current directory: +\- Play (entirely) and loop through all of the ogg files in the current directory: .B audiopreview \-e \-l *.ogg debian/patches/series0000644000000000000000000000000711340677151012034 0ustar 01-Man debian/control0000644000000000000000000000161211745051352010574 0ustar Source: audiopreview Section: sound Priority: optional Maintainer: Chris Taylor Build-Depends: debhelper (>= 9), libgstreamer0.10-dev, libxml2-dev, libglib2.0-dev, intltool Standards-Version: 3.9.3 Homepage: http://audiopreview.codealpha.net/audiopreview/ Package: audiopreview Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libxml2, gstreamer0.10-plugins-good Recommends: gstreamer0.10-ffmpeg, gstreamer0.10-plugins-bad, gstreamer0.10-gnomevfs, gstreamer0.10-plugins-ugly, gstreamer0.10-alsa Description: command-line tool to play previews of audio and video files Audiopreview is a simple command line tool to play previews of audio and video files, as well as internet streams. It can also be used as a regular media player as well. . Audiopreview is based upon the GStreamer framework and is therefore highly extensible using GStreamer plugins. debian/dirs0000644000000000000000000000001011340677151010046 0ustar usr/bin debian/source/0000755000000000000000000000000011340677151010473 5ustar debian/source/format0000644000000000000000000000001411340677151011701 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003511745051407010250 0ustar #!/usr/bin/make -f %: dh $@ debian/compat0000644000000000000000000000000211702513253010363 0ustar 9 debian/docs0000644000000000000000000000001711340677151010044 0ustar README AUTHORS debian/changelog0000644000000000000000000000274611745051423011053 0ustar audiopreview (0.6-2) unstable; urgency=low * Bump compat to 9 for build-hardening. * Bump standards-version * Update debian/copyright. * Bump build-dep on debhelper. -- Chris Taylor Mon, 22 Apr 2012 07:25:06 +0000 audiopreview (0.6-1) unstable; urgency=low * New upstream release. * Fix errors in the manpage in 01-Man. * Build-depend on quilt. * Updated debian/copyright. -- Chris Taylor Wed, 27 Jan 2010 00:22:00 +0000 audiopreview (0.5-2) unstable; urgency=low * Use source format 3.0 (quilt). * Use minimal dh7 instead of cdbs. * Update my email address. * Update depends. - Remove build-depend on cdbs. - Remove build-depend on autotools-dev. -- Chris Taylor Mon, 07 Dec 2009 21:23:13 -0700 audiopreview (0.5-1) unstable; urgency=low * New upstream release. * Remove patches due to upstream fixes. * Remove quilt build-dep. -- Chris Taylor Tue, 25 Aug 2009 01:06:55 +0000 audiopreview (0.4-2) unstable; urgency=low * Remove recommends on gstreamer0.10-plugins-really-bad. * Bump standards-version. * Added debian/README.source. -- Chris Taylor Tue, 18 Aug 2009 22:20:39 +0000 audiopreview (0.4-1) unstable; urgency=low * Initial release (Closes: #513170). * Fix lintian manpage warnings in 01-Manpage. * Fix build system in 02-Makefile. -- Chris Taylor Sat, 20 Jun 2009 21:47:38 -0700 debian/watch0000644000000000000000000000011611340677151010222 0ustar version=3 http://audiopreview.codealpha.net/files/ audiopreview-(.*)\.tar\.gz