Accepting request 148061 from multimedia:apps
It's a bugfix release. - 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/request/show/148061 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qmmp?expand=0&rev=13
This commit is contained in:
commit
e52c728874
@ -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
3
qmmp-0.6.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dfa973cca80c020a85a11bb66701a3804f9fde326440abb179559c98bf3b5b99
|
||||||
|
size 798388
|
16
qmmp.changes
16
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
|
Sun Dec 9 13:17:15 UTC 2012 - reddwarf@opensuse.org
|
||||||
|
|
||||||
|
16
qmmp.spec
16
qmmp.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package qmmp
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -23,7 +23,7 @@
|
|||||||
%define soname 0
|
%define soname 0
|
||||||
|
|
||||||
Name: qmmp
|
Name: qmmp
|
||||||
Version: 0.6.5
|
Version: 0.6.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: XMMS-like audio player
|
Summary: XMMS-like audio player
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -129,9 +129,15 @@ mkdir build
|
|||||||
cd build
|
cd build
|
||||||
export CFLAGS='%{optflags}'
|
export CFLAGS='%{optflags}'
|
||||||
export CXXFLAGS='%{optflags}'
|
export CXXFLAGS='%{optflags}'
|
||||||
cmake -DCMAKE_BUILD_WITH_INSTALL_RPATH=1 -DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
cmake -DCMAKE_BUILD_WITH_INSTALL_RPATH=1 \
|
||||||
-DLIB_DIR=%{_lib} -DCMAKE_BUILD_TYPE=Release -DUSE_HAL=FALSE \
|
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
||||||
-DCMAKE_VERBOSE_MAKEFILE=TRUE ..
|
-DLIB_DIR=%{_lib} \
|
||||||
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
|
-DCMAKE_VERBOSE_MAKEFILE=TRUE \
|
||||||
|
-DUSE_HAL=FALSE \
|
||||||
|
-DUSE_OSS=FALSE \
|
||||||
|
-DUSE_OSS4=FALSE \
|
||||||
|
..
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user