mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/gstreamermm: Updated for version 1.4.3.
Force std=c++11 in the CXXFLAGS Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
43d40c4b96
commit
7d7872c57d
2 changed files with 6 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=gstreamermm
|
||||
VERSION=0.10.10.2
|
||||
VERSION=${VERSION:-1.4.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -70,6 +70,7 @@ find -L . \
|
|||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS -std=c++11" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="gstreamermm"
|
||||
VERSION="0.10.10.2"
|
||||
VERSION="1.4.3"
|
||||
HOMEPAGE="http://www.gnome.org/"
|
||||
DOWNLOAD="ftp://ftp.gnome.org/pub/GNOME/sources/gstreamermm/0.10/gstreamermm-0.10.10.2.tar.xz"
|
||||
MD5SUM="2563bde3ffa785eac64c4d443da88360"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gstreamermm/1.4/gstreamermm-1.4.3.tar.xz"
|
||||
MD5SUM="8f6c4b85083308def933eab1433a1865"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gtkmm libxml++"
|
||||
REQUIRES="gtkmm3 libxml++"
|
||||
MAINTAINER="Juan Valencia Escalante"
|
||||
EMAIL="jvalenciae@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue