[guvcview/f36] Update to 2.0.8
by Leigh Scott
Summary of changes:
7467cf1... Update to 2.0.8 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 6 months
[guvcview] Update to 2.0.8
by Leigh Scott
commit 7467cf161a362295b6f58dac83c7baed253ab482
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Apr 30 15:50:49 2022 +0100
Update to 2.0.8
ffmpeg5.patch | 113 ----------------------------------------------------------
guvcview.spec | 20 ++++++-----
sources | 2 +-
3 files changed, 12 insertions(+), 123 deletions(-)
---
diff --git a/guvcview.spec b/guvcview.spec
index ec53093..04923f2 100644
--- a/guvcview.spec
+++ b/guvcview.spec
@@ -1,13 +1,12 @@
Name: guvcview
-Version: 2.0.7.2
-Release: 2%{?dist}
+Version: 2.0.8
+Release: 1%{?dist}
Summary: GTK+ UVC Viewer and Capturer
# fixme: ask upstream about license, many source files claim to be
# under GPLv2+
License: GPLv3+
URL: http://guvcview.sourceforge.net/
-Source0: http://downloads.sourceforge.net/%{name}/%{name}-src-2.0.7-2.tar.bz2
-Patch0: https://raw.githubusercontent.com/archlinux/svntogit-community/packages/g...
+Source0: http://downloads.sourceforge.net/%{name}/%{name}-src-%{version}.tar.bz2
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires: pkgconfig(glib-2.0) >= 2.10.0
BuildRequires: pkgconfig(portaudio-2.0)
@@ -51,7 +50,7 @@ This package contains development files for %{name}.
%prep
-%autosetup -p1 -c -n %{name}-src-%{version}
+%autosetup -p1 -n %{name}-src-%{version}
find . \( -name '*.h' -o -name '*.c' \) -exec chmod -x {} \;
@@ -76,7 +75,7 @@ rm _doc/INSTALL
# does not validate currently
appstream-util validate-relax --nonet \
- %{buildroot}/%{_datadir}/appdata/%{name}.appdata.xml
+ %{buildroot}/%{_metainfodir}/%{name}.appdata.xml
find %{buildroot} -name '*.la' -exec rm -f {} ';'
@@ -96,12 +95,12 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%{_bindir}/%{name}
%{_libdir}/libgviewaudio-2.0.so.*
%{_libdir}/libgviewencoder-2.1.so.*
-%{_libdir}/libgviewrender-2.0.so.*
-%{_libdir}/libgviewv4l2core-2.0.so.*
+%{_libdir}/libgviewrender-2.1.so.*
+%{_libdir}/libgviewv4l2core-2.1.so.*
%{_mandir}/man1/%{name}.1*
%{_datadir}/pixmaps/%{name}/
%{_datadir}/applications/%{name}.desktop
-%{_datadir}/appdata/%{name}.appdata.xml
+%{_metainfodir}/%{name}.appdata.xml
%files devel
@@ -117,6 +116,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%changelog
+* Sat Apr 30 2022 Leigh Scott <leigh123linux(a)gmail.com> - 2.0.8-1
+- Update to 2.0.8
+
* Thu Nov 11 2021 Leigh Scott <leigh123linux(a)gmail.com> - 2.0.7.2-2
- Rebuilt for new ffmpeg snapshot
diff --git a/sources b/sources
index a6bbbd3..42d9091 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (guvcview-src-2.0.7-2.tar.bz2) = 81bc3ef85e6449f5a68ba9318693466a71173c761f39a91e0a9b4c17331f984743ed21f1b0af1d1192ddc739e85e1d942c14227e3963fef30785285c8aad7576
+SHA512 (guvcview-src-2.0.8.tar.bz2) = ba959602bc5518426906786416e433cc8b6de1e0fd73b91378aa231ae4e469935921e87dd37827c3c6b409f0f9551e3e29d0cd3d30afd0e08ad3eb2e6bf5150a
2 years, 6 months
[performous] Add epoch to the requires
by Leigh Scott
commit 4124612a67c1068d53a2712f6f359262f9d8cd84
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Apr 30 11:33:53 2022 +0100
Add epoch to the requires
performous.spec | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/performous.spec b/performous.spec
index 30ed69c..c640e0a 100644
--- a/performous.spec
+++ b/performous.spec
@@ -4,12 +4,10 @@
%global commit1 0fe8be431ebc7562379cd0f791110233c04420da
%global shortcommit1 %(c=%{commit1}; echo ${c:0:7})
-%undefine __cmake_in_source_build
-
Name: performous
Epoch: 1
Version: 1.2.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Free cross-platform music and rhythm / party game
# The main code is GPLv2+, and there are fonts under ASL 2.0 and SIL licenses
@@ -27,7 +25,7 @@ BuildRequires: aubio-devel
BuildRequires: boost-devel
BuildRequires: boost-system
BuildRequires: boost-filesystem
-BuildRequires: cmake3
+BuildRequires: cmake
BuildRequires: cairo-devel
BuildRequires: cpprest-devel
BuildRequires: desktop-file-utils
@@ -63,7 +61,8 @@ BuildRequires: recode
BuildRequires: SDL2-devel
BuildRequires: python
-Requires: %{name}-data = %{version}-%{release}
+Requires: %{name}-data = %{?epoch}:%{version}-%{release}
+Requires: ffmpeg-libs%{?_isa}
%description
A karaoke, band and dancing game where one or more players perform a song and
@@ -74,7 +73,7 @@ and Rock Band as well as some dance pads are auto-detected.
%package data
Summary: Data for Performous, the music and rhythm / party game
-Requires: %{name} = %{version}-%{release}
+Requires: %{name} = %{?epoch}:%{version}-%{release}
BuildArch: noarch
%description data
@@ -105,8 +104,8 @@ mkdir -p %buildroot%{_datadir}/applications
desktop-file-validate %buildroot%{_datadir}/applications/%{name}.desktop
## Appstream
-install -D -m 644 -p %{SOURCE3} %buildroot%{_datadir}/metainfo/%{name}.appdata.xml
-appstream-util validate-relax --nonet %buildroot%{_datadir}/metainfo/%{name}.appdata.xml
+install -D -m 644 -p %{SOURCE3} %buildroot%{_metainfodir}/%{name}.appdata.xml
+appstream-util validate-relax --nonet %buildroot%{_metainfodir}/%{name}.appdata.xml
rm -rf %buildroot%{_libdir}/*.{a,la}
@@ -117,7 +116,7 @@ rm -rf %buildroot%{_libdir}/*.{a,la}
%doc docs/*.txt
%{_bindir}/*
%{_datadir}/applications/*.desktop
-%{_datadir}/metainfo/%{name}.appdata.xml
+%{_metainfodir}/%{name}.appdata.xml
%{_datadir}/pixmaps/*.svg
%{_mandir}/man*/*
@@ -125,10 +124,14 @@ rm -rf %buildroot%{_libdir}/*.{a,la}
%license LICENSE.md
%license docs/license/Apache-2.0-DroidSansMono.txt
%license SIL-OFL.txt
-%{_datadir}/%{name}
+%{_datadir}/%{name}/
%changelog
+* Sat Apr 30 2022 Leigh Scott <leigh123linux(a)gmail.com> - 1:1.2.0-2
+- Add epoch to the requires
+- Spec file clean up
+
* Thu Apr 14 2022 Sérgio Basto <sergio(a)serjux.com> - 1:1.2.0-1
- Update performous to 1.2.0
- This new version is not 2.0.0 as someone wrote, so we need add a new epoch
2 years, 6 months
[ffmpeg/f36] Fix zimg
by Leigh Scott
Summary of changes:
c65ef03... Fix zimg (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 6 months
[ffmpeg] Fix zimg
by Leigh Scott
commit c65ef03fcb5f60b6c6e6d0fa864110d2cd89ff0a
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Apr 29 02:14:31 2022 +0100
Fix zimg
ffmpeg.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 5cd6668..6b2df7f 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -135,7 +135,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 5.0.1
-Release: 2%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
+Release: 3%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -383,7 +383,7 @@ This package contains development files for %{name}
%{!?_without_x265:--enable-libx265} \\\
%{!?_without_xvid:--enable-libxvid} \\\
--enable-libxml2 \\\
- %{!?_without_zimg--enable-libzimg} \\\
+ %{!?_without_zimg:--enable-libzimg} \\\
%{?_with_zmq:--enable-libzmq} \\\
%{!?_without_zvbi:--enable-libzvbi} \\\
%{!?_without_lv2:--enable-lv2} \\\
@@ -512,6 +512,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Fri Apr 29 2022 Leigh Scott <leigh123linux(a)gmail.com> - 5.0.1-3
+- Fix zimg
+
* Tue Apr 05 2022 Leigh Scott <leigh123linux(a)gmail.com> - 5.0.1-2
- Add conflicts
2 years, 6 months