From 59f1c4ebf9b0f9619f4e4966c575408dd462b8bb6ca28b13cf12ab41308fb55f Mon Sep 17 00:00:00 2001 From: Cristian Morales Vega Date: Fri, 11 Jan 2013 14:24:13 +0000 Subject: [PATCH] - Update to 0.6.6 * added support for http redirect to the url dialog * added ffmpeg 1.1 support * fixed 24/32-bit mode support in the src plugin * fixed seeking when using oss4 as output * fixed streaming support in the ffmpeg plugin * fixed build without qt3support headers (thanks to Dmitry Smolin) * fixed playlist titlebar cursor * fixed mpris2 support * fixed typos * updated Hebrew translation (Genghis Khan) - Disable OSS/OSS4 output support OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/qmmp?expand=0&rev=31 --- qmmp-0.6.5.tar.bz2 | 3 --- qmmp-0.6.6.tar.bz2 | 3 +++ qmmp.changes | 16 ++++++++++++++++ qmmp.spec | 16 +++++++++++----- 4 files changed, 30 insertions(+), 8 deletions(-) delete mode 100644 qmmp-0.6.5.tar.bz2 create mode 100644 qmmp-0.6.6.tar.bz2 diff --git a/qmmp-0.6.5.tar.bz2 b/qmmp-0.6.5.tar.bz2 deleted file mode 100644 index bebe0f3..0000000 --- a/qmmp-0.6.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a53af8228e0062eda5df5d34c00221587a1a3764e614b5d8b12541c2c75f080 -size 797215 diff --git a/qmmp-0.6.6.tar.bz2 b/qmmp-0.6.6.tar.bz2 new file mode 100644 index 0000000..481aca1 --- /dev/null +++ b/qmmp-0.6.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfa973cca80c020a85a11bb66701a3804f9fde326440abb179559c98bf3b5b99 +size 798388 diff --git a/qmmp.changes b/qmmp.changes index 8c12c2d..d6ba5eb 100644 --- a/qmmp.changes +++ b/qmmp.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Jan 11 12:37:12 UTC 2013 - reddwarf@opensuse.org + +- Update to 0.6.6 + * added support for http redirect to the url dialog + * added ffmpeg 1.1 support + * fixed 24/32-bit mode support in the src plugin + * fixed seeking when using oss4 as output + * fixed streaming support in the ffmpeg plugin + * fixed build without qt3support headers (thanks to Dmitry Smolin) + * fixed playlist titlebar cursor + * fixed mpris2 support + * fixed typos + * updated Hebrew translation (Genghis Khan) +- Disable OSS/OSS4 output support + ------------------------------------------------------------------- Sun Dec 9 13:17:15 UTC 2012 - reddwarf@opensuse.org diff --git a/qmmp.spec b/qmmp.spec index 9e81f5a..80eeedb 100644 --- a/qmmp.spec +++ b/qmmp.spec @@ -1,7 +1,7 @@ # # spec file for package qmmp # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ %define soname 0 Name: qmmp -Version: 0.6.5 +Version: 0.6.6 Release: 0 Summary: XMMS-like audio player License: GPL-2.0+ @@ -129,9 +129,15 @@ mkdir build cd build export CFLAGS='%{optflags}' export CXXFLAGS='%{optflags}' -cmake -DCMAKE_BUILD_WITH_INSTALL_RPATH=1 -DCMAKE_INSTALL_PREFIX=%{_prefix} \ - -DLIB_DIR=%{_lib} -DCMAKE_BUILD_TYPE=Release -DUSE_HAL=FALSE \ - -DCMAKE_VERBOSE_MAKEFILE=TRUE .. +cmake -DCMAKE_BUILD_WITH_INSTALL_RPATH=1 \ + -DCMAKE_INSTALL_PREFIX=%{_prefix} \ + -DLIB_DIR=%{_lib} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_VERBOSE_MAKEFILE=TRUE \ + -DUSE_HAL=FALSE \ + -DUSE_OSS=FALSE \ + -DUSE_OSS4=FALSE \ + .. make %{?_smp_mflags} %install