qt4 legacy package [release 4.10.2-2mamba;Thu Jan 02 2020]
This commit is contained in:
parent
5ca529dc65
commit
3598f48425
@ -1,2 +1,5 @@
|
||||
# libphonon4
|
||||
|
||||
Phonon is the multimedia API for KDE4.
|
||||
Phonon was created to allow KDE4 to be independent of any single multimedia framework such as GStreamer or Xine and to provide a stable API for KDE4's lifetime.
|
||||
|
||||
|
159
libphonon4.spec
Normal file
159
libphonon4.spec
Normal file
@ -0,0 +1,159 @@
|
||||
Name: libphonon4
|
||||
Version: 4.10.2
|
||||
Release: 2mamba
|
||||
Summary: Multimedia API for KDE4
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/phonon/%{version}/phonon-%{version}.tar.xz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libQtDeclarative
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libpulseaudio-devel
|
||||
BuildRequires: libpulseaudio-glib-devel
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: libqzeitgeist-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: automoc4
|
||||
Conflicts: libqt4-phonon
|
||||
%if "%{stage1}" != "1"
|
||||
Requires: phonon_backend
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Phonon is the multimedia API for KDE4.
|
||||
Phonon was created to allow KDE4 to be independent of any single multimedia framework such as GStreamer or Xine and to provide a stable API for KDE4's lifetime.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Static libraries and headers for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Phonon is the multimedia API for KDE4.
|
||||
Phonon was created to allow KDE4 to be independent of any single multimedia framework such as GStreamer or Xine and to provide a stable API for KDE4's lifetime.
|
||||
This package contains static libraries and header files need for development.
|
||||
|
||||
%package designer
|
||||
Group: Development/Tools
|
||||
Summary: libphonon widgets for Qt Designer
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description designer
|
||||
Phonon is the multimedia API for KDE4.
|
||||
Phonon was created to allow KDE4 to be independent of any single multimedia framework such as GStreamer or Xine and to provide a stable API for KDE4's lifetime.
|
||||
This package contains the libphonon widgets for Qt Designer.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n phonon-%{version}
|
||||
|
||||
%build
|
||||
# NOTE: using rpm % cmake macro causes problems with paths
|
||||
mkdir build
|
||||
cd build
|
||||
cmake .. \
|
||||
-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_SKIP_RPATH=ON \
|
||||
-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
|
||||
-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 \
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libphonon.so.*
|
||||
%{_libdir}/libphononexperimental.so.*
|
||||
%{_datadir}/dbus-1/interfaces/org.kde.Phonon.AudioOutput.xml
|
||||
%doc COPYING.LIB
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/KDE/Phonon
|
||||
%{_includedir}/KDE/Phonon/*
|
||||
%dir %{_includedir}/phonon
|
||||
%{_includedir}/phonon/*
|
||||
%{_libdir}/libphonon.so
|
||||
%{_libdir}/libphononexperimental.so
|
||||
%{_libdir}/pkgconfig/phonon.pc
|
||||
%dir %{_libdir}/cmake/phonon
|
||||
%{_libdir}/cmake/phonon/Phonon*.cmake
|
||||
%{_datadir}/qt4/mkspecs/modules/qt_phonon.pri
|
||||
%dir %{_datadir}/phonon/buildsystem
|
||||
%{_datadir}/phonon/buildsystem/COPYING-CMAKE-SCRIPTS
|
||||
%{_datadir}/phonon/buildsystem/*.cmake
|
||||
%{_datadir}/phonon/buildsystem/cmake_uninstall.cmake.in
|
||||
|
||||
%files designer
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/qt4/plugins/designer/libphononwidgets.so
|
||||
|
||||
%changelog
|
||||
* Thu Jan 02 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.10.2-2mamba
|
||||
- qt4 legacy package
|
||||
|
||||
* Sun Feb 03 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.10.2-1mamba
|
||||
- update to 4.10.2
|
||||
|
||||
* Sat May 14 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 4.9.0-1mamba
|
||||
- update to 4.9.0
|
||||
|
||||
* Sat Feb 14 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.8.3-2mamba
|
||||
- added qt5 subpackage
|
||||
|
||||
* Thu Jan 15 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.8.3-1mamba
|
||||
- update to 4.8.3
|
||||
|
||||
* Wed Jun 04 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 4.7.1-1mamba
|
||||
- update to 4.7.1
|
||||
|
||||
* 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
|
Loading…
Reference in New Issue
Block a user