Package Init.
This commit is contained in:
parent
5dc079836f
commit
c15bbaeefd
BIN
webp-pixbuf-loader-0.0.6.tar.gz
Normal file
BIN
webp-pixbuf-loader-0.0.6.tar.gz
Normal file
Binary file not shown.
38
webp-pixbuf-loader.spec
Normal file
38
webp-pixbuf-loader.spec
Normal file
@ -0,0 +1,38 @@
|
||||
Name: webp-pixbuf-loader
|
||||
Version: 0.0.6
|
||||
Release: 1
|
||||
Summary: WebP image loader for GTK+ applications
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/aruiz/webp-pixbuf-loader
|
||||
Source0: https://github.com/aruiz/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: meson
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gdk-pixbuf2-devel
|
||||
BuildRequires: libwebp-devel
|
||||
|
||||
Requires: gdk-pixbuf2%{?_isa}
|
||||
|
||||
%description
|
||||
webp-pixbuf-loader contains a plugin to load WebP images in GTK+ applications
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%meson -Dgdk_pixbuf_query_loaders_path=gdk-pixbuf-query-loaders-%{__isa_bits}
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%files
|
||||
%license LICENSE.LGPL-2
|
||||
%{_libdir}/gdk-pixbuf-2.0/*/loaders/libpixbufloader-webp.so
|
||||
%{_datadir}/thumbnailers/webp-pixbuf.thumbnailer
|
||||
|
||||
%changelog
|
||||
* Sat Mar 04 2023 wenlong ding <wenlong.ding@turbolinux.com.cn> 0.0.6-1
|
||||
- Package init
|
||||
4
webp-pixbuf-loader.yaml
Normal file
4
webp-pixbuf-loader.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: git
|
||||
src_repo: https://github.com/aruiz/webp-pixbuf-loader.git
|
||||
tag_prefix:
|
||||
seperator: .
|
||||
Loading…
x
Reference in New Issue
Block a user