Browse Source

gdk-pixbuf2-2.36.11-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11331 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 6 years ago
parent
commit
87e72f0e04
1 changed files with 9 additions and 3 deletions
  1. 9 3
      g/gdk-pixbuf2/gdk-pixbuf2-vl.spec

+ 9 - 3
g/gdk-pixbuf2/gdk-pixbuf2-vl.spec

@@ -1,4 +1,5 @@
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
+%define _unpackaged_files_terminate_build 1
 
 # biarch support
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
@@ -8,7 +9,7 @@
 %endif
 
 Name:           gdk-pixbuf2
-Version:        2.34.0
+Version:        2.36.11
 Release:        1%{?_dist_release}
 Summary:        An image loading library
 
@@ -21,9 +22,9 @@ BuildRequires:  glib2-devel >= 2.36.0
 BuildRequires:  libpng-devel
 BuildRequires:  libjpeg-turbo-devel
 BuildRequires:  libtiff-devel
-BuildRequires:  jasper-devel
 BuildRequires:  libX11-devel
 BuildRequires:  gobject-introspection-devel
+BuildConflicts: jasper-devel
 
 # gdk-pixbuf does a configure time check which uses the GIO mime
 # layer; we need to actually have the mime type database.
@@ -106,7 +107,6 @@ for writing applications that are using gdk-pixbuf.
 %build
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
  %configure $CONFIGFLAGS             \
-        --with-libjasper             \
         --with-x11	                 \
         --with-included-loaders=png  \
         --enable-introspection=yes  )
@@ -157,6 +157,7 @@ fi
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING NEWS
 %{_bindir}/gdk-pixbuf-pixdata
+%{_bindir}/gdk-pixbuf-thumbnailer
 %{_libdir}/libgdk_pixbuf-2.0.so.*
 %{_libdir}/libgdk_pixbuf_xlib-2.0.so.*
 %{_libdir}/girepository-1.0
@@ -167,6 +168,7 @@ fi
 %ghost %{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders.cache
 %{_bindir}/gdk-pixbuf-query-loaders
 %{_mandir}/man1/gdk-pixbuf-query-loaders.1.gz
+%{_datadir}/thumbnailers/gdk-pixbuf-thumbnailer.thumbnailer
 
 %files devel
 %defattr(-,root,root,-)
@@ -199,6 +201,10 @@ fi
 %endif
 
 %changelog
+* Sat Jan 06 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.36.11-1
+- new upstream release.
+- disabled JPEG2000: jasper is too buggy and not fully implemented.
+
 * Thu Jul 14 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.34.0-1
 - new upstream release