commit f2bdcb496ef9cc1751ec5038bdb72711af54ea9889795ed3e4ec1555debcec35 Author: Adrian Schröter Date: Fri May 3 12:46:09 2024 +0200 Sync from SUSE:SLFO:Main gdk-pixbuf-xlib revision 9bd929ef8fc27339a67edd2e01150e74 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..ae342bb --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libgdk_pixbuf_xlib-2_0-0 diff --git a/gdk-pixbuf-xlib-2.40.2.tar.bz2 b/gdk-pixbuf-xlib-2.40.2.tar.bz2 new file mode 100644 index 0000000..de60fa9 --- /dev/null +++ b/gdk-pixbuf-xlib-2.40.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0e9f85e7a243e132f7420b253a7a57cea855f16aca58c3c42cdc9a4056df8e +size 52418 diff --git a/gdk-pixbuf-xlib.changes b/gdk-pixbuf-xlib.changes new file mode 100644 index 0000000..f06edff --- /dev/null +++ b/gdk-pixbuf-xlib.changes @@ -0,0 +1,28 @@ +------------------------------------------------------------------- +Wed Apr 14 00:32:58 UTC 2021 - Ferdinand Thiessen + +- Update to 2.40.2 + * This is the first release of gdk-pixbuf-xlib, previous versions + were based on gdk-pixbuf version 2.40.1 + * Last version provided with this packaged was git revision dc22ea36 + * There will be no future release as upstreams strongly + encourages to port away from it (the API were already deprecated) +- Dropped upstream merged 1.patch and 2.patch +- Use SourceURL instead of _service file, see + https://en.opensuse.org/SourceUrls + +------------------------------------------------------------------- +Mon Nov 9 17:07:41 UTC 2020 - Dominique Leuenberger + +- Add 1.patch (MR!1): Headers are installed to the gdk-pixbuf-2.0 + subdir for backwards compatibility but the Cflags in the + pkg-config file did not match that. +- Add 2.patch (MR!2): Subject: [PATCH] build: Declare public + dependencies in pkg-config; gdk-pixbuf and X11 headers are + included in public headers so they should be in Requires. + +------------------------------------------------------------------- +Wed Nov 27 17:41:00 UTC 2019 - Bjørn Lie + +- Initial packaging for openSUSE. + diff --git a/gdk-pixbuf-xlib.spec b/gdk-pixbuf-xlib.spec new file mode 100644 index 0000000..efdbfee --- /dev/null +++ b/gdk-pixbuf-xlib.spec @@ -0,0 +1,82 @@ +# +# spec file for package gdk-pixbuf-xlib +# +# Copyright (c) 2021 SUSE LINUX GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +Name: gdk-pixbuf-xlib +Version: 2.40.2 +Release: 0 +Summary: An GdkPixbuf compat library +License: LGPL-2.1-or-later +URL: https://gitlab.gnome.org/Archive/gdk-pixbuf-xlib +Source: https://gitlab.gnome.org/Archive/gdk-pixbuf-xlib/-/archive/%{version}/gdk-pixbuf-xlib-%{version}.tar.bz2 +Source99: baselibs.conf +BuildRequires: meson +BuildRequires: pkgconfig +BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.39.2 +BuildRequires: pkgconfig(x11) + +%description +gdk-pixbuf-xlib is an image loading library that can be extended by +loadable modules for new image formats. It is used by toolkits such +as GTK+ or Clutter. + +This package is a compat package providing various functions to +integrate GdkPixbuf with Xlib data types + +%package -n libgdk_pixbuf_xlib-2_0-0 +Summary: An GdkPixbuf compat library + +%description -n libgdk_pixbuf_xlib-2_0-0 +gdk-pixbuf-xlib is an image loading library that can be extended by +loadable modules for new image formats. It is used by toolkits such +as GTK+ or Clutter. + +This package is a compat package providing various functions to +integrate GdkPixbuf with Xlib data types + +%package devel +Summary: Development files for gdk-pixbuf-xlib +Requires: libgdk_pixbuf_xlib-2_0-0 = %{version} + +%description devel +This package contains the development files for gdk-pixbuf-xlib. + +%prep +%autosetup + +%build +%meson +%meson_build + +%install +%meson_install + +%post -n libgdk_pixbuf_xlib-2_0-0 -p /sbin/ldconfig +%postun -n libgdk_pixbuf_xlib-2_0-0 -p /sbin/ldconfig + +%files -n libgdk_pixbuf_xlib-2_0-0 +%license COPYING +%doc README.md +%{_libdir}/libgdk_pixbuf_xlib-2.0.so.* + +%files devel +%{_includedir}/gdk-pixbuf-2.0/gdk-pixbuf-xlib/ +%{_libdir}/libgdk_pixbuf_xlib-2.0.so +%{_libdir}/pkgconfig/gdk-pixbuf-xlib-2.0.pc + +%changelog +