rebuilt with qt5 5.6.0 [release 1.2.0-3mamba;Sun May 08 2016]
This commit is contained in:
parent
d3391146c2
commit
10221cb54c
@ -1,7 +1,7 @@
|
|||||||
%define apiver 1.0
|
%define apiver 1.0
|
||||||
Name: libqt-gstreamer
|
Name: libqt-gstreamer
|
||||||
Version: 1.2.0
|
Version: 1.2.0
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: C++ bindings for GStreamer with a Qt-style API
|
Summary: C++ bindings for GStreamer with a Qt-style API
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -14,7 +14,6 @@ License: LGPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libGL-devel
|
BuildRequires: libGL-devel
|
||||||
BuildRequires: libQt5Declarative
|
|
||||||
BuildRequires: libQtDeclarative
|
BuildRequires: libQtDeclarative
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
@ -24,6 +23,7 @@ BuildRequires: libqt4-devel
|
|||||||
BuildRequires: libqt5-devel
|
BuildRequires: libqt5-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libqt5-devel >= 5.6.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
@ -57,9 +57,12 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n qt-gstreamer-%{version}
|
%setup -q -n qt-gstreamer-%{version}
|
||||||
|
#-D -T
|
||||||
|
#:<< _EOF
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
#:<< _EOF
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
-DQTGSTREAMER_EXAMPLES=OFF \
|
-DQTGSTREAMER_EXAMPLES=OFF \
|
||||||
-DQT_VERSION=4
|
-DQT_VERSION=4
|
||||||
@ -143,13 +146,16 @@ cd ..
|
|||||||
%{_libdir}/pkgconfig/Qt5GStreamerQuick-1.0.pc
|
%{_libdir}/pkgconfig/Qt5GStreamerQuick-1.0.pc
|
||||||
%{_libdir}/pkgconfig/Qt5GStreamerUi-1.0.pc
|
%{_libdir}/pkgconfig/Qt5GStreamerUi-1.0.pc
|
||||||
%{_libdir}/pkgconfig/Qt5GStreamerUtils-1.0.pc
|
%{_libdir}/pkgconfig/Qt5GStreamerUtils-1.0.pc
|
||||||
%{_libdir}/qt5/imports/QtGStreamer/libQtGStreamerQuick1.so
|
#%{_libdir}/qt5/imports/QtGStreamer/libQtGStreamerQuick1.so
|
||||||
%{_libdir}/qt5/imports/QtGStreamer/qmldir
|
#%{_libdir}/qt5/imports/QtGStreamer/qmldir
|
||||||
%{_libdir}/qt5/qml/QtGStreamer/libQtGStreamerQuick2.so
|
%{_libdir}/qt5/qml/QtGStreamer/libQtGStreamerQuick2.so
|
||||||
%{_libdir}/qt5/qml/QtGStreamer/qmldir
|
%{_libdir}/qt5/qml/QtGStreamer/qmldir
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 08 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-3mamba
|
||||||
|
- rebuilt with qt5 5.6.0
|
||||||
|
|
||||||
* Sat Jan 16 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-2mamba
|
* Sat Jan 16 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-2mamba
|
||||||
- build qt5 bindings
|
- build qt5 bindings
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user