[roadfighter] Added AppData file
by Andrea Musuruane
commit 83754d68bf8932f510bf8d16cc0f52f30cd51782
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Sun Dec 15 09:44:19 2019 +0100
Added AppData file
roadfighter.appdata.xml | 32 ++++++++++++++++++++++++++++++++
roadfighter.spec | 17 ++++++++++++++---
2 files changed, 46 insertions(+), 3 deletions(-)
---
diff --git a/roadfighter.appdata.xml b/roadfighter.appdata.xml
new file mode 100644
index 0000000..b23a9a7
--- /dev/null
+++ b/roadfighter.appdata.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop">
+ <id>roadfighter.desktop</id>
+ <name>Road Fighter</name>
+ <summary>Konami's Road Fighter remake</summary>
+ <developer_name>Brain Games</developer_name>
+ <description>
+ <p>
+ This is a remake of a car-based arcade game developed by Konami and
+ released in 1984. The goal is to reach the finish line within the stages
+ without running out of time, hitting other cars or running out of fuel.
+ </p>
+ </description>
+ <metadata_license>CC-BY-3.0</metadata_license>
+ <project_license>Distributable</project_license>
+ <url type="homepage">https://roadfighter.jorito.net/</url>
+ <screenshots>
+ <screenshot type="default">
+ <image>https://roadfighter.jorito.net/pics/screenshot1.jpg</image>
+ </screenshot>
+ <screenshot>
+ <image>https://roadfighter.jorito.net/pics/screenshot2.jpg</image>
+ </screenshot>
+ <screenshot>
+ <image>https://roadfighter.jorito.net/pics/screenshot3.jpg</image>
+ </screenshot>
+ <screenshot>
+ <image>https://roadfighter.jorito.net/pics/screenshot4.jpg</image>
+ </screenshot>
+ </screenshots>
+</component>
+
diff --git a/roadfighter.spec b/roadfighter.spec
index 173e3c4..695b570 100644
--- a/roadfighter.spec
+++ b/roadfighter.spec
@@ -1,6 +1,6 @@
Name: roadfighter
Version: 1.0.1269
-Release: 18%{?dist}
+Release: 19%{?dist}
Summary: Konami's Road Fighter remake
# http://www.braingames.getput.com/forum/forum_posts.asp?TID=678&PN=1
@@ -8,6 +8,7 @@ License: Distributable
URL: http://roadfighter.jorito.net/
Source0: http://braingames.jorito.net/roadfighter/downloads/%{name}.src_%{version}...
Source1: %{name}.sh
+Source2: %{name}.appdata.xml
Patch0: %{name}-1.0.1269-Makefile.patch
Patch1: %{name}-1.0.1269-fix-string-format-bug.patch
Patch2: %{name}-1.0.1269-build-fix.patch
@@ -18,7 +19,8 @@ BuildRequires: SDL_mixer-devel
BuildRequires: SDL_sound-devel
BuildRequires: SDL_ttf-devel
BuildRequires: ImageMagick
-BuildRequires: desktop-file-utils
+BuildRequires: desktop-file-utils
+BuildRequires: libappstream-glib
Requires: hicolor-icon-theme
@@ -41,7 +43,7 @@ mv readme.txt.utf8 readme.txt
%build
-%set_build_flags macro
+%set_build_flags
%make_build
@@ -73,6 +75,11 @@ desktop-file-install \
--remove-category=Application \
build/linux/%{name}.desktop
+# Install AppData file
+install -d %{buildroot}%{_metainfodir}
+install -p -m 644 %{SOURCE2} %{buildroot}%{_metainfodir}
+appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
+
%files
%{_bindir}/%{name}
@@ -80,10 +87,14 @@ desktop-file-install \
%{_libexecdir}/%{name}
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop
+%{_metainfodir}/%{name}.appdata.xml
%doc readme.txt
%changelog
+* Sat Dec 14 2019 Andrea Musuruane <musuruan(a)gmail.com> - 1.0.1269-19
+- Added AppData file
+
* Sat Dec 14 2019 Andrea Musuruane <musuruan(a)gmail.com> - 1.0.1269-18
- Fixed icon directory
4 years, 11 months
[vdr-markad] Replace 03-markad-decoder-V0-31.diff by 03-markad-decoder-V0-50.diff
by Martin Gansser
commit c512359771a1c87fbca03941aa4cd3ccb7f558a2
Author: Martin Gansser <mgansser(a)online.de>
Date: Sun Dec 15 08:45:42 2019 +0100
Replace 03-markad-decoder-V0-31.diff by 03-markad-decoder-V0-50.diff
vdr-markad.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vdr-markad.spec b/vdr-markad.spec
index dbfa306..db369dd 100644
--- a/vdr-markad.spec
+++ b/vdr-markad.spec
@@ -4,7 +4,7 @@
Name: vdr-markad
Version: 0.1.4
-Release: 28.%{gitdate}git%{shortcommit0}%{?dist}
+Release: 29.%{gitdate}git%{shortcommit0}%{?dist}
Summary: Advanced commercial detection for VDR
License: GPLv2+
# how to get the tarball
@@ -58,6 +58,9 @@ fi
%{vdr_vardir}/markad/
%changelog
+* Sun Dec 15 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.4-28.20170313gitea2e182
+- Replace 03-markad-decoder-V0-31.diff by 03-markad-decoder-V0-50.diff
+
* Thu Dec 05 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.4-28.20170313gitea2e182
- Replace 03-markad-decoder-V0-24.diff by 03-markad-decoder-V0-31.diff
4 years, 11 months
[chromium-freeworld/f31] Disable system libicu for fedora 31 and below and remove extra not needed patches
by hellbanger
commit e4723550315962e6eea8c736cc92e2762459cb42
Author: Akarshan Biswas <akarshanbiswas(a)fedoraproject.org>
Date: Sun Dec 15 10:05:12 2019 +0530
Disable system libicu for fedora 31 and below and remove extra not needed patches
chromium-freeworld.spec | 2 +-
chromium-gcc9-dns_util-ambiguous-ctor.patch | 20 -
chromium-gcc9-r688676.patch | 1471 ---------------------------
chromium-gcc9-r694853.patch | 51 -
chromium-gcc9-r696834.patch | 89 --
chromium-gcc9-r706467.patch | 48 -
chromium-v8-gcc9.patch | 32 -
7 files changed, 1 insertion(+), 1712 deletions(-)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index 2038e52..64b1e13 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -40,7 +40,7 @@
# Allow testing whether icu can be unbundled
# A patch fix building so enabled by default for Fedora 30
# Need icu version >= 64
-%bcond_without system_libicu
+%bcond_with system_libicu
%if 0%{?fedora} >= 31
# Allow testing whether libvpx can be unbundled
%bcond_with system_libvpx
4 years, 11 months
[xine-lib/el6] (52 commits) ...1.2.10
by Xavier Bachelot
Summary of changes:
0807780... rebuilt (*)
b23f61e... Rebuilt for ffmpeg-3.5 git (*)
f23924c... Rebuild for new libcdio, libvpx and vcdimager (*)
2991f82... fix i686 build (*)
53aa5e9... - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass (*)
9db90b7... - Rebuilt for new ffmpeg snapshot (*)
df58290... BR: gcc (*)
2942033... - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass (*)
15c9d43... - Rebuilt for Fedora 29 Mass Rebuild binutils issue (*)
0426ef3... ImageMagick soname bump (*)
3ca7dd5... ImageMagick soname bump, 2nd try (*)
2e2c1f2... Rebuild for ffmpeg-3.* on el7 (*)
f13f521... Enable building from snapshot (*)
54f7ceb... Enable SSH and NFS input plugins (*)
814e196... Enable TLS support (*)
4880d03... Enable AV1 support through libaom (*)
7890a37... Update snapshot (*)
fdbce55... Add support for rpi (*)
7d804b2... Fix BR: for raspberry-vc (*)
ab0537f... - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass (*)
53dc45d... Update snapshot (*)
fa8cffc... Add script to make a snapshot (*)
1e8c3f3... Enable EGL support (*)
fd0714d... Enable mpeg2 encoding support for dxr3 (*)
023798a... Don't glob soname (*)
d3175d6... Clean up and sort BuildRequires (*)
fa50d58... Enable fontconfig support (*)
637984b... No NFS support on EL6 (*)
b4edd67... Add patch to revert gettext version bump on EL6 (*)
9f817f0... No wayland nor openssl support on EL6 (*)
42d1a5a... New snapshot (*)
1674a24... Remove now unneeded 32 bits build fix (*)
c1fb769... Cosmetic spec cleanup (*)
83f1ffd... Remove unneeded SDL build flags setting (*)
294be32... Rebuild for new ffmpeg version (*)
1c7f3de... Rebuild for aom SONAME bump (*)
6bbe35f... Remove xvmc files (*)
51c72b8... Fix typo from 1c7f3de (*)
0f881d0... New snapshot (*)
5c613af... Enable libpng based video decoder (*)
a840425... Add version to BR: where relevant (*)
d3601fd... Conditionally add XvMC support back (*)
10afe2f... Enable libdav1d based video decoder (F31+) (*)
51fad32... Rework features enablement (*)
6a24a42... Disable currently missing features on EL8 (*)
5f99825... Fix 32 bits build (*)
50fc131... Rebuild for new libnfs version (*)
0edd97f... Adjust el8 build requires (*)
c18edbf... Rebuild for dav1d SONAME bump (*)
6fa1d6d... rebuild for libdvdread ABI bump (*)
023b180... Enable aom for EL7 and libcaca and ImageMagick for EL8 (*)
d7b210e... 1.2.10 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 11 months
[xine-lib/el7: 41/41] Merge remote-tracking branch 'origin/master' into el7
by Xavier Bachelot
commit 82c75b48f27b16c8ca636e02128b049aebc13061
Merge: a6b8c11 d7b210e
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Sat Dec 14 22:44:50 2019 +0100
Merge remote-tracking branch 'origin/master' into el7
.gitignore | 5 +
make_xinelib_snapshot.sh | 20 +++
sources | 2 +-
xine-lib-1.2.9-revert_update_gettext.patch | 179 +++++++++++++++++++++
xine-lib.spec | 250 ++++++++++++++++++++---------
5 files changed, 380 insertions(+), 76 deletions(-)
---
4 years, 11 months
[xine-lib/el7] (41 commits) ...Merge remote-tracking branch 'origin/master' into el7
by Xavier Bachelot
Summary of changes:
f13f521... Enable building from snapshot (*)
54f7ceb... Enable SSH and NFS input plugins (*)
814e196... Enable TLS support (*)
4880d03... Enable AV1 support through libaom (*)
7890a37... Update snapshot (*)
fdbce55... Add support for rpi (*)
7d804b2... Fix BR: for raspberry-vc (*)
ab0537f... - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass (*)
53dc45d... Update snapshot (*)
fa8cffc... Add script to make a snapshot (*)
1e8c3f3... Enable EGL support (*)
fd0714d... Enable mpeg2 encoding support for dxr3 (*)
023798a... Don't glob soname (*)
d3175d6... Clean up and sort BuildRequires (*)
fa50d58... Enable fontconfig support (*)
637984b... No NFS support on EL6 (*)
b4edd67... Add patch to revert gettext version bump on EL6 (*)
9f817f0... No wayland nor openssl support on EL6 (*)
42d1a5a... New snapshot (*)
1674a24... Remove now unneeded 32 bits build fix (*)
c1fb769... Cosmetic spec cleanup (*)
83f1ffd... Remove unneeded SDL build flags setting (*)
294be32... Rebuild for new ffmpeg version (*)
1c7f3de... Rebuild for aom SONAME bump (*)
6bbe35f... Remove xvmc files (*)
51c72b8... Fix typo from 1c7f3de (*)
0f881d0... New snapshot (*)
5c613af... Enable libpng based video decoder (*)
a840425... Add version to BR: where relevant (*)
d3601fd... Conditionally add XvMC support back (*)
10afe2f... Enable libdav1d based video decoder (F31+) (*)
51fad32... Rework features enablement (*)
6a24a42... Disable currently missing features on EL8 (*)
5f99825... Fix 32 bits build (*)
50fc131... Rebuild for new libnfs version (*)
0edd97f... Adjust el8 build requires (*)
c18edbf... Rebuild for dav1d SONAME bump (*)
6fa1d6d... rebuild for libdvdread ABI bump (*)
023b180... Enable aom for EL7 and libcaca and ImageMagick for EL8 (*)
d7b210e... 1.2.10 (*)
82c75b4... Merge remote-tracking branch 'origin/master' into el7
(*) This commit already existed in another branch; no separate mail sent
4 years, 11 months
[xine-lib/el8] (3 commits) ...1.2.10
by Xavier Bachelot
Summary of changes:
6fa1d6d... rebuild for libdvdread ABI bump (*)
023b180... Enable aom for EL7 and libcaca and ImageMagick for EL8 (*)
d7b210e... 1.2.10 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 11 months
[xine-lib/f30] (32 commits) ...1.2.10
by Xavier Bachelot
Summary of changes:
53dc45d... Update snapshot (*)
fa8cffc... Add script to make a snapshot (*)
1e8c3f3... Enable EGL support (*)
fd0714d... Enable mpeg2 encoding support for dxr3 (*)
023798a... Don't glob soname (*)
d3175d6... Clean up and sort BuildRequires (*)
fa50d58... Enable fontconfig support (*)
637984b... No NFS support on EL6 (*)
b4edd67... Add patch to revert gettext version bump on EL6 (*)
9f817f0... No wayland nor openssl support on EL6 (*)
42d1a5a... New snapshot (*)
1674a24... Remove now unneeded 32 bits build fix (*)
c1fb769... Cosmetic spec cleanup (*)
83f1ffd... Remove unneeded SDL build flags setting (*)
294be32... Rebuild for new ffmpeg version (*)
1c7f3de... Rebuild for aom SONAME bump (*)
6bbe35f... Remove xvmc files (*)
51c72b8... Fix typo from 1c7f3de (*)
0f881d0... New snapshot (*)
5c613af... Enable libpng based video decoder (*)
a840425... Add version to BR: where relevant (*)
d3601fd... Conditionally add XvMC support back (*)
10afe2f... Enable libdav1d based video decoder (F31+) (*)
51fad32... Rework features enablement (*)
6a24a42... Disable currently missing features on EL8 (*)
5f99825... Fix 32 bits build (*)
50fc131... Rebuild for new libnfs version (*)
0edd97f... Adjust el8 build requires (*)
c18edbf... Rebuild for dav1d SONAME bump (*)
6fa1d6d... rebuild for libdvdread ABI bump (*)
023b180... Enable aom for EL7 and libcaca and ImageMagick for EL8 (*)
d7b210e... 1.2.10 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 11 months
[xine-lib/f31: 3/3] Merge remote-tracking branch 'origin/master' into f31
by Xavier Bachelot
commit c5f1af2a4c5d6588d6c8c4546a41d23f262c027c
Merge: e2319bb d7b210e
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Sat Dec 14 22:40:13 2019 +0100
Merge remote-tracking branch 'origin/master' into f31
.gitignore | 1 +
sources | 2 +-
xine-lib.spec | 23 +++++++++++------------
3 files changed, 13 insertions(+), 13 deletions(-)
---
4 years, 11 months