Author: qboosh Date: Tue Sep 30 19:27:56 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.14.3 - BR: crossmingw32-jasper (for JPEG-2000 loader) - removed libjpeg,libtiff BRs (handled through gdiplus now)
---- Files affected: SPECS: crossmingw32-gtk+2.spec (1.30 -> 1.31) ---- Diffs: ================================================================ Index: SPECS/crossmingw32-gtk+2.spec diff -u SPECS/crossmingw32-gtk+2.spec:1.30 SPECS/crossmingw32-gtk+2.spec:1.31 --- SPECS/crossmingw32-gtk+2.spec:1.30 Wed Jul 9 20:37:54 2008 +++ SPECS/crossmingw32-gtk+2.spec Tue Sep 30 21:27:51 2008 @@ -1,21 +1,19 @@ # $Revision$, $Date$ -Summary: The Gimp Toolkit - Ming32 cross version -Summary(pl.UTF-8): Gimp Toolkit - wersja skrośna dla Ming32 +Summary: The GIMP Toolkit - Ming32 cross version +Summary(pl.UTF-8): GIMP Toolkit - wersja skrośna dla Ming32 Name: crossmingw32-gtk+2 -Version: 2.12.11 +Version: 2.14.3 Release: 1 License: LGPL v2+ Group: Development/Libraries -Source0: http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.12/gtk+-%{version}.tar.bz2 -# Source0-md5: f7aab88e856a813386f797aade5867ad -Patch0: gtk+2-lt.patch +Source0: http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.14/gtk+-%{version}.tar.bz2 +# Source0-md5: 359e44c8e47dfe04a09ac09b8e015e58 URL: http://www.gtk.org/ BuildRequires: crossmingw32-atk >= 1.22.0 BuildRequires: crossmingw32-gcc -BuildRequires: crossmingw32-glib2 >= 2.16.1 -BuildRequires: crossmingw32-libjpeg +BuildRequires: crossmingw32-glib2 >= 2.18.0 +BuildRequires: crossmingw32-jasper BuildRequires: crossmingw32-libpng -BuildRequires: crossmingw32-libtiff BuildRequires: crossmingw32-pango >= 1.20.0 BuildRequires: pkgconfig >= 1:0.15 Requires: crossmingw32-atk >= 1.22.0 @@ -38,10 +36,17 @@ %define __cc %{target}-gcc %define __cxx %{target}-g++ -%define filterout_ld (-Wl,)?-as-needed.* +#define filterout_ld (-Wl,)?-as-needed.* + +%ifnarch %{ix86} +# arch-specific flags (like alpha's -mieee) are not valid for i386 gcc +%define optflags -O2 +%endif +# -z options are invalid for mingw linker +%define filterout_ld -Wl,-z,.* %description -GTK+, which stands for the Gimp ToolKit, is a library for creating +GTK+, which stands for the GIMP ToolKit, is a library for creating graphical user interfaces for the X Window System. It is designed to be small, efficient, and flexible. GTK+ is written in C with a very object-oriented approach. GDK (part of GTK+) is a drawing toolkit @@ -52,7 +57,7 @@ This package contains the cross version for Win32. %description -l pl.UTF-8 -GTK+, która to biblioteka stała się podstawą programu Gimp, zawiera +GTK+, która to biblioteka stała się podstawą programu GIMP, zawiera funkcje do tworzenia graficznego interfejsu użytkownika pod X Window. Była tworzona z założeniem żeby była mała, efektywna i wygodna. GTK+ jest napisane w C z podejściem zorientowanym bardzo obiektowo. GDK @@ -68,7 +73,7 @@ Summary(pl.UTF-8): Biblioteki DLL GTK+ dla Windows Group: Applications/Emulators Requires: crossmingw32-atk-dll >= 1.22.0 -Requires: crossmingw32-glib2-dll >= 2.16.1 +Requires: crossmingw32-glib2-dll >= 2.18.0 Requires: crossmingw32-pango-dll >= 1.20.0 Requires: wine @@ -80,7 +85,6 @@ %prep %setup -q -n gtk+-%{version} -%patch0 -p1 %build export PKG_CONFIG_LIBDIR=%{_prefix}/lib/pkgconfig @@ -119,6 +123,7 @@ # remove unsupported locale scheme rm -rf $RPM_BUILD_ROOT%{_datadir}/{aclocal,gtk-2.0,gtk-doc,locale,man,themes} # shut up check-files (static modules and *.la for modules) +rm -rf $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/*.{a,la} rm -rf $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/2.*/*/*.{a,la} %clean @@ -126,9 +131,11 @@ %files %defattr(644,root,root,755) +%{_libdir}/libgailutil.dll.a %{_libdir}/libgdk-win32-2.0.dll.a %{_libdir}/libgdk_pixbuf-2.0.dll.a %{_libdir}/libgtk-win32-2.0.dll.a +%{_libdir}/libgailutil.la %{_libdir}/libgdk-win32-2.0.la %{_libdir}/libgdk_pixbuf-2.0.la %{_libdir}/libgtk-win32-2.0.la @@ -137,8 +144,10 @@ %{_libdir}/gtk-win32-2.0.def %dir %{_libdir}/gtk-2.0 %{_libdir}/gtk-2.0/include +%{_includedir}/gail-1.0 %{_includedir}/gtk-2.0 %{_includedir}/gtk-unix-print-2.0 +%{_pkgconfigdir}/gail.pc %{_pkgconfigdir}/gdk-2.0.pc %{_pkgconfigdir}/gdk-pixbuf-2.0.pc %{_pkgconfigdir}/gdk-win32-2.0.pc @@ -147,6 +156,7 @@ %files dll %defattr(644,root,root,755) +%{_dlldir}/libgailutil-*.dll %{_dlldir}/libgdk-win32-2.0-*.dll %{_dlldir}/libgdk_pixbuf-2.0-*.dll %{_dlldir}/libgtk-win32-2.0-*.dll @@ -157,6 +167,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.31 2008/09/30 19:27:51 qboosh +- updated to 2.14.3 +- BR: crossmingw32-jasper (for JPEG-2000 loader) +- removed libjpeg,libtiff BRs (handled through gdiplus now) + Revision 1.30 2008/07/09 18:37:54 qboosh - updated to 2.12.11 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/crossmingw32-gtk+2.spec?r1=1.30&r2=1.31&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
