Accepting request 1070049 from multimedia:apps
- Update to version 4.3. OBS-URL: https://build.opensuse.org/request/show/1070049 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audacious?expand=0&rev=14
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 7 20:06:08 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
- Update to version 4.3:
|
||||
* See https://audacious-media-player.org/news/56-audacious-4-3-released
|
||||
- Add the libarchive build requirement.
|
||||
- Switch to Qt 6 on openSUSE newer than 15.x
|
||||
- Switch to GTK 3.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 13 20:18:41 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
||||
+27
-11
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package audacious
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,14 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define aud_plugin_ver_min 4.2
|
||||
%define aud_plugin_ver_max 4.2.99
|
||||
%define aud_plugin_ver_min 4.3
|
||||
%define aud_plugin_ver_max 4.3.99
|
||||
%define core_soname 5
|
||||
%define qt_soname 2
|
||||
%define gtk_soname 5
|
||||
%define tag_soname 3
|
||||
Name: audacious
|
||||
Version: 4.2
|
||||
Version: 4.3
|
||||
Release: 0
|
||||
Summary: Audio player with graphical UI and library functionality
|
||||
License: BSD-2-Clause
|
||||
@@ -31,17 +31,25 @@ URL: https://audacious-media-player.org/
|
||||
Source: https://distfiles.audacious-media-player.org/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++ >= 4.5
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: meson
|
||||
BuildRequires: meson >= 0.57
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5Gui)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(gtk+-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libarchive)
|
||||
Requires: %{name}-plugins%{?_isa} <= %{aud_plugin_ver_max}
|
||||
Requires: %{name}-plugins%{?_isa} >= %{aud_plugin_ver_min}
|
||||
Recommends: %{name}-plugins-extra >= %{aud_plugin_ver_min}
|
||||
%if 0%{?suse_version} > 1500
|
||||
BuildRequires: cmake(Qt6Core)
|
||||
BuildRequires: cmake(Qt6Gui)
|
||||
BuildRequires: cmake(Qt6Widgets)
|
||||
%else
|
||||
BuildRequires: cmake(Qt5Core)
|
||||
BuildRequires: cmake(Qt5Gui)
|
||||
BuildRequires: cmake(Qt5Widgets)
|
||||
%endif
|
||||
|
||||
%description
|
||||
Audacious is an audio player. It is based on Qt and supports a wide
|
||||
@@ -93,7 +101,15 @@ Development files for Audacious audio player.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%meson -Dqt=true
|
||||
%meson \
|
||||
-Dqt=true \
|
||||
%if 0%{?suse_version} > 1500
|
||||
-Dqt6=true \
|
||||
%else
|
||||
-Dqt6=false \
|
||||
%endif
|
||||
-Dgtk=true \
|
||||
-Dgtk3=true
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:feb304e470a481fe2b3c4ca1c9cb3b23ec262540c12d0d1e6c22a5eb625e04b3
|
||||
size 612155
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27584dc845c7e70db8c9267990945f17322a1ecc80ff8b452e9ca916a0ce9091
|
||||
size 623855
|
||||
Reference in New Issue
Block a user