Projects
Multimedia
deadbeef-plugin-statusnotifier
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 11
View file
deadbeef-plugin-statusnotifier.changes
Added
@@ -0,0 +1,27 @@ +------------------------------------------------------------------- +Tue Jul 21 11:08:49 UTC 2020 - Fridrich Strba <fridrich.strba@bluewin.ch> + +- Added patch: + * deadbeef-statusnotifier-plugin-1.3.1-gcc10.patch + + fix duplicate symbols with gcc 10 + +------------------------------------------------------------------- +Mon May 25 00:00:00 UTC 2020 - vovochka13@gmail.com + +- Version 1.3.1 + +------------------------------------------------------------------- +Fri Feb 19 00:00:00 UTC 2016 - vovochka13@gmail.com + +- Spec file cleanups + +------------------------------------------------------------------- +Thu Feb 18 00:00:00 UTC 2016 - vovochka13@gmail.com + +- version 1.3 + +------------------------------------------------------------------- +Fri Feb 5 00:00:00 UTC 2016 - vovochka13@gmail.com + +- Initial package. +
View file
deadbeef-plugin-statusnotifier.spec
Changed
@@ -1,6 +1,7 @@ # # spec file for package deadbeef-plugin-statusnotifier # +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2016 Perepechin Vladimir <vovochka13@gmail.com> # # All modifications and additions to the file contributed by third parties @@ -12,7 +13,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -21,16 +22,19 @@ Version: 1.3.1 Release: 0 Summary: Alternative tray icon for Plasma 5 DE -License: GPL-3.0+ +License: GPL-3.0-or-later Group: Productivity/Multimedia/Sound/Players -Url: https://github.com/vovochka404/deadbeef-statusnotifier-plugin +URL: https://github.com/vovochka404/deadbeef-statusnotifier-plugin Source0: %{_name}-%{version}.tar.gz -BuildRequires: cmake make gcc-c++ +Patch0: %{_name}-%{version}-gcc10.patch +BuildRequires: cmake BuildRequires: deadbeef-devel >= 0.6.2 -BuildRequires: pkgconfig(gtk+-3.0) -BuildRequires: pkgconfig(gdk-x11-3.0) -BuildRequires: pkgconfig(gdk-pixbuf-2.0) +BuildRequires: gcc-c++ +BuildRequires: make BuildRequires: pkgconfig(dbusmenu-glib-0.4) +BuildRequires: pkgconfig(gdk-pixbuf-2.0) +BuildRequires: pkgconfig(gdk-x11-3.0) +BuildRequires: pkgconfig(gtk+-3.0) Requires: deadbeef >= 0.6.2 Obsoletes: %{_name} <= %{version} Provides: %{_name} = %{version} @@ -42,6 +46,7 @@ %prep %setup -q -n %{_name}-%{version} +%patch0 -p1 %build %cmake -DUSE_GTK=OFF @@ -50,17 +55,8 @@ %install %cmake_install - %files %defattr(-,root,root) %{_libdir}/deadbeef/* %changelog -* Mon May 25 2020 vovochka13@gmail.com -- Version 1.3.1 -* Fri Feb 19 2016 vovochka13@gmail.com -- Spec file cleanups -* Thu Feb 18 2016 vovochka13@gmail.com -- version 1.3 -* Fri Feb 05 2016 vovochka13@gmail.com -- Initial package.
View file
deadbeef-statusnotifier-plugin-1.3.1-gcc10.patch
Added
@@ -0,0 +1,22 @@ +--- deadbeef-statusnotifier-plugin-1.3.1/src/sni.c 2020-05-25 02:00:59.000000000 +0200 ++++ deadbeef-statusnotifier-plugin-1.3.1/src/sni.c 2020-07-21 12:54:24.517140085 +0200 +@@ -41,6 +41,8 @@ + static DB_plugin_action_t *toggle_mainwindow_action = NULL; + static DB_plugin_action_t *preferences_action = NULL; + ++ DB_functions_t *deadbeef; ++ + void sni_update_status (); + + void +--- deadbeef-statusnotifier-plugin-1.3.1/src/sni.h 2020-05-25 02:00:59.000000000 +0200 ++++ deadbeef-statusnotifier-plugin-1.3.1/src/sni.h 2020-07-21 12:53:00.788600032 +0200 +@@ -43,7 +43,7 @@ + + #include <extras/statusnotifier/src/statusnotifier.h> + +-DB_functions_t *deadbeef; ++extern DB_functions_t *deadbeef; + static ddb_gtkui_t *gtkui_plugin; + + typedef enum {
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.