Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8d857b8293 | ||
|
|
19af47fd09 | ||
|
|
82b9d066ae | ||
|
|
464b682c50 |
6 changed files with 1 additions and 113 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/webp-pixbuf-loader-*.tar.gz
|
||||
28
.packit.yaml
28
.packit.yaml
|
|
@ -1,28 +0,0 @@
|
|||
specfile_path: webp-pixbuf-loader.spec
|
||||
|
||||
files_to_sync:
|
||||
- webp-pixbuf-loader.spec
|
||||
- .packit.yaml
|
||||
|
||||
upstream_package_name: webp-pixbuf-loader
|
||||
upstream_project_url: https://github.com/aruiz/webp-pixbuf-loader
|
||||
downstream_package_name: webp-pixbuf-loader
|
||||
|
||||
upstream_tag_template: {version}
|
||||
|
||||
jobs:
|
||||
|
||||
- job: pull_from_upstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-branched
|
||||
43
changelog
43
changelog
|
|
@ -1,43 +0,0 @@
|
|||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Wed Mar 24 2021 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 0.0.3
|
||||
- Update to 0.0.3
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Jan 06 2021 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 0.0.2
|
||||
- Update to 0.0.2
|
||||
- Install webp-pixbuf.thumbnailer
|
||||
- Remove extra license text file, now bundled in the release
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.1-10.20191003gitfb04954
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.1-9.20191003gitfb04954
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Oct 3 2019 Yanko Kaneti <yaneti@declera.com> - 0.0.1-8.20191003gitfb04954
|
||||
- Newer snapshot moving to meson
|
||||
|
||||
* Mon Sep 30 2019 Yanko Kaneti <yaneti@declera.com> - 0.0.1-7.20190930gitddbcacf
|
||||
- Pick an upstream crasher fix with a recent snapshot
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.1-6.20180710git9b92950
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.1-5.20180710git9b92950
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.1-4.20180710git9b92950
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Tue Jul 10 2018 Yanko Kaneti <yaneti@declera.com> - 0.0.1-3.20180710git9b92950
|
||||
- Initial packaging
|
||||
- Address review commments (#1599839)
|
||||
- Add license text from gnu.org
|
||||
- BR: gcc-c++ for some Cmake reason
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Not required since glycine replaces it
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (webp-pixbuf-loader-0.2.7.tar.gz) = d7abc791b6cdb93b47929e82fbf8b51e5da2848fa43ae65b68fb0505b4da765f938dd290a82d25598d1e5cf9e8f68d6c91a4da814b1194427b4917d03c935910
|
||||
|
|
@ -1,40 +0,0 @@
|
|||
Name: webp-pixbuf-loader
|
||||
Version: 0.2.7
|
||||
Release: %autorelease
|
||||
Summary: WebP image loader for GTK+ applications
|
||||
|
||||
License: LGPL-2.0-or-later
|
||||
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
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
%files
|
||||
%license LICENSE.LGPL-2
|
||||
%{_libdir}/gdk-pixbuf-2.0/*/loaders/libpixbufloader-webp.so
|
||||
%{_datadir}/thumbnailers/webp-pixbuf.thumbnailer
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
Loading…
Add table
Add a link
Reference in a new issue