[xorg-x11-drv-nvidia] Update to 410.78 release
by Leigh Scott
commit deacf25f73a41b99a219267d239aa68421aed810
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Fri Nov 16 08:41:26 2018 +0000
Update to 410.78 release
sources | 2 +-
xorg-x11-drv-nvidia.spec | 7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/sources b/sources
index b5b04b2..42b1d52 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c472621894ea888344cdd9f7c824be19 NVIDIA-Linux-x86_64-410.73.run
+5486d21e82fe16b88f43363981dc09d4 NVIDIA-Linux-x86_64-410.78.run
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 4b4bacd..7e1192e 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -20,8 +20,8 @@
Name: xorg-x11-drv-nvidia
Epoch: 3
-Version: 410.73
-Release: 2%{?dist}
+Version: 410.78
+Release: 1%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
License: Redistributable, no modification permitted
@@ -480,6 +480,9 @@ fi ||:
%{_libdir}/libnvidia-encode.so
%changelog
+* Fri Nov 16 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3:410.78-1
+- Update to 410.78 release
+
* Sun Nov 11 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3:410.73-2
- Use different output class for rhel as it chokes on options
6 years
[chromium-vaapi/f29] Add a patch from upstream to remove sysroot-related options from gn bootstrap
by Akarshan Biswas
commit b0ff406ea6206d8acbe491308833aa17c80f40ba
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
Signed-off-by: Akarshan Biswas <akarshan.biswas(a)gmail.com>
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
6 years
[chromium-vaapi/f29] Update to 70.0.3538.102
by Akarshan Biswas
commit 6a55bd7d1d21dee00d4577b4303d59b00e95b514
Author: Akarshan Biswas <akarshan.biswas(a)gmail.com>
Date: Wed Nov 14 19:08:07 2018 +0530
Update to 70.0.3538.102
Signed-off-by: Akarshan Biswas <akarshan.biswas(a)gmail.com>
.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
6 years
[openshot/f27] Remove Recommends: vid.stab (not used by OpenShot)
by Frank R Dana
commit a272f7ccd0a3ccd6ac5e94569c0e7ca11fabb1b5
Author: FeRD (Frank Dana) <ferdnyc(a)gmail.com>
Date: Wed Nov 14 17:38:19 2018 -0500
Remove Recommends: vid.stab (not used by OpenShot)
openshot.spec | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/openshot.spec b/openshot.spec
index 973cd7a..a90603f 100644
--- a/openshot.spec
+++ b/openshot.spec
@@ -50,7 +50,6 @@ Requires: ffmpeg-libs
Recommends: openshot-lang
Recommends: font(bitstreamverasans)
Recommends: blender
-Recommends: vid.stab
%else
Requires: openshot-lang
%endif
6 years
[openshot/f27] Add patch to fix opening files
by Frank R Dana
commit c084703c41143fcc0204b9c9d383ca98358e4b1e
Author: FeRD (Frank Dana) <ferdnyc(a)gmail.com>
Date: Wed Nov 14 17:46:46 2018 -0500
Add patch to fix opening files
Opening project files via commandline / .desktop "Open with..."
was broken in 2.4.3, this applies the upstream fix (#2355)
openshot-2.4.3-cmdline.patch | 51 ++++++++++++++++++++++++++++++++++++++++++++
openshot.spec | 7 +++++-
2 files changed, 57 insertions(+), 1 deletion(-)
---
diff --git a/openshot-2.4.3-cmdline.patch b/openshot-2.4.3-cmdline.patch
new file mode 100644
index 0000000..4b98657
--- /dev/null
+++ b/openshot-2.4.3-cmdline.patch
@@ -0,0 +1,51 @@
+From e095de96bca04508beb31d8802a6177c5c34df4d Mon Sep 17 00:00:00 2001
+From: "FeRD (Frank Dana)" <ferdnyc(a)gmail.com>
+Date: Wed, 14 Nov 2018 17:04:17 -0500
+Subject: [PATCH] Pass remaining command line args to Qt
+
+Make sure we don't error out when a project file name is passed on the
+command line.
+
+Fixes #1872
+---
+ src/launch.py | 10 +++++++---
+ 1 file changed, 7 insertions(+), 3 deletions(-)
+
+diff --git a/src/launch.py b/src/launch.py
+index 76c5d5e9..a7f676f7 100755
+--- a/src/launch.py
++++ b/src/launch.py
+@@ -41,7 +41,7 @@
+ """
+
+ import sys
+-from argparse import ArgumentParser
++from argparse import ArgumentParser, REMAINDER
+
+ try:
+ from classes import info
+@@ -67,6 +67,7 @@ def main():
+ action='store_true', help='List all language '
+ 'codes supported by OpenShot')
+ parser.add_argument('-V', '--version', action='store_true')
++ parser.add_argument('remain', nargs=REMAINDER)
+
+ args = parser.parse_args()
+
+@@ -94,8 +95,11 @@ def main():
+ log.info(" OpenShot (version %s)" % info.SETUP['version'])
+ log.info("------------------------------------------------")
+
+- # Create Qt application
+- app = OpenShotApp(sys.argv)
++ # Create Qt application, pass any unprocessed arguments
++ argv = [sys.argv[0]]
++ for arg in args.remain:
++ argv.append(arg)
++ app = OpenShotApp(argv)
+
+ # Run and return result
+ sys.exit(app.run())
+--
+2.19.1
+
diff --git a/openshot.spec b/openshot.spec
index 3205a73..973cd7a 100644
--- a/openshot.spec
+++ b/openshot.spec
@@ -3,7 +3,7 @@
Name: openshot
Version: 2.4.3
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Create and edit videos and movies
Group: Applications/Multimedia
@@ -22,6 +22,8 @@ Source100: openshot-find-lang.sh
Patch0: openshot-2.4.3-appdata.patch
# Add openshot-owner@rpmfusion to appdata as update_contact
Patch1: openshot-rpmfusion-contact.patch
+# Fix opening project files via the command line / .desktop "Open with..."
+Patch2: openshot-2.4.3-cmdline.patch
BuildArch: noarch
@@ -157,6 +159,9 @@ fi
%changelog
+* Wed Nov 14 2018 FeRD (Frank Dana) <ferdnyc AT gmail com> - 2.4.3-2
+- Add patch to fix opening files via commandline / .desktop
+
* Mon Sep 3 2018 FeRD (Frank Dana) <ferdnyc AT gmail com> - 2.4.3-1
- New upstream release 2.4.3
- Update libopenshot dependency version to new 0.2.2 release
6 years
[openshot/f28: 3/3] Merge branch 'master' into f28
by Frank R Dana
commit 9d8058a485592cfd7f841828de3601890a684797
Merge: b8611ac 7c17ac2
Author: FeRD (Frank Dana) <ferdnyc(a)gmail.com>
Date: Wed Nov 14 17:41:09 2018 -0500
Merge branch 'master' into f28
openshot-2.4.3-cmdline.patch | 51 ++++++++++++++++++++++++++++++++++++++++++++
openshot.spec | 8 +++++--
2 files changed, 57 insertions(+), 2 deletions(-)
---
6 years
[openshot/f28] (3 commits) ...Merge branch 'master' into f28
by Frank R Dana
Summary of changes:
448980a... Add patch to fix opening files (*)
7c17ac2... Remove Recommends: vid.stab (not used by OpenShot) (*)
9d8058a... Merge branch 'master' into f28
(*) This commit already existed in another branch; no separate mail sent
6 years