Sync from SUSE:SLFO:Main gdk-pixbuf-xlib revision 9bd929ef8fc27339a67edd2e01150e74

This commit is contained in:
Adrian Schröter 2024-05-03 12:46:09 +02:00
commit f2bdcb496e
5 changed files with 137 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -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

1
baselibs.conf Normal file
View File

@ -0,0 +1 @@
libgdk_pixbuf_xlib-2_0-0

BIN
gdk-pixbuf-xlib-2.40.2.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

28
gdk-pixbuf-xlib.changes Normal file
View File

@ -0,0 +1,28 @@
-------------------------------------------------------------------
Wed Apr 14 00:32:58 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
- 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 <dimstar@opensuse.org>
- 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 <bjorn.lie@gmail.com>
- Initial packaging for openSUSE.

82
gdk-pixbuf-xlib.spec Normal file
View File

@ -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