rev 9581 - in people/modax/yauap/trunk/debian: . patches

Modestas Vainius modax-guest at alioth.debian.org
Tue Mar 4 13:16:07 UTC 2008


Author: modax-guest
Date: 2008-03-04 13:16:07 +0000 (Tue, 04 Mar 2008)
New Revision: 9581

Added:
   people/modax/yauap/trunk/debian/watch
   people/modax/yauap/trunk/debian/yauap.1
   people/modax/yauap/trunk/debian/yauap.manpages
Modified:
   people/modax/yauap/trunk/debian/changelog
   people/modax/yauap/trunk/debian/control
   people/modax/yauap/trunk/debian/copyright
   people/modax/yauap/trunk/debian/patches/05_enable_iradio_metadata.diff
   people/modax/yauap/trunk/debian/rules
   people/modax/yauap/trunk/debian/yauap.menu
Log:
* Add debian/copyright
* Add debian/watch file.
* Add a man page for yauap.
* More fixes

Ready for upload.

Modified: people/modax/yauap/trunk/debian/changelog
===================================================================
--- people/modax/yauap/trunk/debian/changelog	2008-03-04 13:00:58 UTC (rev 9580)
+++ people/modax/yauap/trunk/debian/changelog	2008-03-04 13:16:07 UTC (rev 9581)
@@ -1,4 +1,4 @@
-yauap (0.2.2-1~pre9) unstable; urgency=low
+yauap (0.2.2-1) unstable; urgency=low
 
   * Initial release. (Closes: #445366)
   * New patches:
@@ -13,5 +13,7 @@
       1 second) timeouts to get yauap play network streams.
     - 05_enable_iradio_metadata.diff - add support for metadata from
       shoutcast/icecast Internet radio stations.
+  * Add debian/watch file.
+  * Add a man page for yauap.
 
- -- Modestas Vainius <modestas at vainius.eu>  Sun, 02 Mar 2008 19:02:59 +0200
+ -- Modestas Vainius <modestas at vainius.eu>  Tue, 04 Mar 2008 14:17:54 +0200

Modified: people/modax/yauap/trunk/debian/control
===================================================================
--- people/modax/yauap/trunk/debian/control	2008-03-04 13:00:58 UTC (rev 9580)
+++ people/modax/yauap/trunk/debian/control	2008-03-04 13:16:07 UTC (rev 9581)
@@ -21,7 +21,7 @@
  .
  You should install gstreamer0.10-plugins-ugly to get support for popular MPEG
  audio formats like MP3. You should install either gstreamer0.10-plugins-bad
- or gstreamer0.10-gnomevfs to get support for network streamed playback.
+ or gstreamer0.10-gnomevfs to get support for playback of network streams.
 
 Package: yauap-dbg
 Architecture: any

Modified: people/modax/yauap/trunk/debian/copyright
===================================================================
--- people/modax/yauap/trunk/debian/copyright	2008-03-04 13:00:58 UTC (rev 9580)
+++ people/modax/yauap/trunk/debian/copyright	2008-03-04 13:16:07 UTC (rev 9581)
@@ -1 +1,25 @@
-TODO
+X-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+X-Debianized-By: Modestas Vainius <modestas at vainius.eu>
+X-Debianized-Date: Tue, 04 Mar 2008 14:02:05 +0200.
+X-Source-Downloaded-From: http://download.savannah.nongnu.org/releases/yauap/
+X-Upstream-Author: Sascha Sommer <ssommer at suse.de>
+
+X-Comment: LGPL-2+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public License
+ v2 can be found in `/usr/share/common-licenses/LGPL-2'
+ .
+ "GNU Library General Public License, version 2 or later" is abreviated as
+ 'LGPL-2+' below.
+
+Files: debian/*
+Copyright: © 2008 Modestas Vainius <modestas at vainius.eu>
+License: LGPL-2+
+
+Files: *
+Copyright: © 2006-2008 Sascha Sommer <ssommer at suse.de>
+License: LGPL-2+

Modified: people/modax/yauap/trunk/debian/patches/05_enable_iradio_metadata.diff
===================================================================
--- people/modax/yauap/trunk/debian/patches/05_enable_iradio_metadata.diff	2008-03-04 13:00:58 UTC (rev 9580)
+++ people/modax/yauap/trunk/debian/patches/05_enable_iradio_metadata.diff	2008-03-04 13:16:07 UTC (rev 9581)
@@ -16,14 +16,14 @@
 +    char**  ptr;
 +
 +    // If the source is internet radio, try getting station name
-+    // and its genre
++    // and genre
 +    if (priv->is_iradio) {
 +        GstElement* src = gst_bin_get_by_name(GST_BIN(priv->play), "source");
 +        if (src) {
 +            if (!priv->tag_list)
 +                priv->tag_list = gst_tag_list_new();
 +
-+            // Name of the radio station (expose as album name for compatibility)
++            // Name of the radio station (expose as album name)
 +            if (g_object_class_find_property(G_OBJECT_GET_CLASS(src), "iradio-name")) {
 +                gchar* tag = NULL;
 +                g_object_get(src, "iradio-name", &tag, NULL);

Modified: people/modax/yauap/trunk/debian/rules
===================================================================
--- people/modax/yauap/trunk/debian/rules	2008-03-04 13:00:58 UTC (rev 9580)
+++ people/modax/yauap/trunk/debian/rules	2008-03-04 13:16:07 UTC (rev 9581)
@@ -28,6 +28,7 @@
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs -a ChangeLog
+	dh_installman -a
 	dh_installdocs -a
 	dh_installmenu -a
 	dh_strip --dbg-package=yauap-dbg

Added: people/modax/yauap/trunk/debian/watch
===================================================================
--- people/modax/yauap/trunk/debian/watch	                        (rev 0)
+++ people/modax/yauap/trunk/debian/watch	2008-03-04 13:16:07 UTC (rev 9581)
@@ -0,0 +1,2 @@
+version=3
+http://download.savannah.nongnu.org/releases/yauap/yauap-((?:[\d.]|pre|rc)+).tar.gz

Added: people/modax/yauap/trunk/debian/yauap.1
===================================================================
--- people/modax/yauap/trunk/debian/yauap.1	                        (rev 0)
+++ people/modax/yauap/trunk/debian/yauap.1	2008-03-04 13:16:07 UTC (rev 9581)
@@ -0,0 +1,51 @@
+.TH Yauap 1 "MARCH 2008"
+.SH NAME
+yauap \- a simple command line audio player based on the GStreamer multimedia framework.
+.SH SYNOPSIS
+\fByauap\fP [options] [URL1] [URL2] ...
+.SH DESCRIPTION
+\fBYauap\fP a simple command line audio player based on the GStreamer multimedia
+framework. It provides a simple command line interface to play any audio file or
+stream supported by GStreamer framework installed on you system. Basic functions
+can be controlled via key bindings (unless \fB\-slave\fP option was given), which
+are specified in the section \fBKey Bindings\fP below. \fBYauap\fP also supports
+remote control of its functions via DBus.
+.PP
+You must specify URL(s) to play unless you run \fByauap\fP with the \fB\-noexit\fP option.
+
+.SS Options
+.TP
+\fB\-h\fP
+Display help
+.TP
+\fB\-cdrom-device\fP device
+Specify the CDROM device to play audio CD.
+
+.TP
+\fB\-slave\fP
+Start in slave mode (i.e. with key bindings disabled)
+.TP
+\fB\-noexit\fP
+Do not exit when the play-list is finished. Useful if you intend to initiate playback
+of the audio file/stream via DBus interface.
+
+.SS Key Bindings
+.TP
+SPACE
+Pause/Resume playback
+.TP
+<- ->
+Seek backward/forward 10 seconds.
+.TP
+up and down
+Seek backward/forward 1 minute.
+.TP
+q / ESC
+Quit
+.TP
+/ and *
+Decrease/increase volume.
+
+.SH AUTHORS
+Yauap author is Sascha Sommer <ssommer at suse.de>. This manual page was written by
+Modestas Vainius <modestas at vainius.eu> for Debian distribution.

Added: people/modax/yauap/trunk/debian/yauap.manpages
===================================================================
--- people/modax/yauap/trunk/debian/yauap.manpages	                        (rev 0)
+++ people/modax/yauap/trunk/debian/yauap.manpages	2008-03-04 13:16:07 UTC (rev 9581)
@@ -0,0 +1 @@
+debian/yauap.1

Modified: people/modax/yauap/trunk/debian/yauap.menu
===================================================================
--- people/modax/yauap/trunk/debian/yauap.menu	2008-03-04 13:00:58 UTC (rev 9580)
+++ people/modax/yauap/trunk/debian/yauap.menu	2008-03-04 13:16:07 UTC (rev 9581)
@@ -1,5 +1,5 @@
 ?package(yauap): \
     needs="text" \
     section="Applications/Sound" \
-    title="Yauap - slave mode" \
-    command="yauap -slave -noexit"
+    title="Yauap - no-exit mode" \
+    command="yauap -noexit"




More information about the pkg-kde-commits mailing list