]> git.pld-linux.org Git - packages/gstreamermm.git/commitdiff
- use -std= for C++ 11 required by glibmm 2.46+; release 2 auto/th/gstreamermm-1.4.3-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 20 Feb 2016 12:02:26 +0000 (13:02 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 20 Feb 2016 12:02:26 +0000 (13:02 +0100)
gstreamermm.spec

index ce16ef610713c9a7ca460b09a4b617ae4c21bffa..e4b88e17ae17efb4008284845766b1daf4edd27d 100644 (file)
@@ -6,11 +6,12 @@ Summary:      A C++ bindings for the GStreamer library
 Summary(pl.UTF-8):     Wiązania C++ do biblioteki GStreamera
 Name:          gstreamermm
 Version:       1.4.3
-Release:       1
+Release:       2
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/gstreamermm/1.4/%{name}-%{version}.tar.xz
 # Source0-md5: 8f6c4b85083308def933eab1433a1865
+URL:           https://gstreamer.freedesktop.org/bindings/cplusplus.html
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.9
 BuildRequires: glibmm-devel >= 2.36.0
@@ -18,6 +19,7 @@ BuildRequires:        gstreamer-devel >= 1.4.3
 BuildRequires: gstreamer-plugins-base-devel >= 1.4.3
 # for not packaged examples only
 #BuildRequires:        gtkmm3-devel >= 3.0
+BuildRequires: libstdc++-devel >= 6:4.3
 BuildRequires: libtool >= 2:1.5
 BuildRequires: m4
 BuildRequires: mm-common >= 0.9.6
@@ -87,6 +89,7 @@ Szczegółowa dokumentacja gstreamermm.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
+CXXFLAGS="%{rpmcxxflags} -std=c++0x"
 %configure \
        %{?with_static_libs:--enable-static}
 %{__make}
This page took 0.052206 seconds and 4 git commands to generate.