[zboy] Updated to new upstream release
by Andrea Musuruane
commit f5d560fa8207f80b910c73b25bab3e6cf6f24df3
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Sat Jan 26 18:07:20 2019 +0100
Updated to new upstream release
.gitignore | 1 +
sources | 2 +-
zboy-0.60-mbc5.patch | 44 --------------------
zboy-0.60-sfmt.patch | 114 ---------------------------------------------------
zboy.spec | 48 ++++++++++------------
5 files changed, 24 insertions(+), 185 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4368198..e6ac44e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/zboy-0.60.tar.gz
+/zboy-0.70.tar.gz
diff --git a/sources b/sources
index dd1e95d..db5e6ad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-05a2f3586a011be9d89ccce797901dd4 zboy-0.60.tar.gz
+c211d1bd7d2f38d8a10e3f748df17e29 zboy-0.70.tar.gz
diff --git a/zboy.spec b/zboy.spec
index 44ec0a7..927e33d 100644
--- a/zboy.spec
+++ b/zboy.spec
@@ -1,56 +1,49 @@
Name: zboy
-Version: 0.60
-Release: 8%{?dist}
-Summary: A GameBoy emulator
+Version: 0.70
+Release: 1%{?dist}
+Summary: A GameBoy Classic emulator
License: GPLv3
URL: http://zboy.sourceforge.net/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-# Fix format strings
-# http://sourceforge.net/p/zboy/code/75/
-Patch0: %{name}-0.60-sfmt.patch
-# Fix compiling with GCC 5.1
-# http://sourceforge.net/p/zboy/code/85/
-Patch1: %{name}-0.60-mbc5.patch
+BuildRequires: gcc
BuildRequires: SDL2-devel
%description
-zBoy is a multiplatform GameBoy emulator that provides a load/save feature,
-can perform PCX screenshots either manually or automatically (every few
-seconds) and emulates an internal battery for ROMs that were designed to use
-one (this allows to use the internal save option provided by such games,
-remember highest scores, etc).
-
-zBoy supports some additional features, too, like intelligent saving of
+zBoy is a multi-platform, open-source GameBoy Classic ("DMG") emulator that
+provides a load/save feature, can perform PCX screenshots and emulates an
+internal battery for ROMs that were designed to use one. It is also one of
+the very few emulators that make it possible to play games in 2-players mode
+over LAN, emulating a link between two consoles.
+
+zBoy supports many additional features, too, like intelligent saving of
hi-scores for some games that aren't able to save their hi-scores table by
themselves because of the lack of a battery-backed RAM on the cartridge, and
improving screen's resolution output using graphic algorithms like Scale2x,
-Scale3x, eagle...
-
-It is also one of the very few GameBoy emulators that provides a 2-gameboys
-link emulation, which makes it possible to play some games in 2-players mode
-on a LAN.
+Scale3x, Eagle...
%prep
%setup -q
-%patch0 -p0
-%patch1 -p0
# Use standard Fedora CFLAGS to compile
-sed -i 's/^CFLAGS = -s -std=gnu89 -O3 -Wall -Wextra -pedantic -Werror=format-security -Wfatal-errors -Wstrict-prototypes/CFLAGS += -std=gnu89/' Makefile.linux
+sed -i 's/^CFLAGS = -std=gnu89 -O3 -Wall -Wextra -pedantic -Werror=format-security -Wfatal-errors -Wstrict-prototypes/CFLAGS += -std=gnu89/' Makefile.linux
+sed -i 's/^CFLAGS = -s -std=gnu89 -O3 -Wformat-security -Wall -Wextra -pedantic -Wno-long-long/CFLAGS += -std=gnu89/' libunzip/Makefile
+
+# Fix LDLIBS
+sed -i 's/LDFLAGS =/LDLIBS =/' Makefile.linux
# Fix end-of-line encoding
-for txtfile in license.txt history.txt todo.txt zboy.txt
+for txtfile in colorize.txt history.txt todo.txt zboy.txt
do
sed -i 's/\r//' $txtfile
done
%build
-export CFLAGS="%{optflags}"
+%set_build_flags
%make_build -f Makefile.linux
@@ -66,6 +59,9 @@ install -p -m 0755 %{name} %{buildroot}%{_bindir}
%changelog
+* Sat Jan 26 2019 Andrea Musuruane <musuruan(a)gmail.com> - 0.70-1
+- Updated to new upstream release
+
* Sun Aug 19 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.60-8
- Rebuilt for Fedora 29 Mass Rebuild binutils issue
5 years, 10 months
[steam/f28] Update SPEC file, add Nvidia Shield controller rules
by Simone Caronni
commit 76693a69fbcd8b0629415986be3dc21b4d4d874a
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Sat Jan 26 14:22:10 2019 +0100
Update SPEC file, add Nvidia Shield controller rules
99-shield-controller.rules | 4 --
...ax-console-user.patch => steam-udev-rules.patch | 13 +++++-
steam.spec | 47 +++++++++++-----------
3 files changed, 34 insertions(+), 30 deletions(-)
---
diff --git a/steam-udev-relax-console-user.patch b/steam-udev-rules.patch
similarity index 86%
rename from steam-udev-relax-console-user.patch
rename to steam-udev-rules.patch
index 893ddaa..0a5b01d 100644
--- a/steam-udev-relax-console-user.patch
+++ b/steam-udev-rules.patch
@@ -1,7 +1,7 @@
diff -Naur steam.old/lib/udev/rules.d/60-steam-input.rules steam/lib/udev/rules.d/60-steam-input.rules
--- steam.old/lib/udev/rules.d/60-steam-input.rules 2019-01-18 22:09:13.955398708 +0100
-+++ steam/lib/udev/rules.d/60-steam-input.rules 2019-01-18 23:01:34.022657738 +0100
-@@ -1,64 +1,65 @@
++++ steam/lib/udev/rules.d/60-steam-input.rules 2019-01-26 13:43:45.223004365 +0100
+@@ -1,64 +1,74 @@
# Valve USB devices
-SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0666"
+SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0660", TAG+="uaccess"
@@ -89,3 +89,12 @@ diff -Naur steam.old/lib/udev/rules.d/60-steam-input.rules steam/lib/udev/rules.
# STRIKEPAD PS4 Grip Add-on
-KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="05c5", MODE="0666"
+KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="05c5", MODE="0660", TAG+="uaccess"
++
++# NVIDIA Shield Portable (2013 - NVIDIA_Controller_v01.01 - In-Home Streaming only)
++KERNEL=="hidraw*", ATTRS{idVendor}=="0955", ATTRS{idProduct}=="7203", MODE="0660", TAG+="uaccess", ENV{ID_INPUT_JOYSTICK}="1", ENV{ID_INPUT_MOUSE}=""
++
++# NVIDIA Shield Controller (2015 - NVIDIA_Controller_v01.03 over USB hidraw)
++KERNEL=="hidraw*", ATTRS{idVendor}=="0955", ATTRS{idProduct}=="7210", MODE="0660", TAG+="uaccess", ENV{ID_INPUT_JOYSTICK}="1", ENV{ID_INPUT_MOUSE}=""
++
++# NVIDIA Shield Controller (2017 - NVIDIA_Controller_v01.04 over bluetooth hidraw)
++KERNEL=="hidraw*", KERNELS=="*0955:7214*", MODE="0660", TAG+="uaccess"
diff --git a/steam.spec b/steam.spec
index c905366..f0cacab 100644
--- a/steam.spec
+++ b/steam.spec
@@ -3,7 +3,7 @@
Name: steam
Version: 1.0.0.59
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file
License: Steam License Agreement
@@ -15,6 +15,7 @@ Source1: %{name}.sh
Source2: %{name}.csh
Source3: %{name}-streaming.xml
Source4: %{name}.appdata.xml
+Source5: README.Fedora
# Ghost touches in Big Picture mode:
# https://github.com/ValveSoftware/steam-for-linux/issues/3384
@@ -22,13 +23,10 @@ Source4: %{name}.appdata.xml
# https://github.com/denilsonsa/udev-joystick-blacklist
# Input devices seen as joysticks:
-Source8: https://raw.githubusercontent.com/denilsonsa/udev-joystick-blacklist/mast...
-# Nvidia Shield controllers seen as mouse devices:
-Source9: https://raw.githubusercontent.com/cyndis/shield-controller-config/master/...
-Source10: README.Fedora
-# Configure limits in systemd
-# This should be only needed with systemd < 240
-Source11: 01-steam.conf
+Source6: https://raw.githubusercontent.com/denilsonsa/udev-joystick-blacklist/mast...
+
+# Configure limits in systemd < 240
+Source7: 01-steam.conf
# Remove temporary leftover files after run (fixes multiuser):
# https://github.com/ValveSoftware/steam-for-linux/issues/3570
@@ -39,8 +37,9 @@ Patch0: %{name}-3570.patch
Patch1: %{name}-3273.patch
# Use uaccess on device files so only the local console users have access to
-# the files instead of using 666 permissions.
-Patch2: %{name}-udev-relax-console-user.patch
+# the files instead of using 666 permissions. Also add additional controller
+# rules.
+Patch2: %{name}-udev-rules.patch
BuildRequires: desktop-file-utils
BuildRequires: firewalld-filesystem
@@ -131,7 +130,7 @@ and screenshot functionality, and many social features.
sed -i 's/\r$//' %{name}.desktop
sed -i 's/\r$//' steam_subscriber_agreement.txt
-cp %{SOURCE10} .
+cp %{SOURCE5} .
%build
# Nothing to build
@@ -144,7 +143,7 @@ rm -fr %{buildroot}%{_docdir}/%{name}/ \
mkdir -p %{buildroot}%{_udevrulesdir}/
install -m 644 -p lib/udev/rules.d/* \
- %{SOURCE8} %{SOURCE9} %{buildroot}%{_udevrulesdir}/
+ %{SOURCE6} %{buildroot}%{_udevrulesdir}/
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
@@ -158,28 +157,24 @@ mkdir -p %{buildroot}%{_sysconfdir}/profile.d
install -pm 644 %{SOURCE1} %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d
# Install AppData
-mkdir -p %{buildroot}%{_datadir}/appdata
-install -p -m 0644 %{SOURCE4} %{buildroot}%{_datadir}/appdata/
+mkdir -p %{buildroot}%{_metainfodir}
+install -p -m 0644 %{SOURCE4} %{buildroot}%{_metainfodir}/
-# Systemd configuration
-# Since F30 (systemd 240) we don't need to raise NOFILE limit
+# Systemd configuration for systemd < 240
%if 0%{?fedora} && 0%{?fedora} < 30
mkdir -p %{buildroot}%{_prefix}/lib/systemd/system.conf.d/
mkdir -p %{buildroot}%{_prefix}/lib/systemd/user.conf.d/
-install -m 644 -p %{SOURCE11} %{buildroot}%{_prefix}/lib/systemd/system.conf.d/
-install -m 644 -p %{SOURCE11} %{buildroot}%{_prefix}/lib/systemd/user.conf.d/
+install -m 644 -p %{SOURCE7} %{buildroot}%{_prefix}/lib/systemd/system.conf.d/
+install -m 644 -p %{SOURCE7} %{buildroot}%{_prefix}/lib/systemd/user.conf.d/
%endif
%post
-%if 0%{?rhel} == 7
-/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-/usr/bin/update-desktop-database &> /dev/null || :
-%endif
%if 0%{?fedora} && 0%{?fedora} < 29 || 0%{?rhel} == 7
%firewalld_reload
%endif
-
%if 0%{?rhel} == 7
+/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+/usr/bin/update-desktop-database &> /dev/null || :
%postun
/usr/bin/update-desktop-database &> /dev/null || :
@@ -198,13 +193,13 @@ fi
%license COPYING steam_subscriber_agreement.txt
%doc README debian/changelog README.Fedora
%{_bindir}/%{name}
-%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/pixmaps/%{name}_tray_mono.png
%{_libdir}/%{name}/
%{_mandir}/man6/%{name}.*
+%{_metainfodir}/%{name}.appdata.xml
%config(noreplace) %{_sysconfdir}/profile.d/%{name}.*sh
%{_udevrulesdir}/*
@@ -221,6 +216,10 @@ fi
%endif
%changelog
+* Sat Jan 26 2019 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.59-7
+- Clean up SPEC file a bit.
+- Update udev controller rules for Nvidia Shield Controller devices.
+
* Fri Jan 18 2019 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.59-6
- Update udev controller rules to use uacces.
5 years, 10 months
[steam/el7] Update SPEC file, add Nvidia Shield controller rules
by Simone Caronni
commit 5382b777ab4aed9121e73d557621ac85154452df
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Sat Jan 26 14:22:10 2019 +0100
Update SPEC file, add Nvidia Shield controller rules
99-shield-controller.rules | 4 --
...ax-console-user.patch => steam-udev-rules.patch | 13 +++++-
steam.spec | 47 +++++++++++-----------
3 files changed, 34 insertions(+), 30 deletions(-)
---
diff --git a/steam-udev-relax-console-user.patch b/steam-udev-rules.patch
similarity index 86%
rename from steam-udev-relax-console-user.patch
rename to steam-udev-rules.patch
index 893ddaa..0a5b01d 100644
--- a/steam-udev-relax-console-user.patch
+++ b/steam-udev-rules.patch
@@ -1,7 +1,7 @@
diff -Naur steam.old/lib/udev/rules.d/60-steam-input.rules steam/lib/udev/rules.d/60-steam-input.rules
--- steam.old/lib/udev/rules.d/60-steam-input.rules 2019-01-18 22:09:13.955398708 +0100
-+++ steam/lib/udev/rules.d/60-steam-input.rules 2019-01-18 23:01:34.022657738 +0100
-@@ -1,64 +1,65 @@
++++ steam/lib/udev/rules.d/60-steam-input.rules 2019-01-26 13:43:45.223004365 +0100
+@@ -1,64 +1,74 @@
# Valve USB devices
-SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0666"
+SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0660", TAG+="uaccess"
@@ -89,3 +89,12 @@ diff -Naur steam.old/lib/udev/rules.d/60-steam-input.rules steam/lib/udev/rules.
# STRIKEPAD PS4 Grip Add-on
-KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="05c5", MODE="0666"
+KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="05c5", MODE="0660", TAG+="uaccess"
++
++# NVIDIA Shield Portable (2013 - NVIDIA_Controller_v01.01 - In-Home Streaming only)
++KERNEL=="hidraw*", ATTRS{idVendor}=="0955", ATTRS{idProduct}=="7203", MODE="0660", TAG+="uaccess", ENV{ID_INPUT_JOYSTICK}="1", ENV{ID_INPUT_MOUSE}=""
++
++# NVIDIA Shield Controller (2015 - NVIDIA_Controller_v01.03 over USB hidraw)
++KERNEL=="hidraw*", ATTRS{idVendor}=="0955", ATTRS{idProduct}=="7210", MODE="0660", TAG+="uaccess", ENV{ID_INPUT_JOYSTICK}="1", ENV{ID_INPUT_MOUSE}=""
++
++# NVIDIA Shield Controller (2017 - NVIDIA_Controller_v01.04 over bluetooth hidraw)
++KERNEL=="hidraw*", KERNELS=="*0955:7214*", MODE="0660", TAG+="uaccess"
diff --git a/steam.spec b/steam.spec
index c905366..f0cacab 100644
--- a/steam.spec
+++ b/steam.spec
@@ -3,7 +3,7 @@
Name: steam
Version: 1.0.0.59
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file
License: Steam License Agreement
@@ -15,6 +15,7 @@ Source1: %{name}.sh
Source2: %{name}.csh
Source3: %{name}-streaming.xml
Source4: %{name}.appdata.xml
+Source5: README.Fedora
# Ghost touches in Big Picture mode:
# https://github.com/ValveSoftware/steam-for-linux/issues/3384
@@ -22,13 +23,10 @@ Source4: %{name}.appdata.xml
# https://github.com/denilsonsa/udev-joystick-blacklist
# Input devices seen as joysticks:
-Source8: https://raw.githubusercontent.com/denilsonsa/udev-joystick-blacklist/mast...
-# Nvidia Shield controllers seen as mouse devices:
-Source9: https://raw.githubusercontent.com/cyndis/shield-controller-config/master/...
-Source10: README.Fedora
-# Configure limits in systemd
-# This should be only needed with systemd < 240
-Source11: 01-steam.conf
+Source6: https://raw.githubusercontent.com/denilsonsa/udev-joystick-blacklist/mast...
+
+# Configure limits in systemd < 240
+Source7: 01-steam.conf
# Remove temporary leftover files after run (fixes multiuser):
# https://github.com/ValveSoftware/steam-for-linux/issues/3570
@@ -39,8 +37,9 @@ Patch0: %{name}-3570.patch
Patch1: %{name}-3273.patch
# Use uaccess on device files so only the local console users have access to
-# the files instead of using 666 permissions.
-Patch2: %{name}-udev-relax-console-user.patch
+# the files instead of using 666 permissions. Also add additional controller
+# rules.
+Patch2: %{name}-udev-rules.patch
BuildRequires: desktop-file-utils
BuildRequires: firewalld-filesystem
@@ -131,7 +130,7 @@ and screenshot functionality, and many social features.
sed -i 's/\r$//' %{name}.desktop
sed -i 's/\r$//' steam_subscriber_agreement.txt
-cp %{SOURCE10} .
+cp %{SOURCE5} .
%build
# Nothing to build
@@ -144,7 +143,7 @@ rm -fr %{buildroot}%{_docdir}/%{name}/ \
mkdir -p %{buildroot}%{_udevrulesdir}/
install -m 644 -p lib/udev/rules.d/* \
- %{SOURCE8} %{SOURCE9} %{buildroot}%{_udevrulesdir}/
+ %{SOURCE6} %{buildroot}%{_udevrulesdir}/
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
@@ -158,28 +157,24 @@ mkdir -p %{buildroot}%{_sysconfdir}/profile.d
install -pm 644 %{SOURCE1} %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d
# Install AppData
-mkdir -p %{buildroot}%{_datadir}/appdata
-install -p -m 0644 %{SOURCE4} %{buildroot}%{_datadir}/appdata/
+mkdir -p %{buildroot}%{_metainfodir}
+install -p -m 0644 %{SOURCE4} %{buildroot}%{_metainfodir}/
-# Systemd configuration
-# Since F30 (systemd 240) we don't need to raise NOFILE limit
+# Systemd configuration for systemd < 240
%if 0%{?fedora} && 0%{?fedora} < 30
mkdir -p %{buildroot}%{_prefix}/lib/systemd/system.conf.d/
mkdir -p %{buildroot}%{_prefix}/lib/systemd/user.conf.d/
-install -m 644 -p %{SOURCE11} %{buildroot}%{_prefix}/lib/systemd/system.conf.d/
-install -m 644 -p %{SOURCE11} %{buildroot}%{_prefix}/lib/systemd/user.conf.d/
+install -m 644 -p %{SOURCE7} %{buildroot}%{_prefix}/lib/systemd/system.conf.d/
+install -m 644 -p %{SOURCE7} %{buildroot}%{_prefix}/lib/systemd/user.conf.d/
%endif
%post
-%if 0%{?rhel} == 7
-/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-/usr/bin/update-desktop-database &> /dev/null || :
-%endif
%if 0%{?fedora} && 0%{?fedora} < 29 || 0%{?rhel} == 7
%firewalld_reload
%endif
-
%if 0%{?rhel} == 7
+/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+/usr/bin/update-desktop-database &> /dev/null || :
%postun
/usr/bin/update-desktop-database &> /dev/null || :
@@ -198,13 +193,13 @@ fi
%license COPYING steam_subscriber_agreement.txt
%doc README debian/changelog README.Fedora
%{_bindir}/%{name}
-%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/pixmaps/%{name}_tray_mono.png
%{_libdir}/%{name}/
%{_mandir}/man6/%{name}.*
+%{_metainfodir}/%{name}.appdata.xml
%config(noreplace) %{_sysconfdir}/profile.d/%{name}.*sh
%{_udevrulesdir}/*
@@ -221,6 +216,10 @@ fi
%endif
%changelog
+* Sat Jan 26 2019 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.59-7
+- Clean up SPEC file a bit.
+- Update udev controller rules for Nvidia Shield Controller devices.
+
* Fri Jan 18 2019 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.59-6
- Update udev controller rules to use uacces.
5 years, 10 months
[libva-intel-driver] Update to 2.3.0
by Nicolas Chauvet
commit d8a9ef20b893c15db851343d058161b1ef3a42f3
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat Jan 26 13:33:22 2019 +0100
Update to 2.3.0
libva-intel-driver.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/libva-intel-driver.spec b/libva-intel-driver.spec
index 9b5c61c..5069628 100644
--- a/libva-intel-driver.spec
+++ b/libva-intel-driver.spec
@@ -1,8 +1,8 @@
#global _with_gen4asm 1
Name: libva-intel-driver
-Version: 2.2.0
-Release: 3%{?dist}
+Version: 2.3.0
+Release: 1%{?dist}
Summary: HW video decode support for Intel integrated graphics
License: MIT and EPL
URL: https://01.org/linuxmedia
@@ -88,6 +88,9 @@ fn=%{buildroot}%{_datadir}/appdata/intel-vaapi-driver.metainfo.xml
%changelog
+* Sat Jan 26 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3.0-1
+- Update to 2.3.0
+
* Thu Oct 11 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 2.2.0-3
- Rebuilt for libva update
diff --git a/sources b/sources
index 5096a49..777a0c8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-10b85d0448e47140fe90855ead56b497 libva-intel-driver-2.2.0.tar.gz
+d4fa6426863492066e90c2770819a158 libva-intel-driver-2.3.0.tar.gz
5 years, 10 months
[ffmpeg] Enable libssh support by default (rfbz#5135)
by Dominik Mierzejewski
commit 7f173dac9c3b8a50cd8131a142849f5df6f72a93
Author: Dominik 'Rathann' Mierzejewski <dominik(a)greysector.net>
Date: Thu Jan 24 12:16:28 2019 +0100
Enable libssh support by default (rfbz#5135)
ffmpeg.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 5d1dc9a..d50c218 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -82,7 +82,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 4.1
-Release: 6%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 7%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -128,7 +128,7 @@ BuildRequires: libmodplug-devel
BuildRequires: librsvg2-devel
%{?_with_rtmp:BuildRequires: librtmp-devel}
%{?_with_smb:BuildRequires: libsmbclient-devel}
-%{?_with_ssh:BuildRequires: libssh-devel}
+BuildRequires: libssh-devel
BuildRequires: libtheora-devel
BuildRequires: libv4l-devel
%{?!_without_vaapi:BuildRequires: libva-devel >= 0.31.0}
@@ -281,7 +281,7 @@ This package contains development files for %{name}
%{?_with_snappy:--enable-libsnappy} \\\
--enable-libsoxr \\\
--enable-libspeex \\\
- %{?_with_ssh:--enable-libssh} \\\
+ --enable-libssh \\\
%{?_with_tesseract:--enable-libtesseract} \\\
--enable-libtheora \\\
%{?_with_twolame:--enable-libtwolame} \\\
@@ -420,6 +420,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Fri Jan 25 2019 Dominik Mierzejewski <rpm(a)greysector.net> - 4.1-7
+- Enable libssh support by default (rfbz#5135)
+
* Thu Jan 24 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1-6
- Drop opencv by default
OpenCV 3.X has an overlinking issue - unsuitable for core libraries
5 years, 10 months
[shotcut/f28] Update to 19.01.24
by Martin Gansser
Summary of changes:
66f34e3... Update to 19.01.24 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 10 months
[shotcut/f29] Update to 19.01.24
by Martin Gansser
Summary of changes:
66f34e3... Update to 19.01.24 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 10 months