Hello community,

here is the log from the commit of package qmmp for openSUSE:Factory checked in 
at 2012-07-02 12:46:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qmmp (Old)
 and      /work/SRC/openSUSE:Factory/.qmmp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qmmp", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/qmmp/qmmp.changes        2012-06-01 
22:32:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.qmmp.new/qmmp.changes   2012-07-02 
12:46:56.000000000 +0200
@@ -1,0 +2,46 @@
+Sat Jun 30 23:41:32 UTC 2012 - reddw...@opensuse.org
+
+- Update to 0.6.0
+  * added converter plugin
+  * added stream browser plugin
+  * added file type determination by content (experimental)
+  * added '--quit' command line option
+  * added text scroller background option
+  * added playlists separator option
+  * added multiband equalizer api
+  * added equalizer presets from Amarok (Thanks to Panagiotis Papadopoulos)
+  * added playlits access from command line
+  * added dithering to MPEG plugin
+  * added priority support to decoder api
+  * added user interface api
+  * added default destination and file name pattern to fileops plugin
+  * added additional directory filters
+  * added feature to add files from command line to specific playlist
+  * added pkg-config support
+  * added vqf support
+  * added feature to display shoutcast stream information
+  * added 'jump to track' and 'forward/rewind' global hotkeys
+  * added 'New Playlist' button
+  * added sorting by disc number (Brice Videau)
+  * added feature to use clipboard content in the URL dialog (Panagiotis 
Papadopoulos)
+  * added scrobbler cache synchronization after successful submission 
(Ferdinand Vesely)
+  * changed playlist insertion behavior
+  * disabled OSS3 plugin by default
+  * improved cue plugin
+  * moved skinned ui to separate plugin
+  * fixed 'hide on close' feature
+  * fixed moc warnings during compilation
+  * fixed IPC under windows
+  * fixed windows-specific bugs
+  * fixed problems with some asynchronous calls
+  * fixed qmmp_cue.desktop
+  * fixed saving playlists on logout
+  * updated about dialog
+  * updated Russian translation
+  * updated Ukrainian translation (Gennadi Motsyo)
+  * updated Japanese translation (Ryota Shimamoto)
+  * updated Polish translation (Grzegorz Gibas)
+  * updated German translation (Panagiotis Papadopoulos)
+  * updated Dutch translation (Ronald Uitermark)
+
+-------------------------------------------------------------------

Old:
----
  qmmp-0.5.5-default_pulse.patch
  qmmp-0.5.5-ffmpeg_011.patch
  qmmp-0.5.5.tar.bz2

New:
----
  qmmp-0.6.0-default_pulse.patch
  qmmp-0.6.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ qmmp.spec ++++++
--- /var/tmp/diff_new_pack.uyJ0Wo/_old  2012-07-02 12:47:01.000000000 +0200
+++ /var/tmp/diff_new_pack.uyJ0Wo/_new  2012-07-02 12:47:01.000000000 +0200
@@ -23,7 +23,7 @@
 %define soname 0
 
 Name:           qmmp
-Version:        0.5.5
+Version:        0.6.0
 Release:        0
 Summary:        XMMS-like audio player
 License:        GPL-2.0+
@@ -31,10 +31,8 @@
 Url:            http://qmmp.ylsoftware.com/
 Source0:        http://qmmp.googlecode.com/files/qmmp-%{version}.tar.bz2
 Patch0:         qmmp-0.5.5-libcdio_mess.patch
-# Already in trunk
-Patch1:         qmmp-0.5.5-ffmpeg_011.patch
-# PATCH-FEATURE-OPENSUSE qmmp-0.5.5-default_pulse.patch reddw...@opensuse.org 
-- Use PulseAudio instead of ALSA by default
-Patch2:         qmmp-0.5.5-default_pulse.patch
+# PATCH-FEATURE-OPENSUSE qmmp-0.6.0-default_pulse.patch reddw...@opensuse.org 
-- Use PulseAudio instead of ALSA by default
+Patch2:         qmmp-0.6.0-default_pulse.patch
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
 BuildRequires:  gcc-c++
@@ -120,7 +118,6 @@
 %prep
 %setup -q
 %patch0
-%patch1
 %patch2
 
 %build
@@ -130,7 +127,7 @@
 export CXXFLAGS='%{optflags}'
 cmake -DCMAKE_BUILD_WITH_INSTALL_RPATH=1 -DCMAKE_INSTALL_PREFIX=%{_prefix} \
       -DLIB_DIR=%{_lib} -DCMAKE_BUILD_TYPE=Release -DUSE_HAL=FALSE \
-      -DUSE_OSS=FALSE -DCMAKE_VERBOSE_MAKEFILE=TRUE ..
+      -DCMAKE_VERBOSE_MAKEFILE=TRUE ..
 make %{?_smp_mflags}
 
 %install
@@ -162,6 +159,7 @@
 %{_datadir}/qmmp
 %{_datadir}/applications/qmmp.desktop
 %{_datadir}/applications/qmmp_enqueue.desktop
+%{_datadir}/applications/qmmp_dir.desktop
 %{_datadir}/icons/hicolor/*/apps/qmmp*
 
 %files -n libqmmp%{soname}
@@ -185,5 +183,7 @@
 %{_includedir}/qmmpui
 %{_libdir}/libqmmp.so
 %{_libdir}/libqmmpui.so
+%{_libdir}/pkgconfig/qmmp.pc
+%{_libdir}/pkgconfig/qmmpui.pc
 
 %changelog

++++++ qmmp-0.5.5-default_pulse.patch -> qmmp-0.6.0-default_pulse.patch ++++++
--- /work/SRC/openSUSE:Factory/qmmp/qmmp-0.5.5-default_pulse.patch      
2012-06-01 22:32:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.qmmp.new/qmmp-0.6.0-default_pulse.patch 
2012-07-02 12:46:56.000000000 +0200
@@ -2,12 +2,12 @@
 ===================================================================
 --- src/qmmp/output.cpp.orig
 +++ src/qmmp/output.cpp
-@@ -473,7 +473,7 @@ OutputFactory *Output::currentFactory()
+@@ -477,7 +477,7 @@ OutputFactory *Output::currentFactory()
      checkFactories();
      QSettings settings (Qmmp::configFile(), QSettings::IniFormat);
  #ifdef Q_OS_LINUX
 -    QString name = settings.value("Output/current_plugin", "alsa").toString();
 +    QString name = settings.value("Output/current_plugin", 
"pulse").toString();
  #else
-     QString name = settings.value("Output/current_plugin", "oss").toString();
+     QString name = settings.value("Output/current_plugin", "oss4").toString();
  #endif

++++++ qmmp-0.5.5.tar.bz2 -> qmmp-0.6.0.tar.bz2 ++++++
++++ 153310 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to