2024-01-06 05:23:27 +01:00
|
|
|
Name: libphonon
|
2024-01-06 05:23:27 +01:00
|
|
|
Version: 4.11.1
|
2024-01-06 05:23:27 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 05:23:27 +01:00
|
|
|
Summary: Multimedia API for KDE4
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
|
|
|
URL: http://www.kde.org
|
2024-01-06 05:23:27 +01:00
|
|
|
Source: http://download.kde.org/stable/phonon/%{version}/phonon-%{version}.tar.xz
|
2024-01-06 05:23:27 +01:00
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 05:23:27 +01:00
|
|
|
BuildRequires: ldconfig
|
2024-01-06 05:23:27 +01:00
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libpulseaudio-devel
|
|
|
|
BuildRequires: libpulseaudio-glib-devel
|
2024-01-06 05:23:27 +01:00
|
|
|
BuildRequires: libqt5-devel
|
2024-01-06 05:23:27 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: automoc4
|
2024-01-06 05:23:27 +01:00
|
|
|
#%if "%{stage1}" != "1"
|
|
|
|
#BuildRequires: kdelibs-devel
|
|
|
|
#%endif
|
2024-01-06 05:23:27 +01:00
|
|
|
%if "%{stage1}" != "1"
|
|
|
|
Requires: phonon_backend
|
|
|
|
%endif
|
2024-01-06 05:23:27 +01:00
|
|
|
Provides: libphonon-qt5
|
|
|
|
Obsoletes: libphonon-qt5
|
|
|
|
Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-06 05:23:27 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
2024-01-06 05:23:27 +01:00
|
|
|
Phonon is the multimedia API for KDE5.
|
|
|
|
Phonon was created to allow KDE to be independent of any single multimedia framework such as GStreamer or Xine and to provide a stable API for KDE4's lifetime.
|
2024-01-06 05:23:27 +01:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Static libraries and headers for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-06 05:23:27 +01:00
|
|
|
Provides: libphonon-qt5-devel
|
|
|
|
Obsoletes: libphonon-qt5-devel
|
2024-01-06 05:23:27 +01:00
|
|
|
|
|
|
|
%description devel
|
2024-01-06 05:23:27 +01:00
|
|
|
Phonon is the multimedia API for KDE5.
|
|
|
|
Phonon was created to allow KDE to be independent of any single multimedia framework such as GStreamer or Xine and to provide a stable API for KDE's lifetime.
|
|
|
|
This package contains static libraries and header files needed for development.
|
|
|
|
|
|
|
|
%package tools
|
|
|
|
Group: Graphical Desktop/Applications/Multimedia
|
|
|
|
Summary: Tools provided by %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description tools
|
|
|
|
Phonon is the multimedia API for KDE5.
|
|
|
|
Phonon was created to allow KDE to be independent of any single multimedia framework such as GStreamer or Xine and to provide a stable API for KDE's lifetime.
|
|
|
|
This package contains the phononsettings tool.
|
2024-01-06 05:23:27 +01:00
|
|
|
|
|
|
|
%package designer
|
|
|
|
Group: Development/Tools
|
|
|
|
Summary: libphonon widgets for Qt Designer
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-06 05:23:27 +01:00
|
|
|
Provides: libphonon-qt5-designer
|
|
|
|
Obsoletes: libphonon-qt5-designer
|
2024-01-06 05:23:27 +01:00
|
|
|
|
|
|
|
%description designer
|
2024-01-06 05:23:27 +01:00
|
|
|
Phonon is the multimedia API for KDE5.
|
|
|
|
Phonon was created to allow KDE5 to be independent of any single multimedia framework such as GStreamer or Xine and to provide a stable API for KDE4's lifetime.
|
2024-01-06 05:23:27 +01:00
|
|
|
This package contains the libphonon widgets for Qt Designer.
|
|
|
|
|
2024-01-06 05:23:27 +01:00
|
|
|
%debug_package
|
2024-01-06 05:23:27 +01:00
|
|
|
|
2024-01-06 05:23:27 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n phonon-%{version}
|
|
|
|
|
|
|
|
%build
|
2024-01-06 05:23:27 +01:00
|
|
|
%cmake -d build \
|
2024-01-06 05:23:27 +01:00
|
|
|
-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
|
|
|
|
-DPHONON_BUILD_PHONON4QT5=ON \
|
2024-01-06 05:23:27 +01:00
|
|
|
|
2024-01-06 05:23:27 +01:00
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
2024-01-06 05:23:27 +01:00
|
|
|
|
|
|
|
%find_lang %{name}5_qt --with-qt --with-man --all-name || touch %{name}5_qt.lang
|
2024-01-06 05:23:27 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 05:23:27 +01:00
|
|
|
%{_libdir}/libphonon4qt5.so.*
|
|
|
|
%{_libdir}/libphonon4qt5experimental.so.*
|
2024-01-06 05:23:27 +01:00
|
|
|
%doc COPYING.LIB
|
2024-01-06 05:23:27 +01:00
|
|
|
|
2024-01-06 05:23:27 +01:00
|
|
|
%files tools -f %{name}5_qt.lang
|
|
|
|
%{_bindir}/phononsettings
|
|
|
|
|
|
|
|
%files devel
|
2024-01-06 05:23:27 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/phonon4qt5
|
|
|
|
%dir %{_includedir}/phonon4qt5/KDE
|
|
|
|
%dir %{_includedir}/phonon4qt5/KDE/Phonon
|
|
|
|
%{_includedir}/phonon4qt5/KDE/Phonon/*
|
|
|
|
%dir %{_includedir}/phonon4qt5/phonon
|
|
|
|
%{_includedir}/phonon4qt5/phonon/*
|
|
|
|
%dir %{_libdir}/cmake/phonon4qt5
|
|
|
|
%{_libdir}/cmake/phonon4qt5/Phonon*.cmake
|
|
|
|
%{_libdir}/libphonon4qt5.so
|
|
|
|
%{_libdir}/libphonon4qt5experimental.so
|
|
|
|
%{_libdir}/pkgconfig/phonon4qt5.pc
|
|
|
|
%{_libdir}/qt5/mkspecs/modules/qt_phonon4qt5.pri
|
|
|
|
%dir %{_datadir}/phonon4qt5/buildsystem
|
|
|
|
%{_datadir}/phonon4qt5/buildsystem/*.cmake
|
|
|
|
|
2024-01-06 05:23:27 +01:00
|
|
|
%files designer
|
2024-01-06 05:23:27 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-06 05:23:27 +01:00
|
|
|
%{_libdir}/qt5/plugins/designer/phononwidgets.so
|
2024-01-06 05:23:27 +01:00
|
|
|
|
2024-01-06 05:23:27 +01:00
|
|
|
%changelog
|
2024-01-06 05:23:27 +01:00
|
|
|
* Thu Jan 02 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.11.1-1mamba
|
|
|
|
- update to 4.11.1
|
|
|
|
|
2024-01-06 05:23:27 +01:00
|
|
|
* Sun Feb 03 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.10.2-1mamba
|
|
|
|
- update to 4.10.2
|
|
|
|
|
2024-01-06 05:23:27 +01:00
|
|
|
* Sat May 14 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 4.9.0-1mamba
|
|
|
|
- update to 4.9.0
|
|
|
|
|
2024-01-06 05:23:27 +01:00
|
|
|
* Sat Feb 14 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.8.3-2mamba
|
|
|
|
- added qt5 subpackage
|
|
|
|
|
2024-01-06 05:23:27 +01:00
|
|
|
* Thu Jan 15 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.8.3-1mamba
|
|
|
|
- update to 4.8.3
|
|
|
|
|
2024-01-06 05:23:27 +01:00
|
|
|
* Wed Jun 04 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 4.7.1-1mamba
|
|
|
|
- update to 4.7.1
|
|
|
|
|
2024-01-06 05:23:27 +01:00
|
|
|
* Fri Mar 02 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 4.6.0-1mamba
|
|
|
|
- update to 4.6.0
|
|
|
|
|
|
|
|
* Thu Aug 04 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 4.5.0-1mamba
|
|
|
|
- update to 4.5.0
|
|
|
|
|
|
|
|
* Sun Feb 20 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 4.4.4-3mamba
|
|
|
|
- added virtual requirement for phonon_backend
|
|
|
|
|
|
|
|
* Sat Jan 29 2011 Davide Madrisan <davide.madrisan@gmail.com> 4.4.4-2mamba
|
|
|
|
- rebuilt moving libraries to %{_libdir}
|
|
|
|
|
|
|
|
* Sun Jan 23 2011 Davide Madrisan <davide.madrisan@gmail.com> 4.4.4-1mamba
|
|
|
|
- update to 4.4.4
|
|
|
|
- move phonon.pc to %{_libdir}/pkgconfig (pkg-config doesn't work otherwise)
|
|
|
|
|
|
|
|
* Thu Jan 06 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 4.4.3-1mamba
|
|
|
|
- update to 4.4.3
|
|
|
|
|
|
|
|
* Tue Feb 03 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 4.3.0-1mamba
|
|
|
|
- update to 4.3.0
|
|
|
|
|
|
|
|
* Tue Oct 07 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.0-3mamba
|
|
|
|
- removed conflicts with libqt4-phonon
|
|
|
|
|
|
|
|
* Thu Aug 28 2008 Aleph0 <aleph0@openmamba.org> 4.2.0-2mamba
|
|
|
|
- add libphonon conflict against libqt4-phonon
|
|
|
|
|
|
|
|
* Thu Aug 28 2008 Aleph0 <aleph0@openmamba.org> 4.2.0-1mamba
|
|
|
|
- package created by autospec
|