Mailinglist Archive: opensuse-commit (2092 mails)
| < Previous | Next > |
commit yauap
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 03 Aug 2007 23:24:33 +0200
- Message-id: <20070803212434.2F2AB678331@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package yauap
checked in at Fri Aug 3 23:24:33 CEST 2007.
--------
--- yauap/yauap.changes 2007-06-01 10:53:15.000000000 +0200
+++ /mounts/work_src_done/STABLE/yauap/yauap.changes 2007-07-31 13:14:05.053284000 +0200
@@ -1,0 +2,6 @@
+Tue Jul 31 11:37:00 CEST 2007 - ssommer@xxxxxxx
+
+- update to yauap 0.2.1:
+ more verbose help output
+
+-------------------------------------------------------------------
Old:
----
yauap-0.2pre1.tar.gz
New:
----
yauap-0.2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yauap.spec ++++++
--- /var/tmp/diff_new_pack.c25110/_old 2007-08-03 23:23:57.000000000 +0200
+++ /var/tmp/diff_new_pack.c25110/_new 2007-08-03 23:23:57.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yauap (Version 0.2pre1)
+# spec file for package yauap (Version 0.2.1)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -16,10 +16,10 @@
BuildRequires: dbus-1-glib-devel
%endif
Summary: The useless audio player
-Version: 0.2pre1
-Release: 32
+Version: 0.2.1
+Release: 1
URL: http://www.nongnu.org/yauap/
-License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
+License: LGPL v2 or later
Group: Productivity/Multimedia/Sound/Players
Requires: gstreamer010 gstreamer010-plugins-base-oil gstreamer010-plugins-good dbus-1-x11
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -54,6 +54,9 @@
%{_bindir}/yauap
%changelog
+* Tue Jul 31 2007 - ssommer@xxxxxxx
+- update to yauap 0.2.1:
+ more verbose help output
* Fri Jun 01 2007 - dmueller@xxxxxxx
- don't strip binaries
* Fri Jun 01 2007 - ssommer@xxxxxxx
++++++ yauap-0.2pre1.tar.gz -> yauap-0.2.1.tar.gz ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yauap-0.2pre1/ChangeLog new/yauap-0.2.1/ChangeLog
--- old/yauap-0.2pre1/ChangeLog 2007-01-15 13:35:50.000000000 +0100
+++ new/yauap-0.2.1/ChangeLog 2007-07-31 13:12:42.000000000 +0200
@@ -1,4 +1,10 @@
+yauap 0.2.1
+ 0.2.1: 31. Jul, 2007
+ updated SUSE specfile
+
yauap 0.2
+ 0.2: 31. Jul, 2007
+ print version and keybindings in the help text
0.2pre1: 15. Jan, 2007
warning fixes
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yauap-0.2pre1/commandline/commandline.c new/yauap-0.2.1/commandline/commandline.c
--- old/yauap-0.2pre1/commandline/commandline.c 2007-01-15 13:35:50.000000000 +0100
+++ new/yauap-0.2.1/commandline/commandline.c 2007-07-31 13:12:42.000000000 +0200
@@ -342,10 +342,23 @@
}
static void display_usage(void){
- printf("commandline frontend options: yauap [options] url1 [url2]\n"
+ printf("Commandline usage: yauap [options] url1 [url2]\n"
"options:\n"
" -slave start in slave mode\n"
- " -noexit do not exit when the playlist is finished\n");
+ " -noexit do not exit when the playlist is finished\n"
+ "\n"
+ "Keybindings:\n"
+ " SPACE\n"
+ " Pause/Unpause\n"
+ " <- ->\n"
+ " Seek backward/forward 10 seconds.\n"
+ " up and down\n"
+ " Seek backward/forward 1 minute.\n"
+ " q / ESC\n"
+ " Quit\n"
+ " / and *\n"
+ " Decrease/increase volume.\n\n");
+
}
yauap_frontend_t* init_commandline(int argc, char* argv[],player_t* player){
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yauap-0.2pre1/contrib/yauap.spec new/yauap-0.2.1/contrib/yauap.spec
--- old/yauap-0.2pre1/contrib/yauap.spec 2007-01-15 13:35:50.000000000 +0100
+++ new/yauap-0.2.1/contrib/yauap.spec 2007-07-31 13:12:42.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package yauap (Version 0.1-pre1)
+# spec file for package yauap (Version 0.2pre1)
#
-# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -11,18 +11,18 @@
# norootforbuild
Name: yauap
-BuildRequires: gstreamer010-devel dbus-1-devel
+BuildRequires: dbus-1-devel gstreamer010-devel
%if %suse_version > 1010
BuildRequires: dbus-1-glib-devel
%endif
Summary: The useless audio player
-Version: 0.1pre2
-Release: 1
-URL: http://www.nowhere.org/
-License: LGPL
+Version: 0.2.1
+Release: 32
+URL: http://www.nongnu.org/yauap/
+License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: Productivity/Multimedia/Sound/Players
Requires: gstreamer010 gstreamer010-plugins-base-oil gstreamer010-plugins-good dbus-1-x11
-BuildRoot: %{_tmppath}/%{name}-%{version}
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.gz
%description
@@ -32,15 +32,15 @@
Authors:
--------
- Sascha Sommer <ssommer@xxxxxxx>
+ Sascha Sommer <ssommer@xxxxxxx>
%prep
%setup -q
%build
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
-%__make
+%__make
%install
%makeinstall
@@ -50,6 +50,14 @@
%files
%defattr(-,root,root)
+%doc README COPYING
%{_bindir}/yauap
-%changelog -n yauap
+%changelog
+* Fri Jun 01 2007 - dmueller@xxxxxxx
+- don't strip binaries
+* Fri Jun 01 2007 - ssommer@xxxxxxx
+- strip binary
+- package documentation
+* Mon Jan 08 2007 - ssommer@xxxxxxx
+- initial package of version 0.1
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yauap-0.2pre1/main.c new/yauap-0.2.1/main.c
--- old/yauap-0.2pre1/main.c 2007-01-15 13:35:50.000000000 +0100
+++ new/yauap-0.2.1/main.c 2007-07-31 13:12:42.000000000 +0200
@@ -26,6 +26,7 @@
#include "yauap.h"
+#define VERSION "0.2.1"
#define NUM_FRONTENDS 2
yauap_frontend_t* init_commandline(int argc, char* argv[],player_t* player);
@@ -744,10 +745,12 @@
static void display_usage(void){
- printf("Usage: yauap [options]\n"
- "options:\n"
+ printf("General usage: yauap [options]\n"
+ "General options:\n"
" -h display this help\n"
- " -cdrom-device set the cdrom device\n");
+ " -cdrom-device set the cdrom device\n"
+ "\n");
+
}
int main(int argc, char* argv[]){
@@ -756,6 +759,7 @@
int i;
int run=1;
+ printf("yauap " VERSION " (C) 2006-2007 Sascha Sommer <ssommer@xxxxxxx>\n");
/* set function pointers */
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yauap-0.2pre1/README new/yauap-0.2.1/README
--- old/yauap-0.2pre1/README 2007-01-15 13:35:50.000000000 +0100
+++ new/yauap-0.2.1/README 2007-07-31 13:12:42.000000000 +0200
@@ -1,4 +1,4 @@
-yauap - A simple commandline frontend for GStreamer
+yauap - A simple command-line frontend for GStreamer
yauap is licenced under the GNU Lesser Public Licence.
See the file COPYING for details.
@@ -39,8 +39,8 @@
"make install" to install the player binary to /usr/bin/yauap
-Afterwards yauap can be started by typing yauap on the commandline.
-"yauap -h" will list the available commandline options.
+Afterwards yauap can be started by typing yauap on the command-line.
+"yauap -h" will list the available command-line options.
To get started a simple yauap name_of_the_audio_file_you_want_to_play should do.
@@ -62,7 +62,7 @@
Amarok Engine:
Amarok is a player with a nice graphical user interface available from
http://amarok.kde.org . Amarok can be configured to use yauap for the actual playback part.
-In order to do this you need to compile amarok with support for the yauap engine.
+In order to do this you need to compile Amarok with support for the yauap engine.
First install the following additional packages.
@@ -70,8 +70,8 @@
dbus-1-qt3-devel
-Then get the latest amarok svn sources and build them like described in http://amarok.kde.org/wiki/Installation_HowTo .
-When you do the ./configure part make sure to pass the --with-yauap commandline switch to it.
+Then get the latest Amarok svn sources and build them like described in http://amarok.kde.org/wiki/Installation_HowTo .
+When you do the ./configure part make sure to pass the --with-yauap command-line switch to it.
Check the output of configure for
= The following extra functionality will be included:
@@ -80,7 +80,7 @@
then continue with the Installation_HowTo
-After the installation the engine should be selectable in amarok under Settings->Configure Amarok->Engine
+After the installation the engine should be selectable in Amarok under Settings->Configure Amarok->Engine
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |