Compare commits
No commits in common. "rawhide" and "f42" have entirely different histories.
5 changed files with 82 additions and 38 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -17,4 +17,3 @@
|
|||
/megapixels-1.7.0.tar.gz
|
||||
/Megapixels-1.8.1.tar.bz2
|
||||
/Megapixels-1.8.2.tar.bz2
|
||||
/Megapixels-1.8.3.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,25 +0,0 @@
|
|||
From 57244c666e622c01f1e22603da467856d36c50a2 Mon Sep 17 00:00:00 2001
|
||||
From: Sandipan Roy <sandipan@redhat.com>
|
||||
Date: Wed, 13 Aug 2025 21:30:39 +0530
|
||||
Subject: [PATCH] Fix capture callback signature
|
||||
|
||||
---
|
||||
src/process_pipeline.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/process_pipeline.c b/src/process_pipeline.c
|
||||
index cbe374d..d9ace69 100644
|
||||
--- a/src/process_pipeline.c
|
||||
+++ b/src/process_pipeline.c
|
||||
@@ -964,7 +964,7 @@ mp_process_pipeline_process_image(MPBuffer buffer)
|
||||
}
|
||||
|
||||
static void
|
||||
-capture()
|
||||
+capture(MPPipeline *pipeline, const void *data)
|
||||
{
|
||||
char template[] = "/tmp/megapixels.XXXXXX";
|
||||
char *tempdir;
|
||||
--
|
||||
2.50.1
|
||||
|
||||
76
changelog
Normal file
76
changelog
Normal file
|
|
@ -0,0 +1,76 @@
|
|||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
%autochangelog
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sun Dec 04 2022 Torrey Sorensen <torbuntu@fedoraproject.org> - 0.6.0-1
|
||||
- Update to 0.6.0
|
||||
|
||||
* Thu Aug 25 2022 Torrey Sorensen <torbuntu@fedoraproject.org> - 1.5.2-1
|
||||
- Update to 1.5.2
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Mon Jun 27 2022 Torrey Sorensen <torbuntu@fedoraproject.org> - 1.5.1-1
|
||||
- Update to 1.5.1
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Mon Dec 13 2021 Torrey Sorensen <torbuntu@fedoraproject.org> - 1.4.3-1
|
||||
- Update to 1.4.3
|
||||
|
||||
* Mon Dec 06 2021 Torrey Sorensen <torbuntu@fedoraproject.org> - 1.4.2-1
|
||||
- Update to 1.4.2
|
||||
|
||||
* Fri Nov 12 2021 Torrey Sorensen <torbuntu@fedoraproject.org> - 1.4.0-1
|
||||
- Update to 1.4.0
|
||||
|
||||
* Fri Sep 10 2021 Torrey Sorensen <torbuntu@fedoraproject.org> - 1.3.0-1
|
||||
- Update to 1.3.0
|
||||
|
||||
* Fri Jul 30 2021 Torrey Sorensen <torbuntu@fedoraproject.org> - 1.2.0-1
|
||||
- Update to 1.2.0
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Wed Jun 23 2021 Torrey Sorensen <torbuntu@fedoraproject.org> - 1.1.0-1
|
||||
- Update to 1.1.0
|
||||
|
||||
* Tue May 04 2021 Torrey Sorensen <torbuntu@fedoraproject.org> - 1.0.1-1
|
||||
- Update to 1.0.1
|
||||
|
||||
* Mon Mar 29 2021 Torrey Sorensen <torbuntu@fedoraproject.org> - 0.16.0-1
|
||||
- Update to 0.16.0
|
||||
|
||||
* Sun Feb 21 2021 Torrey Sorensen <torbuntu@fedoraproject.org> - 0.15.0-1
|
||||
- Update to 0.15.0
|
||||
|
||||
* Mon Jan 11 2021 Torrey Sorensen <torbuntu@fedoraproject.org> - 0.14.0-1
|
||||
- Update to 0.14.0
|
||||
|
||||
* Fri Jan 01 2021 Torrey Sorensen <torbuntu@fedoraproject.org> - 0.13.2-1
|
||||
- Update to 0.13.2
|
||||
|
||||
* Tue Dec 15 2020 Torrey Sorensen <torbuntu@fedoraproject.org> - 0.13.1-2
|
||||
- Adding license and README
|
||||
|
||||
* Thu Dec 10 2020 Torrey Sorensen <torbuntu@fedoraproject.org> - 0.13.1-1
|
||||
- Update to 0.13.1
|
||||
|
||||
* Thu Dec 03 2020 Torrey Sorensen <torbuntu@fedoraproject.org> - 0.12.0-2
|
||||
- Adding dependencies for postprocess.sh
|
||||
|
||||
* Sat Nov 14 2020 Torrey Sorensen <torbuntu@fedoraproject.org> - 0.12.0-1
|
||||
- Initial packaging
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
%global forgeurl https://gitlab.com/megapixels-org/Megapixels
|
||||
Version: 1.8.3
|
||||
Version: 1.8.2
|
||||
%global tag %{version}
|
||||
%forgemeta
|
||||
|
||||
|
|
@ -11,12 +11,6 @@ License: GPL-3.0-or-later
|
|||
URL: %{forgeurl}
|
||||
Source0: %{forgesource}
|
||||
|
||||
# Only available on 64-bit architectures due to memory requirements
|
||||
ExcludeArch: %{ix86} armv7hl
|
||||
|
||||
# Patches
|
||||
Patch0: 0001-fix-capture-callback-signature.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: meson
|
||||
|
||||
|
|
@ -30,11 +24,11 @@ BuildRequires: pkgconfig(xrandr)
|
|||
BuildRequires: pkgconfig(wayland-client)
|
||||
BuildRequires: pkgconfig(libjpeg)
|
||||
|
||||
BuildRequires: /usr/bin/xvfb-run
|
||||
BuildRequires: /usr/bin/xauth
|
||||
BuildRequires: /usr/bin/xvfb-run
|
||||
BuildRequires: /usr/bin/xauth
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: libappstream-glib
|
||||
|
||||
Requires: hicolor-icon-theme
|
||||
# for postprocess.sh
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (Megapixels-1.8.3.tar.bz2) = 3e326cf3c6a9ab49c1efab687eb769afef90518ceac12d674718424cfc1388cc677d288b8d5627b22231a4cabcb71fa80302dadff9de12eb6e4dbcc9e7830786
|
||||
SHA512 (Megapixels-1.8.2.tar.bz2) = cbcb76a70f153faaf5ad5cca10947243a0d9b7370ecd1e16b7690b4ee9dd59cfd96eda2cb67a52e2b719748b8e49be94dbe227ddbf6035426ca3d5f2a8212c11
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue