[slowmovideo] Fixup cmake3 usage
by Nicolas Chauvet
commit 3ffe5bf64379509dd03b4637654a1f1db9e0e054
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat Mar 27 22:33:20 2021 +0100
Fixup cmake3 usage
slowmovideo.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/slowmovideo.spec b/slowmovideo.spec
index c90f231..f7c1155 100644
--- a/slowmovideo.spec
+++ b/slowmovideo.spec
@@ -69,30 +69,30 @@ sed -i -e 's|flowRW_sV.h|../include/flowRW_sV.h|' v3d-flow-builder-%{commit2}/sr
%build
pushd v3d-flow-builder-%{commit2}
-%cmake \
+%cmake3 \
-DUSE_DBUS=ON \
-DOpenGL_GL_PREFERENCE=GLVND \
-DDISABLE_INCLUDE_SOURCE=ON \
-DENABLE_TESTS=ON
-%cmake_build
+%cmake3_build
popd
%cmake \
-DUSE_DBUS=ON \
-DENABLE_TESTS=ON
-%cmake_build
+%cmake3_build
%install
pushd v3d-flow-builder-%{commit2}
-%cmake_install
+%cmake3_install
popd
-%cmake_install
+%cmake3_install
# Fix and validate desktop
sed -i -e 's|/usr/share/icons/AppIcon|slowmoUI|' \
3 years, 7 months
[slowmovideo] add cmake define for F32
by Sérgio M. Basto
commit 850fc814b44d24922a1e9fe611e2a653e0b30d1b
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Mar 27 19:29:45 2021 +0000
add cmake define for F32
slowmovideo.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/slowmovideo.spec b/slowmovideo.spec
index bca1d92..c90f231 100644
--- a/slowmovideo.spec
+++ b/slowmovideo.spec
@@ -1,3 +1,6 @@
+# Need undefine to build on F32
+%undefine __cmake_in_source_build
+
# sources for slowmoVideo
%global commit0 279026ad91e034e49c712e8b7a02b3e109f1af2d
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
3 years, 7 months
[slowmovideo/f32] Initial import
by Sérgio M. Basto
Summary of changes:
b24c6c4... Initial import (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 7 months
[vdr-mpv/f32] Update to 1.1.1
by Martin Gansser
Summary of changes:
bbb9dc0... Update to 1.1.1 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 7 months
[vdr-mpv/f33] Update to 1.1.1
by Martin Gansser
Summary of changes:
bbb9dc0... Update to 1.1.1 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 7 months
[vdr-mpv/f34] Update to 1.1.1
by Martin Gansser
Summary of changes:
bbb9dc0... Update to 1.1.1 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 7 months
[vdr-mpv] Update to 1.1.1
by Martin Gansser
commit bbb9dc0404c3ada0fae218c9fc8be1758567ada1
Author: Martin Gansser <mgansser(a)online.de>
Date: Sat Mar 27 17:20:31 2021 +0100
Update to 1.1.1
.gitignore | 1 +
sources | 2 +-
vdr-mpv.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1462ac2..74b1428 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
/vdr-mpv-1.0.0.tar.gz
/vdr-mpv-1.0.1.tar.gz
/vdr-mpv-1.1.0.tar.gz
+/vdr-mpv-1.1.1.tar.gz
diff --git a/sources b/sources
index 337a772..c244177 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-mpv-1.1.0.tar.gz) = 3dcf872573e4f6bdd24fe26b4c7d46bcc2c2fae15a48b795e96017dbd077dcc8bf7e342b78540b5d7fc5865cad82f45b4b0f7c8d0bcd9b98b026e2f355bc7c3c
+SHA512 (vdr-mpv-1.1.1.tar.gz) = 6e7d2a0e665425af63d6b53efc313d295046f89ea97dbb84cd7bce6efc02190db9568f44484a237e18aeab2d597e796146d86c4525bc6491c83bab00a5184a89
diff --git a/vdr-mpv.spec b/vdr-mpv.spec
index aa1ff21..b8ac3a8 100644
--- a/vdr-mpv.spec
+++ b/vdr-mpv.spec
@@ -1,7 +1,7 @@
%global pname mpv
Name: vdr-%{pname}
-Version: 1.1.0
+Version: 1.1.1
Release: 1%{?dist}
Summary: A mpv player plugin for VDR
License: AGPLv3+
@@ -41,6 +41,9 @@ make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" %{?_smp_mflags} all
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%changelog
+* Sat Mar 27 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 1.1.1-1
+- Update to 1.1.1
+
* Mon Mar 22 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 1.1.0-1
- Update to 1.1.0
3 years, 7 months
[vdr-markad/f32] Update to 2.6.7
by Martin Gansser
Summary of changes:
e4d7f1e... Update to 2.6.7 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 7 months