[snes9x] Updated to 1.57 Updated BR to minizip-compat-devel for F30+
by Andrea Musuruane
commit afb06484656b0e9e11fe5b51fd84352ace75ec40
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Wed Nov 28 19:04:31 2018 +0100
Updated to 1.57
Updated BR to minizip-compat-devel for F30+
.gitignore | 1 +
snes9x.spec | 18 +++++++++++++++---
sources | 2 +-
3 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d76e58a..a6bfa78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ snes9x-1.53-src.tar.bz2
/snes9x-1.55.tar.gz
/snes9x-1.56.1.tar.gz
/snes9x-1.56.2.tar.gz
+/snes9x-1.57.tar.gz
diff --git a/snes9x.spec b/snes9x.spec
index 1dbc6cc..5d2f801 100644
--- a/snes9x.spec
+++ b/snes9x.spec
@@ -1,7 +1,7 @@
Summary: Super Nintendo Entertainment System emulator
Name: snes9x
-Version: 1.56.2
-Release: 3%{?dist}
+Version: 1.57
+Release: 1%{?dist}
License: Other
URL: http://www.snes9x.com/
Source0: https://github.com/snes9xgit/snes9x/archive/%{version}.tar.gz#/%{name}-%{...
@@ -21,7 +21,11 @@ BuildRequires: gtk3-devel
BuildRequires: libglade2-devel
BuildRequires: SDL2-devel
BuildRequires: libxml2-devel
-BuildRequires: minizip-devel
+%if 0%{?fedora} >= 30
+BuildRequires: minizip-compat-devel
+%else
+BuildRequires: minizip-devel
+%endif
BuildRequires: portaudio-devel
BuildRequires: alsa-lib-devel
BuildRequires: pulseaudio-libs-devel
@@ -50,6 +54,9 @@ This package contains a graphical user interface using GTK+.
%setup -q
%patch0 -p1
+# Remove bundled libs
+rm -rf unzip
+
%build
# Build GTK version
@@ -66,6 +73,7 @@ popd
pushd unix
autoreconf
%configure \
+ --with-system-zip \
--enable-netplay
%make_build
popd
@@ -112,6 +120,10 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%changelog
+* Sun Nov 25 2018 Andrea Musuruane <musuruan(a)gmail.com> - 1.57-1
+- Updated to 1.57
+- Updated BR to minizip-compat-devel for F30+
+
* Sun Aug 19 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.56.2-3
- Rebuilt for Fedora 29 Mass Rebuild binutils issue
diff --git a/sources b/sources
index d1ceed4..1beca44 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a92f7a31477caeeb68715d939443afd2 snes9x-1.56.2.tar.gz
+881b740d08a7d42d4a33dee962dcdbdc snes9x-1.57.tar.gz
5 years, 12 months
[chromium-vaapi/f28] Update to 70.0.3538.110
by Akarshan Biswas
commit 6e7eac5fa0cfca22261fb91031812ef88e65820d
Author: Akarshan Biswas <akarshan.biswas(a)protonmail.com>
Date: Mon Nov 26 10:38:32 2018 +0530
Update to 70.0.3538.110
.gitignore | 1 +
chromium-vaapi.spec | 9 +++++----
sources | 2 +-
3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9b0b2fb..d8ec4bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/chromium-70.0.3538.67.tar.xz
/chromium-70.0.3538.77.tar.xz
/chromium-70.0.3538.102.tar.xz
+/chromium-70.0.3538.110.tar.xz
diff --git a/chromium-vaapi.spec b/chromium-vaapi.spec
index e53c34e..e39ad2a 100644
--- a/chromium-vaapi.spec
+++ b/chromium-vaapi.spec
@@ -69,8 +69,8 @@
%endif
##############################Package Definitions######################################
Name: chromium-vaapi
-Version: 70.0.3538.102
-Release: 2%{?dist}
+Version: 70.0.3538.110
+Release: 1%{?dist}
Summary: A Chromium web browser with video decoding acceleration
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
URL: https://www.chromium.org/Home
@@ -98,8 +98,6 @@ Source11: %{name}.appdata.xml
#Personal stuff
Source15: LICENSE
# Enable video acceleration on chromium for Linux
-# Enabled video decode acceleration and webrtc encode acceleration(flag disabled by default)
-# Used existing flag instead of creating a new one
Patch1: enable-vaapi.patch
# Enable support for widevine
Patch2: widevine.patch
@@ -647,6 +645,9 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/locales/*.pak
#########################################changelogs#################################################
%changelog
+* Mon Nov 26 2018 Akarshan Biswas <akarshan.biswas(a)hotmail.com> 70.0.3538.110-1
+- Update to 70.0.3538.110
+
* Thu Nov 15 2018 Akarshan Biswas <akarshan.biswas(a)hotmail.com> 70.0.3538.102-2
- Add a patch from upstream to remove sysroot-related options from gn bootstrap
diff --git a/sources b/sources
index 9cf6548..12f78f5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-15ca8a928ea8a63494d0b12ac16ef2d4 chromium-70.0.3538.102.tar.xz
+f45eadcee2101b1e3f57c98765616d14 chromium-70.0.3538.110.tar.xz
5 years, 12 months
[chromium-vaapi/f28] Add a patch from upstream to remove sysroot-related options from gn bootstrap
by Akarshan Biswas
commit cffbbdfd63e088d6413f933ae2aea3b1f1c7022f
Author: Akarshan Biswas <akarshan.biswas(a)gmail.com>
Date: Thu Nov 15 00:18:29 2018 +0530
Add a patch from upstream to remove sysroot-related options from gn bootstrap
chromium-gn-r607596.patch | 41 +++++++++++++++++++++++++++++++++++++++++
chromium-vaapi.spec | 8 +++++++-
2 files changed, 48 insertions(+), 1 deletion(-)
---
diff --git a/chromium-gn-r607596.patch b/chromium-gn-r607596.patch
new file mode 100644
index 0000000..836e3cf
--- /dev/null
+++ b/chromium-gn-r607596.patch
@@ -0,0 +1,41 @@
+From 4849d9a19f700961e2c25b642bdaaa6514040e60 Mon Sep 17 00:00:00 2001
+From: Raphael Kubo da Costa <raphael.kubo.da.costa(a)intel.com>
+Date: Tue, 13 Nov 2018 15:41:11 +0000
+Subject: [PATCH] gn bootstrap: Remove sysroot-related options
+
+https://gn-review.googlesource.com/c/gn/+/3200 removed the --no-sysroot
+option from gen.py and moved to only use a sysroot in the GN bots, so the
+options here no longer have any effect.
+
+Bug: 904350
+Change-Id: Ieddc71a4f8f802c2d050de1c69ca3a9ec788ee88
+Reviewed-on: https://chromium-review.googlesource.com/c/1333391
+Reviewed-by: Nico Weber <thakis(a)chromium.org>
+Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa(a)intel.com>
+Cr-Commit-Position: refs/heads/master@{#607596}
+---
+ tools/gn/bootstrap/bootstrap.py | 6 ------
+ 1 file changed, 6 deletions(-)
+
+--- chromium-70.0.3538.102/tools/gn/bootstrap/bootstrap.py.orig 2018-11-14 06:52:07.000000000 +0800
++++ chromium-70.0.3538.102/tools/gn/bootstrap/bootstrap.py 2018-11-15 00:22:05.719552038 +0800
+@@ -46,10 +46,6 @@
+ '--build-path',
+ help='The directory in which to build gn, '
+ 'relative to the src directory. (eg. out/Release)')
+- parser.add_option(
+- '--with-sysroot',
+- action='store_true',
+- help='Download and build with the Debian sysroot.')
+ parser.add_option('-v', '--verbose', help='ignored')
+ options, args = parser.parse_args(argv)
+ if args:
+@@ -71,8 +67,6 @@
+ '--no-last-commit-position',
+ '--out-path=' + gn_build_dir,
+ ]
+- if not options.with_sysroot:
+- cmd.append('--no-sysroot')
+ if options.debug:
+ cmd.append('--debug')
+ subprocess.check_call(cmd)
diff --git a/chromium-vaapi.spec b/chromium-vaapi.spec
index b200cec..e53c34e 100644
--- a/chromium-vaapi.spec
+++ b/chromium-vaapi.spec
@@ -70,7 +70,7 @@
##############################Package Definitions######################################
Name: chromium-vaapi
Version: 70.0.3538.102
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A Chromium web browser with video decoding acceleration
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
URL: https://www.chromium.org/Home
@@ -124,6 +124,8 @@ Patch52: chromium-system-icu.patch
Patch53: chromium-harfbuzz2.patch
# Let's brand chromium!
Patch54: brand.patch
+# Disable sysroot related settings
+Patch55: chromium-gn-r607596.patch
# This build should be only available to amd64
ExclusiveArch: x86_64
########################################################################################
@@ -223,6 +225,7 @@ chromium-vaapi is an open-source web browser, powered by WebKit (Blink)
%patch53 -p1 -b .harfbuzz2
%endif
%patch54 -p1 -b .brand
+%patch55 -p1 -b .gn
#Let's change the default shebang of python files.
find -depth -type f -name "*.py" -exec sed -iE '1s=^#! */usr/bin/\(python\|env python\)[23]\?=#!%{__python2}=' {} +
./build/linux/unbundle/remove_bundled_libraries.py --do-remove \
@@ -644,6 +647,9 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/locales/*.pak
#########################################changelogs#################################################
%changelog
+* Thu Nov 15 2018 Akarshan Biswas <akarshan.biswas(a)hotmail.com> 70.0.3538.102-2
+- Add a patch from upstream to remove sysroot-related options from gn bootstrap
+
* Wed Nov 14 2018 Akarshan Biswas <akarshan.biswas(a)hotmail.com> 70.0.3538.102-1
- Update to 70.0.3538.102
5 years, 12 months
[chromium-vaapi/f28] Update to 70.0.3538.102
by Akarshan Biswas
commit c2ff5939c8c59ac40319b817f22576e944b77d5b
Author: Akarshan Biswas <akarshan.biswas(a)gmail.com>
Date: Wed Nov 14 19:08:07 2018 +0530
Update to 70.0.3538.102
.gitignore | 1 +
chromium-vaapi.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c3b2d70..9b0b2fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/chromium-69.0.3497.100.tar.xz
/chromium-70.0.3538.67.tar.xz
/chromium-70.0.3538.77.tar.xz
+/chromium-70.0.3538.102.tar.xz
diff --git a/chromium-vaapi.spec b/chromium-vaapi.spec
index 5395239..b200cec 100644
--- a/chromium-vaapi.spec
+++ b/chromium-vaapi.spec
@@ -69,8 +69,8 @@
%endif
##############################Package Definitions######################################
Name: chromium-vaapi
-Version: 70.0.3538.77
-Release: 4%{?dist}
+Version: 70.0.3538.102
+Release: 1%{?dist}
Summary: A Chromium web browser with video decoding acceleration
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
URL: https://www.chromium.org/Home
@@ -644,6 +644,9 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/locales/*.pak
#########################################changelogs#################################################
%changelog
+* Wed Nov 14 2018 Akarshan Biswas <akarshan.biswas(a)hotmail.com> 70.0.3538.102-1
+- Update to 70.0.3538.102
+
* Wed Nov 07 2018 Akarshan Biswas <akarshan.biswas(a)hotmail.com> 70.0.3538.77-4
- Replace %%autosetup with %%setup and fix spec file because applying condition on patch defines is wrong.
diff --git a/sources b/sources
index d44eb6b..9cf6548 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a246a9c95308d8918db963731e553e70 chromium-70.0.3538.77.tar.xz
+15ca8a928ea8a63494d0b12ac16ef2d4 chromium-70.0.3538.102.tar.xz
5 years, 12 months
[libde265] Switch to QT5 and clean up
by Leigh Scott
commit c44a0ae62f5368e19b78766f29c2dd90e1a5fedb
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Tue Nov 27 13:16:56 2018 +0000
Switch to QT5 and clean up
libde265.spec | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)
---
diff --git a/libde265.spec b/libde265.spec
index 4e796a6..de24c50 100644
--- a/libde265.spec
+++ b/libde265.spec
@@ -1,18 +1,17 @@
Name: libde265
Summary: Open H.265 video codec implementation
Version: 1.0.3
-Release: 2%{?dist}
+Release: 3%{?dist}
License: LGPLv3+
-Group: System Environment/Libraries
Source: https://github.com/strukturag/libde265/releases/download/v%{version}/%{na...
URL: http://www.libde265.org/
BuildRequires: autoconf
BuildRequires: automake
+BuildRequires: gcc-c++
BuildRequires: libtool
-BuildRequires: pkgconfig
BuildRequires: pkgconfig(libswscale)
-BuildRequires: pkgconfig(QtCore)
-BuildRequires: pkgconfig(QtGui)
+BuildRequires: pkgconfig(Qt5Core)
+BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(sdl)
# Fix compatibiliy when compiling against FFmpeg 2.9 and newer.
@@ -26,7 +25,6 @@ API makes it easy to integrate it into other software.
%package devel
-Group: Development/Libraries
Summary: Open H.265 video codec implementation - development files
Requires: %{name}%{?_isa} = %{version}-%{release}
@@ -42,7 +40,6 @@ are provided by this package.
%package examples
# The entire examples source code is GPLv3+ except extra/getopt* which is BSD.
License: GPLv3+ and BSD
-Group: Applications/Multimedia
Summary: Open H.265 video codec implementation - examples
Requires: %{name}%{?_isa} = %{version}-%{release}
@@ -55,14 +52,13 @@ Sample applications using libde265 are provided by this package.
%prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
%build
%configure --disable-silent-rules --disable-static --enable-shared
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-make %{?_smp_mflags}
+%make_build
%install
%make_install
@@ -80,8 +76,7 @@ rm %{buildroot}%{_bindir}/rd-curves
rm %{buildroot}%{_bindir}/tests
rm %{buildroot}%{_bindir}/yuv-distortion
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%ldconfig_scriptlets
%files
%doc AUTHORS
@@ -101,6 +96,13 @@ rm %{buildroot}%{_bindir}/yuv-distortion
%{_bindir}/acceleration_speed
%changelog
+* Tue Nov 27 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.0.3-3
+- Remove Group tag
+- Switch to QT5
+- Update ldconfig scriptlet
+- Add BuildRequires gcc-c++
+- Remove BuildRequires pkgconfig
+
* Thu Jul 26 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.0.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
5 years, 12 months
[mixxx] Add missing changelog entry
by Uwe Klotz
commit 15191379e6ac6cc5c0eb7d1a32b941b8d7b8c97f
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Mon Nov 26 22:53:14 2018 +0100
Add missing changelog entry
mixxx.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/mixxx.spec b/mixxx.spec
index 49110b8..5383603 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -166,6 +166,7 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}
%changelog
* Mon Nov 26 2018 Uwe Klotz <uklotz(a)mixxx.org> - 2.2.0-0.5.rc.20181126git9fb543c
- 5th upstream release candidate snapshot for 2.2.0
+- Rename plugin directories
* Sat Nov 10 2018 Uwe Klotz <uklotz(a)mixxx.org> - 2.2.0-0.4.rc.20181106gitfaf1a67
- Upstream release candidate snapshot for 2.2.0
5 years, 12 months
[mixxx] 5th upstream release candidate snapshot for 2.2.0
by Uwe Klotz
commit 4b3d5dfffb810ed81f4e3a00c215c1ea5fdd161c
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Mon Nov 26 22:43:58 2018 +0100
5th upstream release candidate snapshot for 2.2.0
.gitignore | 2 +-
mixxx.spec | 9 ++++++---
sources | 2 +-
3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8243330..68a018a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/mixxx-faf1a67bf1c39510b3dfa2840e98280cf38572eb.tar.gz
\ No newline at end of file
+/mixxx-9fb543c928c63c359a7608760e5124f05b4d9c20.tar.gz
diff --git a/mixxx.spec b/mixxx.spec
index f779e6f..49110b8 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -2,9 +2,9 @@
%global extraver rc
# Optional: Only used for untagged snapshot versions
-%global gitcommit faf1a67bf1c39510b3dfa2840e98280cf38572eb
+%global gitcommit 9fb543c928c63c359a7608760e5124f05b4d9c20
# Format: <yyyymmdd>
-%global gitcommitdate 20181106
+%global gitcommitdate 20181126
%if "%{?gitcommit}" == ""
# (Pre-)Releases
@@ -17,7 +17,7 @@
Name: mixxx
Version: 2.2.0
-Release: 0.4%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
+Release: 0.5%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
Summary: Mixxx is open source software for DJ'ing
Group: Applications/Multimedia
License: GPLv2+
@@ -164,6 +164,9 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}
%changelog
+* Mon Nov 26 2018 Uwe Klotz <uklotz(a)mixxx.org> - 2.2.0-0.5.rc.20181126git9fb543c
+- 5th upstream release candidate snapshot for 2.2.0
+
* Sat Nov 10 2018 Uwe Klotz <uklotz(a)mixxx.org> - 2.2.0-0.4.rc.20181106gitfaf1a67
- Upstream release candidate snapshot for 2.2.0
- Rename plugin directories
diff --git a/sources b/sources
index c8af2a5..9198bab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e9a378fd4a4393de47376f1960765ef3 mixxx-faf1a67bf1c39510b3dfa2840e98280cf38572eb.tar.gz
+c0c53022f1cfb0153f93eec2ff3d6737 mixxx-9fb543c928c63c359a7608760e5124f05b4d9c20.tar.gz
5 years, 12 months
[gpac] Update changelog
by Leigh Scott
commit 9bd10a8de8ff4eef39583cfc6fe804753ed30628
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Mon Nov 26 08:56:08 2018 +0000
Update changelog
gpac.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/gpac.spec b/gpac.spec
index a5a8056..b703c71 100644
--- a/gpac.spec
+++ b/gpac.spec
@@ -9,7 +9,7 @@
Name: gpac
Summary: MPEG-4 multimedia framework
Version: 0.7.1
-Release: 7%{?git:.%{git}git}%{?dist}
+Release: 8%{?git:.%{git}git}%{?dist}
License: LGPLv2+
URL: http://gpac.sourceforge.net/
Source0: https://github.com/gpac/gpac/archive/v%{version}/gpac-%{version}.tar.gz
@@ -186,6 +186,9 @@ rm %{buildroot}%{_includedir}/gpac/config.h
%changelog
+* Mon Nov 26 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.7.1-8
+- Rename static sub-package
+
* Sun Nov 25 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.7.1-7
- Remove Group tag
- Add missing isa on Requires
5 years, 12 months