Accepting request 336000 from home:XRevan86
- Update to 1.0.0. OBS-URL: https://build.opensuse.org/request/show/336000 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/qmmp?expand=0&rev=64
This commit is contained in:
parent
1b24c1d482
commit
19c3ec25c5
3
baselibs.conf
Normal file
3
baselibs.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
libqmmp1
|
||||||
|
libqmmp1-plugins
|
||||||
|
libqmmp1-plugin-mplayer
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9314f8b019689fa9f3f1bc8df4076a4b32d384ad992d578fd437284a5c86918b
|
|
||||||
size 1112342
|
|
3
qmmp-1.0.0.tar.bz2
Normal file
3
qmmp-1.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:25cd86c67f287e9e7d062b364202831bb25c0930cdc7fbda759fd9287fb24220
|
||||||
|
size 1092970
|
19
qmmp.changes
19
qmmp.changes
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 2 19:26:50 UTC 2015 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Update to 1.0.0:
|
||||||
|
* Switch to Qt5.
|
||||||
|
* Remove ffmpeg_legacy plugin.
|
||||||
|
* Removed legacy udisks plugin.
|
||||||
|
* Removed support of taglib versions less than 1.8.
|
||||||
|
* Optimise equaliser.
|
||||||
|
* Optimise FLAC and WavPack plugins.
|
||||||
|
* Improve skinned UI in the shaded mode:
|
||||||
|
- improved time indicator;
|
||||||
|
- fixed playlist colours.
|
||||||
|
* Fix clicks while playing some MP3 files.
|
||||||
|
* Fix memory leak in the WavPack plugin.
|
||||||
|
* Fix effects and decoders sorting.
|
||||||
|
* Fix possible race condition.
|
||||||
|
* Update Greek translation.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 6 10:32:23 UTC 2015 - sor.alexei@meowr.ru
|
Sun Sep 6 10:32:23 UTC 2015 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
39
qmmp.spec
39
qmmp.spec
@ -16,12 +16,12 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define sover 0
|
%define sover 1
|
||||||
%bcond_with ffmpeg
|
%bcond_with ffmpeg
|
||||||
%bcond_with mad
|
%bcond_with mad
|
||||||
%bcond_with faad
|
%bcond_with faad
|
||||||
Name: qmmp
|
Name: qmmp
|
||||||
Version: 0.9.1
|
Version: 1.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: XMMS-like audio player
|
Summary: XMMS-like audio player
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -37,15 +37,18 @@ BuildRequires: desktop-file-utils
|
|||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: libmpcdec-devel
|
BuildRequires: libmpcdec-devel
|
||||||
BuildRequires: pkgconfig(QtCore)
|
BuildRequires: libqt5-qttools-devel >= 5.4
|
||||||
BuildRequires: pkgconfig(QtDBus)
|
BuildRequires: pkgconfig(Qt5Core) >= 5.4
|
||||||
BuildRequires: pkgconfig(QtGui)
|
BuildRequires: pkgconfig(Qt5DBus) >= 5.4
|
||||||
BuildRequires: pkgconfig(QtNetwork)
|
BuildRequires: pkgconfig(Qt5Network) >= 5.4
|
||||||
BuildRequires: pkgconfig(QtOpenGL)
|
BuildRequires: pkgconfig(Qt5OpenGL) >= 5.4
|
||||||
BuildRequires: pkgconfig(QtXml)
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.4
|
||||||
|
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.4
|
||||||
|
BuildRequires: pkgconfig(Qt5Xml) >= 5.4
|
||||||
BuildRequires: pkgconfig(alsa)
|
BuildRequires: pkgconfig(alsa)
|
||||||
BuildRequires: pkgconfig(enca) >= 1.9
|
BuildRequires: pkgconfig(enca) >= 1.9
|
||||||
BuildRequires: pkgconfig(flac)
|
BuildRequires: pkgconfig(flac)
|
||||||
|
BuildRequires: pkgconfig(jack)
|
||||||
BuildRequires: pkgconfig(libavcodec)
|
BuildRequires: pkgconfig(libavcodec)
|
||||||
BuildRequires: pkgconfig(libavformat)
|
BuildRequires: pkgconfig(libavformat)
|
||||||
BuildRequires: pkgconfig(libavutil)
|
BuildRequires: pkgconfig(libavutil)
|
||||||
@ -71,10 +74,6 @@ BuildRequires: pkgconfig(wavpack)
|
|||||||
Requires: qmmp(%{sover})(Input)
|
Requires: qmmp(%{sover})(Input)
|
||||||
Requires: qmmp(%{sover})(Output)
|
Requires: qmmp(%{sover})(Output)
|
||||||
Requires: qmmp(%{sover})(Ui)
|
Requires: qmmp(%{sover})(Ui)
|
||||||
# Standard JACK version is not new enough until openSUSE 12.1.
|
|
||||||
%if 0%{?suse_version} > 1140
|
|
||||||
BuildRequires: pkgconfig(jack)
|
|
||||||
%endif
|
|
||||||
%if %{with mad}
|
%if %{with mad}
|
||||||
BuildRequires: pkgconfig(mad)
|
BuildRequires: pkgconfig(mad)
|
||||||
%endif
|
%endif
|
||||||
@ -136,14 +135,14 @@ pushd build
|
|||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
export CXXFLAGS="%{optflags}"
|
export CXXFLAGS="%{optflags}"
|
||||||
cmake \
|
cmake \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_VERBOSE_MAKEFILE=TRUE \
|
-DCMAKE_VERBOSE_MAKEFILE=ON \
|
||||||
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
||||||
-DCMAKE_BUILD_WITH_INSTALL_RPATH=1 \
|
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON \
|
||||||
-DLIB_DIR=%{_lib} \
|
-DLIB_DIR=%{_lib} \
|
||||||
-DUSE_HAL=FALSE \
|
-DUSE_HAL=FALSE \
|
||||||
-DUSE_OSS=FALSE \
|
-DUSE_OSS=FALSE \
|
||||||
-DUSE_OSS4=FALSE \
|
-DUSE_OSS4=FALSE \
|
||||||
..
|
..
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
popd
|
popd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user