[simplescreenrecorder] Add BuildRequires libXinerama-devel
by Leigh Scott
commit 3958d1f2f7035c7cd89e23d251fb020f26e8cef0
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Apr 11 15:48:45 2020 +0100
Add BuildRequires libXinerama-devel
simplescreenrecorder.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/simplescreenrecorder.spec b/simplescreenrecorder.spec
index eee2ae3..b0d6b7b 100644
--- a/simplescreenrecorder.spec
+++ b/simplescreenrecorder.spec
@@ -20,6 +20,7 @@ BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(jack)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xfixes)
+BuildRequires: pkgconfig(xinerama)
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(glu)
BuildRequires: pkgconfig(xi)
@@ -90,6 +91,7 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.
* Sat Apr 11 2020 Leigh Scott <leigh123linux(a)gmail.com> - 0.4.0-1
- Update to 4.0.0
- Remove scriptlets
+- Add BuildRequires libXinerama-devel
* Sat Feb 22 2020 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 0.3.11-10
- Rebuild for ffmpeg-4.3 git
4 years, 7 months
[simplescreenrecorder] Update to 4.0.0
by Leigh Scott
commit 4b9bcb0b9bfec99e9acae92b286627c4c228ae98
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Apr 11 15:33:14 2020 +0100
Update to 4.0.0
.gitignore | 2 ++
simplescreenrecorder.spec | 32 +++++++++++---------------------
sources | 2 +-
3 files changed, 14 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f879ec0..9222a68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,5 @@
/0.3.9.tar.gz
/0.3.10.tar.gz
/0.3.11.tar.gz
+/0.4.0.tar.gz
+/simplescreenrecorder-0.4.0.tar.gz
diff --git a/simplescreenrecorder.spec b/simplescreenrecorder.spec
index f6dc86f..eee2ae3 100644
--- a/simplescreenrecorder.spec
+++ b/simplescreenrecorder.spec
@@ -1,12 +1,12 @@
%define shortname ssr
Name: simplescreenrecorder
-Version: 0.3.11
-Release: 10%{?dist}
+Version: 0.4.0
+Release: 1%{?dist}
Summary: Simple Screen Recorder is a screen recorder for Linux
License: GPLv3
URL: http://www.maartenbaert.be/simplescreenrecorder/
-Source0: https://github.com/MaartenBaert/ssr/archive/%{version}.tar.gz
+Source0: https://github.com/MaartenBaert/ssr/archive/%{version}/%{name}-%{version}...
Patch0: 0001-Fix-libssr-glinject.so-preload-path.patch
BuildRequires: gcc-c++
@@ -61,12 +61,10 @@ popd
%install
-pushd build-release
- %make_install
-popd
+%make_install -C build-release
rm -f %{buildroot}%{_libdir}/*.la
-mkdir -p %{buildroot}%{_libdir}/%{name}
+mkdir -p %{buildroot}%{_libdir}/%{name}/
%ifnarch %{arm} aarch64
mv %{buildroot}%{_libdir}/lib%{shortname}-glinject.so %{buildroot}%{_libdir}/%{name}/lib%{shortname}-glinject.so
%endif
@@ -75,32 +73,24 @@ mkdir -p %{buildroot}%{_libdir}/%{name}
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.xml
-%post
-/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-
-%postun
-if [ $1 -eq 0 ] ; then
- /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
- /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-fi
-
-%posttrans
-/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-
%files
%doc README.md AUTHORS.md CHANGELOG.md notes.txt todo.txt
%license COPYING
%{_bindir}/%{name}
-%{_datadir}/%{name}
+%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}*
%{_bindir}/%{shortname}-glinject
-%{_libdir}/%{name}
+%{_libdir}/%{name}/
%{_mandir}/man1/%{name}.1.*
%{_mandir}/man1/%{shortname}-glinject.1.*
%{_datadir}/appdata/%{name}.appdata.xml
%changelog
+* Sat Apr 11 2020 Leigh Scott <leigh123linux(a)gmail.com> - 0.4.0-1
+- Update to 4.0.0
+- Remove scriptlets
+
* Sat Feb 22 2020 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 0.3.11-10
- Rebuild for ffmpeg-4.3 git
diff --git a/sources b/sources
index 3f72b3a..2bdf12c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-035dcd0a73667d27f890c9ad242d4cf0 0.3.11.tar.gz
+SHA512 (simplescreenrecorder-0.4.0.tar.gz) = aa4970aba010884153c9d3155a0869288a5b9b8723cf617471148ad875f1af29f594403c1682303345c578cc0dc3f0a4b3596e4937d3afa949a652b83dcd0b36
4 years, 7 months
[mythtv] Rebuild for new libcdio version
by Leigh Scott
commit 2855bf0cad9b36cdc5bdc695f9ae4088109546eb
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Apr 11 07:38:50 2020 +0100
Rebuild for new libcdio version
mythtv.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/mythtv.spec b/mythtv.spec
index 1567208..f2d57b4 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -70,7 +70,7 @@
#
Name: mythtv
Version: 31.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A digital video recorder (DVR) application
# The primary license is GPLv2+, but bits are borrowed from a number of
@@ -1396,6 +1396,9 @@ exit 0
%changelog
+* Sat Apr 11 2020 Leigh Scott <leigh123linux(a)gmail.com> - 31.0-2
+- Rebuild for new libcdio version
+
* Mon Mar 23 2020 Richard Shaw <hobbes1069(a)gmail.com> - 31.0-1
- Update to v31.0.
- Remove/Obsolete mythgallery package as it is no longer.
4 years, 7 months