Accepting request 677304 from home:alois:branches:multimedia:apps

- Use correct path for plugin search, fixes (boo#1125787)

OBS-URL: https://build.opensuse.org/request/show/677304
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/qmmp?expand=0&rev=128
This commit is contained in:
Luigi Baldoni 2019-02-19 10:16:54 +00:00 committed by Git OBS Bridge
parent fd571ea747
commit fcc9fe0db4
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 19 09:36:03 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
- Use correct path for plugin search, fixes (boo#1125787)
-------------------------------------------------------------------
Mon Feb 11 11:29:58 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -154,6 +154,7 @@ Development files for libqmmp.
-DCMAKE_MODULE_LINKER_FLAGS="" \
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON \
-DLIB_DIR=%{_lib} \
-DPLUGIN_DIR=%{_lib}/%{name}-%{mver} \
%if %{without restricted}
-DUSE_MPLAYER=OFF \
%endif