[xcpc] Added gcc dependency Added AppData file Spec file cleanup
by Andrea Musuruane
commit befff1964d04d3194ea982606c9b687ae86e7129
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Sun Aug 11 12:45:45 2019 +0200
Added gcc dependency
Added AppData file
Spec file cleanup
xcpc.appdata.xml | 23 +++++++++++++++++++++++
xcpc.spec | 39 +++++++++++++++++++--------------------
2 files changed, 42 insertions(+), 20 deletions(-)
---
diff --git a/xcpc.appdata.xml b/xcpc.appdata.xml
new file mode 100644
index 0000000..2b589d4
--- /dev/null
+++ b/xcpc.appdata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2019 Andrea Musuruane <musuruan(a)gmail.com -->
+<component type="desktop">
+ <id>xcpc.desktop</id>
+ <metadata_license>CC-BY-SA-3.0</metadata_license>
+ <project_license>GPLv2+</project_license>
+ <name>XCPC</name>
+ <summary>A portable Amstrad CPC464/CPC664/CPC6128 Emulator written in C</summary>
+ <description>
+ <p>
+ XCPC is a portable Amstrad CPC 464/664/6128 emulator written in C.
+ </p>
+ <p>
+ XCPC is designed to run on any POSIX compliant system, including Unix,
+ Linux, BSD and having an X11 server.
+ </p>
+ </description>
+ <screenshots>
+ <screenshot type="default">https://www.xcpc-emulator.net/lib/exe/fetch.php/emulator/screenshots/xcpc...</screenshot>
+ <screenshot>https://www.xcpc-emulator.net/lib/exe/fetch.php/emulator/screenshots/xcpc...</screenshot>
+ </screenshots>
+ <url type="homepage">http://xcpc.sourceforge.net</url>
+</component>
diff --git a/xcpc.spec b/xcpc.spec
index 5f470ae..6b301b2 100644
--- a/xcpc.spec
+++ b/xcpc.spec
@@ -2,19 +2,22 @@
Name: xcpc
Version: 0.0
-Release: 0.23.%{date}wip%{?dist}
+Release: 0.24.%{date}wip%{?dist}
Summary: A portable Amstrad CPC464/CPC664/CPC6128 Emulator written in C
License: GPLv2+
URL: http://www.xcpc-emulator.net/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{date}.tar.gz
+Source1: %{name}.appdata.xml
+BuildRequires: gcc
BuildRequires: glib2-devel
BuildRequires: libdsk-devel
BuildRequires: libXmu-devel
BuildRequires: motif-devel
BuildRequires: libICE-devel
BuildRequires: libtool
+BuildRequires: libappstream-glib
BuildRequires: desktop-file-utils
Requires: hicolor-icon-theme
@@ -34,14 +37,13 @@ sed -i -e 's/^Icon=%{name}.xpm$/Icon=%{name}/g' src/%{name}.desktop
%build
%configure --with-motif1
-make %{?_smp_mflags}
+%make_build
%install
-make install DESTDIR=%{buildroot}
+%make_install
# install desktop file and fix categories
-mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install \
--delete-original \
--remove-category Application \
@@ -52,23 +54,13 @@ desktop-file-install \
rm %{buildroot}%{_datadir}/pixmaps/%{name}.xpm
# install icon
-mkdir -p %{buildroot}%{_datadir}/icons/hicolor/48x48/apps
+install -d %{buildroot}%{_datadir}/icons/hicolor/48x48/apps
install -m 644 src/%{name}.xpm %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/
-
-%post
-touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-
-
-%postun
-if [ $1 -eq 0 ] ; then
- touch --no-create %{_datadir}/icons/hicolor &>/dev/null
- gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-fi
-
-
-%posttrans
-gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+# install AppData file
+install -d %{buildroot}%{_metainfodir}
+install -p -m 644 %{SOURCE1} %{buildroot}%{_metainfodir}
+appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
%files
@@ -76,10 +68,17 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/48x48/apps/%{name}.xpm
-%doc AUTHORS ChangeLog COPYING README
+%{_metainfodir}/%{name}.appdata.xml
+%doc AUTHORS ChangeLog README
+%license COPYING
%changelog
+* Sun Aug 11 2019 Andrea Musuruane <musuruan(a)gmail.com> - 0.0-0.24.20070122wip
+- Added gcc dependency
+- Added AppData file
+- Spec file cleanup
+
* Sat Aug 10 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.0-0.23.20070122wip
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
5 years, 3 months
[qtav] Release 1.13.0
by Antonio
commit e470209298f15cafdcd8861563776ee7d2779f72
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Sun Aug 11 12:24:29 2019 +0200
Release 1.13.0
.gitignore | 1 +
qtav.spec | 17 ++++++++---------
sources | 2 +-
3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8b7881b..67f2cff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/QtAV-cf78e27.tar.gz
/QtAV-cbab79e.tar.gz
/QtAV-bbf3c64.tar.gz
+/QtAV-1.13.0.tar.gz
diff --git a/qtav.spec b/qtav.spec
index 773cb89..2b871fe 100644
--- a/qtav.spec
+++ b/qtav.spec
@@ -1,18 +1,13 @@
-# https://github.com/wang-bin/QtAV/commit/cbab79e3485f064d756b912c2e690d434...
-%global commit0 bbf3c6404d01251a42093e515788d6f222986d1f
-%global gitdate 20180118
-%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
-
%global project QtAV
%global repo %{project}
Name: qtav
-Version: 1.12.1
-Release: 0.2.%{gitdate}git%{shortcommit0}%{?dist}
+Version: 1.13.0
+Release: 1%{?dist}
Summary: A media playback framework based on Qt and FFmpeg
License: LGPLv2+ and GPLv3+ and BSD
URL: http://www.qtav.org/
-Source0: https://github.com/wang-bin/QtAV/archive/%{commit0}/%{project}-%{shortcom...
+Source0: https://github.com/wang-bin/QtAV/archive/v%{version}/%{project}-%{version...
BuildRequires: desktop-file-utils
BuildRequires: qt5-qtbase-devel
@@ -110,7 +105,7 @@ High performance. User & developer friendly.
This package contains the QtAV based players.
%prep
-%autosetup -n %repo-%{commit0}
+%autosetup -n %repo-%{version}
# E: script-without-shebang /usr/share/icons/hicolor/scalable/apps/QtAV.svg
# ignore them src/QtAV.svg: SVG Scalable Vector Graphics image
@@ -208,6 +203,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/QtAV.svg
%changelog
+* Sun Aug 11 2019 Antonio Trande <sagitter(a)fedoraproject.org> - 1.13.0-1
+- Release 1.13.0
+- Switch to libswresample (rpf-bug #5350)
+
* Wed Aug 07 2019 Leigh Scott <leigh123linux(a)gmail.com> - 1.12.1-0.2.20180118gitbbf3c64
- Rebuild for new ffmpeg version
diff --git a/sources b/sources
index 2526652..6445b79 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1092419e213fe9d70eb65d7d9abf8df3 QtAV-bbf3c64.tar.gz
+4d2d19622eac41c7f46fd1423392e23c QtAV-1.13.0.tar.gz
5 years, 3 months
[pipelight] Update to git20161101.9899d9c32689
by Sérgio M. Basto
commit 851d32220624869a508aefa36b7159597b089ee5
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Aug 11 03:05:02 2019 +0100
Update to git20161101.9899d9c32689
.gitignore | 1 +
pipelight.spec | 27 +++++++++++++++------------
sources | 2 +-
update_silverlight_url.patch | 17 +++++++++++++++++
4 files changed, 34 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8e24064..ff5f6b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
pipelight-0.2.8.tar.gz
pipelight-0.2.8.2.tar.gz
pipelight-selinux-0.3.1.tar.gz
+/pipelight-0.2.8.2-git20161101-9899d9c32689.tar.gz
diff --git a/pipelight.spec b/pipelight.spec
index 684db22..2d69879 100644
--- a/pipelight.spec
+++ b/pipelight.spec
@@ -1,13 +1,14 @@
# Conditional for release and snapshot builds. Uncomment for release-builds.
-%global rel_build 1
+#global rel_build 1
# General needed defines.
-%global commit 792e7a4885a6311172f1c876fbe5e9b5b76aace7
+%global bburl https://bitbucket.org/mmueller2012/%{name}/
+%global commit 9899d9c32689643d6a2ce5bb4491c9f12ee3d988
%global install_dep_com 1e47c45d70972c111634cc2af7c577bf5eb20b2d
%global shortcommit %(c=%{commit};echo ${c:0:12})
# Settings used for build from snapshots.
-%{!?rel_build:%global commit_date 20140714}
+%{!?rel_build:%global commit_date 20161101}
%{!?rel_build:%global gitver git%{commit_date}-%{shortcommit}}
%{!?rel_build:%global gitrel .git%{commit_date}.%{shortcommit}}
%{?rel_build:%global gittar %{name}-%{version}.tar.gz}
@@ -24,15 +25,15 @@
Name: pipelight
Version: 0.2.8.2
-Release: 14%{?gitrel}%{?dist}
+Release: 15%{?gitrel}%{?dist}
Summary: NPAPI Wrapper Plugin for using Windows plugins in Linux browsers
License: GPLv2+ or LGPLv2+ or MPLv1.1
-URL: https://bitbucket.org/mmueller2012/pipelight/
-%{?rel_build:Source0: %{url}get/v%{version}.tar.gz#/%{?gittar}}
-%{!?rel_build:Source0: %{url}get/%{shortcommit}.tar.gz#/%{?gittar}}
+URL: http://%{name}.net/
+%{?rel_build:Source0: %{bburl}get/v%{version}.tar.gz#/%{?gittar}}
+%{!?rel_build:Source0: %{bburl}get/%{shortcommit}.tar.gz#/%{?gittar}}
Source1: https://github.com/besser82/pipelight-selinux/archive/v0.3.1.tar.gz#/pipe...
-Source2: https://bitbucket.org/mmueller2012/pipelight/raw/%{install_dep_com}/share...
+Patch1: update_silverlight_url.patch
# Wine is available on these arches, only.
ExclusiveArch: %{arm} %{ix86} x86_64
@@ -109,7 +110,7 @@ BuildArch: noarch
BuildRequires: %{_bindir}/checkmodule
BuildRequires: selinux-policy-doc
-BuildRequires: %{_sbindir}/hardlink
+BuildRequires: hardlink
BuildRequires: selinux-policy-devel
Requires: %{name} == %{version}-%{release}
@@ -137,8 +138,7 @@ This package contains the SELinux-policy-module for %{name}.
%prep
-%setup -qn mmueller2012-%{name}-%{shortcommit} -a 1
-cat %{SOURCE2} > share/install-dependency
+%autosetup -p1 -n mmueller2012-%{name}-%{shortcommit} -a 1
%build
@@ -183,7 +183,7 @@ pushd pipelight-selinux-0.3.1
%{__install} -pm 644 %{name}.pp.${_selinuxvariant} \
%{buildroot}%{_datadir}/selinux/${_selinuxvariant}/%{name}.pp
done
- %{_sbindir}/hardlink -cv %{buildroot}%{_datadir}/selinux
+ hardlink -cv %{buildroot}%{_datadir}/selinux
popd
@@ -257,6 +257,9 @@ fi
%changelog
+* Sun Aug 11 2019 Sérgio Basto <sergio(a)serjux.com> - 0.2.8.2-15.git20161101.9899d9c32689
+- Update to git20161101.9899d9c32689
+
* Sat Aug 10 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.2.8.2-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
diff --git a/sources b/sources
index 2ccc03a..64ed945 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-741de28588536db082c40b6f6162d623 pipelight-0.2.8.2.tar.gz
+7bc6192427abe1f21e38b537305c8077 pipelight-0.2.8.2-git20161101-9899d9c32689.tar.gz
823f468b079e7d904c0b1d5319989da8 pipelight-selinux-0.3.1.tar.gz
diff --git a/update_silverlight_url.patch b/update_silverlight_url.patch
new file mode 100644
index 0000000..ac560f1
--- /dev/null
+++ b/update_silverlight_url.patch
@@ -0,0 +1,17 @@
+diff --git a/share/install-dependency b/share/install-dependency
+index ab36ee4..072feb2 100755
+--- a/share/install-dependency
++++ b/share/install-dependency
+@@ -910,9 +910,9 @@ while [ $# -gt 0 ] ; do
+ SHA="dd45a55419026c592f8b6fc848dceface7e1ce98720bf13848a2e8ae366b29e8"
+ ;;
+ wine-silverlight5.1-installer) # http://www.microsoft.com/getsilverlight/locale/en-us/html/Microsoft%20Sil...
+- INS=(install_silverlight "5.1.41212.0" "latest")
+- URL="http://download.microsoft.com/download/5/3/D/53D3880B-25F8-4714-A4AC-E463..."
+- SHA="af2d435a034e03c2940a648291013ebd9de20d855447dbdb93416e7e03c3e91b"
++ INS=(install_silverlight "5.1.50907.0" "latest")
++ URL="https://download.microsoft.com/download/F/D/0/FD0B0093-DE8A-4C4E-BDC4-F0C..."
++ SHA="88e1b76bdf799478a72fa27db0bfe7bc5d02cc7e53675967399300448f0e266f"
+ ;;
+ wine-flash-installer) # http://www.adobe.com/de/software/flash/about/
+ INS=(install_flash "23_0_0_205")
5 years, 3 months
[chromium-vaapi/f29: 7/7] Merge branch 'master' into f29
by hellbanger
commit a6044995afe32ad0b13ac0b3e93b94c3168c7a2e
Merge: fa8aab2 61d5af5
Author: Akarshan Biswas <akarshanbiswas(a)fedoraproject.org>
Date: Sun Aug 11 05:49:49 2019 +0530
Merge branch 'master' into f29
bindcrashfix.patch | 52 ----------
chromium-angle-gcc9.patch | 44 --------
chromium-gcc9-r654570.patch | 39 -------
chromium-gcc9-r666336.patch | 40 ++++++++
chromium-gcc9-r666401.patch | 48 +++++++++
chromium-gcc9-r666436.patch | 42 ++++++++
chromium-gcc9-r666619.patch | 38 +++++++
chromium-gcc9-r667064.patch | 114 +++++++++++++++++++++
chromium-gcc9-r667228.patch | 102 ++++++++++++++++++
chromium-gcc9-r667260.patch | 46 +++++++++
chromium-gcc9-r667484.patch | 68 ++++++++++++
chromium-gcc9-r667901.patch | 105 +++++++++++++++++++
chromium-gcc9-r668015.patch | 72 +++++++++++++
chromium-gcc9-r668033.patch | 124 ++++++++++++++++++++++
chromium-gcc9-r670973.patch | 55 ++++++++++
chromium-gcc9-r670980.patch | 61 +++++++++++
chromium-quiche-gcc9.patch | 245 ++++++++++++++++++++++++++++++++++++++++++++
chromium-skia-harmony.patch | 14 +++
chromium-system-icu.patch | 23 ++---
chromium-vaapi.spec | 77 ++++++++++----
enable-vaapi.patch | 30 +++---
nounrar.patch | 190 ----------------------------------
sources | 2 +-
23 files changed, 1254 insertions(+), 377 deletions(-)
---
diff --cc chromium-vaapi.spec
index b32c0d5,42db47a..dfff15b
--- a/chromium-vaapi.spec
+++ b/chromium-vaapi.spec
@@@ -471,11 -494,10 +498,13 @@@ find -depth -type f -writable -name "*.
zlib
%endif
- sed -i 's|//third_party/usb_ids|/usr/share/hwdata|g' device/usb/BUILD.gn
+ sed -i 's|//third_party/usb_ids|/usr/share/hwdata|g' \
+ services/device/public/cpp/usb/BUILD.gn
+
+# Don't use static libstdc++
+sed -i '/-static-libstdc++/d' tools/gn/build/gen.py
+
rmdir third_party/markupsafe
ln -s %{python2_sitearch}/markupsafe third_party/markupsafe
5 years, 3 months
[chromium-vaapi/f30: 7/7] Merge branch 'master' into f30
by hellbanger
commit 7225b6059375fceaa8327aa02be6d685e663d121
Merge: c3570e3 61d5af5
Author: Akarshan Biswas <akarshanbiswas(a)fedoraproject.org>
Date: Sun Aug 11 05:46:40 2019 +0530
Merge branch 'master' into f30
bindcrashfix.patch | 52 ----------
chromium-angle-gcc9.patch | 44 --------
chromium-gcc9-r654570.patch | 39 -------
chromium-gcc9-r666336.patch | 40 ++++++++
chromium-gcc9-r666401.patch | 48 +++++++++
chromium-gcc9-r666436.patch | 42 ++++++++
chromium-gcc9-r666619.patch | 38 +++++++
chromium-gcc9-r667064.patch | 114 +++++++++++++++++++++
chromium-gcc9-r667228.patch | 102 ++++++++++++++++++
chromium-gcc9-r667260.patch | 46 +++++++++
chromium-gcc9-r667484.patch | 68 ++++++++++++
chromium-gcc9-r667901.patch | 105 +++++++++++++++++++
chromium-gcc9-r668015.patch | 72 +++++++++++++
chromium-gcc9-r668033.patch | 124 ++++++++++++++++++++++
chromium-gcc9-r670973.patch | 55 ++++++++++
chromium-gcc9-r670980.patch | 61 +++++++++++
chromium-quiche-gcc9.patch | 245 ++++++++++++++++++++++++++++++++++++++++++++
chromium-skia-harmony.patch | 14 +++
chromium-system-icu.patch | 23 ++---
chromium-vaapi.spec | 77 ++++++++++----
enable-vaapi.patch | 30 +++---
nounrar.patch | 189 ----------------------------------
sources | 2 +-
23 files changed, 1254 insertions(+), 376 deletions(-)
---
5 years, 3 months
[kaffeine/f29] update to 2.0.18
by Wolfgang Ulbrich
commit 3673784c61a6cb446c9660e9f9e1bf0b7008fca5
Author: raveit65 <mate(a)raveit.de>
Date: Sat Aug 10 18:08:42 2019 +0200
update to 2.0.18
kaffeine.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/kaffeine.spec b/kaffeine.spec
index 28f5911..05199cc 100644
--- a/kaffeine.spec
+++ b/kaffeine.spec
@@ -1,5 +1,5 @@
Name: kaffeine
-Version: 2.0.17
+Version: 2.0.18
Release: 1%{?dist}
License: GPLv2+
@@ -80,6 +80,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_kf5_metainfodir}/org.kde.k
%{_kf5_mandir}/man1/kaffeine.1.*
%changelog
+* Fri Aug 09 2019 Wolfgang Ulbrich <fedora(a)raveit.de> 2.0.18-1
+- update to 2.0.18
+
* Thu May 02 2019 Wolfgang Ulbrich <fedora(a)raveit.de> 2.0.17-1
- update to 2.0.17
diff --git a/sources b/sources
index 2f0b18b..11af061 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f760aa50978640eda564436038a63472 kaffeine-2.0.17.tar.xz
+185cd114e1ebcf15b98674e872a53556 kaffeine-2.0.18.tar.xz
5 years, 3 months