- 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
This commit is contained in:
Cristian Morales Vega 2013-01-11 14:24:13 +00:00 committed by Git OBS Bridge
parent e155797ce0
commit 59f1c4ebf9
4 changed files with 30 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a53af8228e0062eda5df5d34c00221587a1a3764e614b5d8b12541c2c75f080
size 797215

3
qmmp-0.6.6.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dfa973cca80c020a85a11bb66701a3804f9fde326440abb179559c98bf3b5b99
size 798388

View File

@ -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

View File

@ -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