|
@@ -1,4 +1,4 @@
|
|
-%define clutter_version 1.26.0
|
|
+%define clutter_version 1.26.2
|
|
%define clutter_release 1%{?_dist_release}
|
|
%define clutter_release 1%{?_dist_release}
|
|
|
|
|
|
Name: clutter
|
|
Name: clutter
|
|
@@ -25,6 +25,7 @@ BuildRequires: mesa-libGL-devel
|
|
BuildRequires: mesa-libEGL-devel
|
|
BuildRequires: mesa-libEGL-devel
|
|
BuildRequires: gdk-pixbuf2-devel
|
|
BuildRequires: gdk-pixbuf2-devel
|
|
BuildRequires: atk-devel
|
|
BuildRequires: atk-devel
|
|
|
|
+BuildRequires: gtk3-devel
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: pango-devel
|
|
BuildRequires: pango-devel
|
|
BuildRequires: libXdamage-devel
|
|
BuildRequires: libXdamage-devel
|
|
@@ -35,10 +36,13 @@ BuildRequires: gtk-doc
|
|
BuildRequires: gobject-introspection-devel >= 0.9.5
|
|
BuildRequires: gobject-introspection-devel >= 0.9.5
|
|
BuildRequires: json-glib-devel
|
|
BuildRequires: json-glib-devel
|
|
BuildRequires: cogl-devel >= 1.20.0
|
|
BuildRequires: cogl-devel >= 1.20.0
|
|
|
|
+BuildRequires: libinput-devel
|
|
|
|
+BuildRequires: libxkbcommon-devel
|
|
|
|
+BuildRequires: eudev-libudev-devel
|
|
|
|
+BuildRequires: libgudev-devel
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
-Packager: Takemikaduchi
|
|
|
|
|
|
|
|
%description
|
|
%description
|
|
Clutter is an open source software library for creating fast,
|
|
Clutter is an open source software library for creating fast,
|
|
@@ -98,11 +102,14 @@ This package contains documentation for clutter.
|
|
# --disable-static
|
|
# --disable-static
|
|
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
|
|
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
|
|
%configure $CONFIGFLAGS \
|
|
%configure $CONFIGFLAGS \
|
|
- --enable-introspection=yes \
|
|
+ --disable-static \
|
|
--disable-silent-rules \
|
|
--disable-silent-rules \
|
|
|
|
+ --enable-introspection=yes \
|
|
--enable-xinput \
|
|
--enable-xinput \
|
|
- --disable-static \
|
|
+ --enable-x11-backend=yes \
|
|
- --enable-egl-backend=yes
|
|
+ --enable-gdk-backend=yes \
|
|
|
|
+ --enable-egl-backend=yes \
|
|
|
|
+ --enable-evdev-input=yes
|
|
# clutter git ships with some magic to put the git log in shipped tarballs
|
|
# clutter git ships with some magic to put the git log in shipped tarballs
|
|
# which gets listed in files; don't blow up if it's missing
|
|
# which gets listed in files; don't blow up if it's missing
|
|
if ! test -f ChangeLog; then
|
|
if ! test -f ChangeLog; then
|
|
@@ -147,6 +154,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Dec 28 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.26.2-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.26.0-1
|
|
* Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.26.0-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|