rpms/steam/devel steam.xml, NONE, 1.1 .cvsignore, 1.9, 1.10 README.Fedora, 1.6, 1.7 sources, 1.9, 1.10 steam.spec, 1.19, 1.20
by Simone Caronni
Author: slaanesh
Update of /cvs/nonfree/rpms/steam/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9157
Modified Files:
.cvsignore README.Fedora sources steam.spec
Added Files:
steam.xml
Log Message:
* Fri Nov 20 2015 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.51-1
- Update to 1.0.0.51.
- Add dependencies for In-Home Streaming decoding.
- Updated udev rules for the Steam Controller and HTC Vive VR headset.
- Update isa requirements.
--- NEW FILE steam.xml ---
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>Steam In-Home Streaming</short>
<description>Steam in-home streaming allows you to play a game on one computer when the game process is actually running on another computer elsewhere in your home. Through Steam, game audio and video is captured on the remote computer and sent to the player’s computer. The game input (keyboard, mouse or gamepad) is sent from the player’s computer to the game process on the remote computer.</description>
<port protocol="tcp" port="27036"/>
<port protocol="tcp" port="27037"/>
<port protocol="udp" port="27031"/>
<port protocol="udp" port="27036"/>
</service>
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/steam/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 7 May 2015 08:20:48 -0000 1.9
+++ .cvsignore 20 Nov 2015 07:24:53 -0000 1.10
@@ -1 +1 @@
-steam_1.0.0.50.tar.gz
+steam_1.0.0.51.tar.gz
Index: README.Fedora
===================================================================
RCS file: /cvs/nonfree/rpms/steam/devel/README.Fedora,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- README.Fedora 7 May 2015 08:20:48 -0000 1.6
+++ README.Fedora 20 Nov 2015 07:24:53 -0000 1.7
@@ -5,3 +5,63 @@
# setsebool -P allow_execheap 1
+Moving the Steam client installation
+====================================
+
+I often poke around with the client, check folder sizes in my home folder, etc.
+Running a du -hs * in my home folder to check how much space my Pictures or
+Music folder take it’s very fast. But since the Steam client is installed in a
+hidden subdirectory it’s not really clear how much space it does take,
+especially when it reached nearly 70% of my whole drive.
+
+To move the Steam installation (for example in your home folder), simply issue
+the following command:
+
+ $ mv ~/.local/share/Steam ~/Steam
+
+And launch the client again, it will adjust all the symlinks for folders, saves,
+etc. by itself. Even the desktop / system shortcuts for the games work because
+they launch Steam (which is in the path) with the appropriate Steam game ID.
+
+In-Home Streaming (hardware decoding)
+=====================================
+
+In-Home Streaming hardware decoding is exposed through different backends,
+depending on the hardware you are running. These are detected at runtime, and
+are all 32 bit libraries also on 64 bit systems, as the client is 32 bit only.
+
+- Intel (intel): VA-API
+- AMD Radeon (radeon): VDPAU
+- Nvidia (nouveau/nvidia): VDPAU
+
+In-Home streaming configuration
+===============================
+
+Valve has supported In-Home streaming (both as a server and as a client) in
+Linux for quite some time. According to the documentation, streaming uses UDP
+ports 27031 and 27036 and TCP ports 27036 and 27037.
+
+The package includes the required service definitions for FirewallD. If you have
+installed a default desktop, FirewallD should be your firewall solution. To make
+sure that Steam can listen on the required ports through your firewall software,
+execute the following commands as root.
+
+You should then be able to see the word “steam” by running:
+
+ # firewall-cmd --get-services | grep steam
+
+Then get the firewall zone you are in, and enable the service for it. For
+example, on my system, to get the firewall zone I’m using:
+
+ # firewall-cmd --get-active-zones
+ public
+ interfaces: em1
+
+Then enable it permanently (i.e. at reboot) and immediately with these commands:
+
+ # firewall-cmd --zone=public --add-service=steam --permanent
+ # firewall-cmd --zone=public --add-service=steam
+
+Now start up two Steam clients with your user on the same network, and you
+should see games installed on both systems as available for playing in both
+Steam clients.
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/steam/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 7 May 2015 08:20:48 -0000 1.9
+++ sources 20 Nov 2015 07:24:53 -0000 1.10
@@ -1 +1 @@
-2fab57a606705012a4f800a28670dc3a steam_1.0.0.50.tar.gz
+eb4eeb7b7088f7434d65a09c768f266b steam_1.0.0.51.tar.gz
Index: steam.spec
===================================================================
RCS file: /cvs/nonfree/rpms/steam/devel/steam.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- steam.spec 25 May 2015 16:43:04 -0000 1.19
+++ steam.spec 20 Nov 2015 07:24:53 -0000 1.20
@@ -2,8 +2,8 @@
%global debug_package %{nil}
Name: steam
-Version: 1.0.0.50
-Release: 2%{?dist}
+Version: 1.0.0.51
+Release: 1%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file
License: Steam License Agreement
@@ -11,6 +11,7 @@
ExclusiveArch: i686
Source0: http://repo.steampowered.com/steam/pool/%{name}/s/%{name}/%{name}_%{versi...
+Source3: %{name}.xml
Source10: README.Fedora
Patch0: %{name}-3570.patch
Patch1: %{name}-3273.patch
@@ -22,23 +23,29 @@
Requires: tar
Requires: zenity
# Required for S3 compressed textures on free drivers
-Requires: libtxc_dxtn%{_isa}
+Requires: libtxc_dxtn%{?_isa}
# Required for running the package on 32 bit systems with free drivers
-Requires: mesa-dri-drivers%{_isa}
+Requires: mesa-dri-drivers%{?_isa}
# Minimum requirements for starting the steam client for the first time
-Requires: alsa-lib%{_isa}
-Requires: gtk2%{_isa}
-Requires: libpng12%{_isa}
-Requires: libXext%{_isa}
-Requires: libXinerama%{_isa}
-Requires: libXScrnSaver%{_isa}
-Requires: mesa-libGL%{_isa}
-Requires: nss%{_isa}
+Requires: alsa-lib%{?_isa}
+Requires: gtk2%{?_isa}
+Requires: libpng12%{?_isa}
+Requires: libXext%{?_isa}
+Requires: libXinerama%{?_isa}
+Requires: libXScrnSaver%{?_isa}
+Requires: mesa-libGL%{?_isa}
+Requires: nss%{?_isa}
# Required for sending out crash reports to Valve
-Requires: libcurl%{_isa}
+Requires: libcurl%{?_isa}
# Workaround for mesa-libGL dependency bug:
# https://bugzilla.redhat.com/show_bug.cgi?id=1168475
-Requires: systemd-libs%{_isa}
+Requires: systemd-libs%{?_isa}
+
+# Required for hardware decoding during In-Home Streaming (intel)
+Requires: libva-intel-driver%{?_isa}
+
+# Required for hardware decoding during In-Home Streaming (radeon/nouveau)
+Requires: libvdpau%{?_isa}
Obsoletes: %{name}-noruntime < %{version}-%{release}
Provides: %{name}-noruntime = %{version}-%{release}
@@ -69,6 +76,9 @@
install -D -m 644 -p lib/udev/rules.d/99-steam-controller-perms.rules \
%{buildroot}%{_udevrulesdir}/99-steam-controller-perms.rules
+install -D -m 644 -p %{SOURCE3} \
+ %{buildroot}%{_prefix}/lib/firewalld/services/steam.xml
+
%post
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%{_bindir}/update-desktop-database &> /dev/null || :
@@ -94,9 +104,16 @@
%{_datadir}/pixmaps/%{name}_tray_mono.png
%{_libdir}/%{name}/
%{_mandir}/man6/%{name}.*
+%{_prefix}/lib/firewalld/services/%{name}.xml
%{_udevrulesdir}/99-steam-controller-perms.rules
%changelog
+* Fri Nov 20 2015 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.51-1
+- Update to 1.0.0.51.
+- Add dependencies for In-Home Streaming decoding.
+- Updated udev rules for the Steam Controller and HTC Vive VR headset.
+- Update isa requirements.
+
* Mon May 25 2015 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.50-2
- Add license macro.
- Add workaround for bug 3273, required for running client/games with prime:
9 years
rpms/motion/devel motion-version.patch, NONE, 1.1 motion.spec, 1.31, 1.32 sources, 1.10, 1.11 motion-0001-emit-asm-emms-only-on-x86-and-amd64-arches.patch, 1.1, NONE
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/motion/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv2267
Modified Files:
motion.spec sources
Added Files:
motion-version.patch
Removed Files:
motion-0001-emit-asm-emms-only-on-x86-and-amd64-arches.patch
Log Message:
* Wed Nov 18 2015 Sérgio Basto <sergio(a)serjux.com> - 3.3.0.trunkREV561-1
- Update motion to runkREV561 .
- Use only ffmpeg-devel, drop ffmpeg-compat-devel.
- Use autoreconf to generate ./configure and patch configure with real version.
- Some spec clean ups.
- Drop upstreamed patch.
motion-version.patch:
configure | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- NEW FILE motion-version.patch ---
--- motion-3.3.0/configure.orig 2015-11-18 19:50:57.389955732 +0000
+++ motion-3.3.0/configure 2015-11-18 19:51:41.753452488 +0000
@@ -577,8 +577,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='motion'
PACKAGE_TARNAME='motion'
-PACKAGE_VERSION='trunkREVUNKNOWN'
-PACKAGE_STRING='motion trunkREVUNKNOWN'
+PACKAGE_VERSION='3.3.0'
+PACKAGE_STRING='motion trunkREV561'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
Index: motion.spec
===================================================================
RCS file: /cvs/free/rpms/motion/devel/motion.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- motion.spec 14 Dec 2014 15:13:18 -0000 1.31
+++ motion.spec 18 Nov 2015 21:00:30 -0000 1.32
@@ -1,33 +1,28 @@
# TODO:
-# - both ffmpeg-compat-devel/ffmpeg-devel cannot coexist; one must go away
# - /run/motion can be managed with RuntimeDirectory=motion in motion.service,
# instead of tmpfiles snippet
#
# Motion seems pretty dead upstream. In the meantime, this is most "alive" fork:
# https://github.com/sackmotion/motion
# It can be useful as a source to steal a patch or two.
-
+#
+# Mageia uses Mr-Dave fork: https://github.com/Mr-Dave/motion
+# http://ftp.uni-erlangen.de/mirrors/Mageia/distrib/cauldron/SRPMS/core/rel...
+#
# Notes from previous packages, Steven Moix:
# v+
-# the version shipped in Fedora Fedora is the SVN trunk (future 3.3.0 version).
-# From an SVN checkout in a "motion-svn" directory here is
+# the version shipped in Fedora Fedora is the SVN trunk (future 3.3.0 version).
+# From an SVN export in a "motion-3.3.0" directory here is
# what I usually do to create the new source package for Fedora:
-# Modify from trunk:
-# cp -R motion-svn motion-3.3.0
-# rm -rf motion-3.3.0/.svn
-# vim motion-3.3.0/configure
-# In "configure", modify
-# PACKAGE_VERSION='3.3.0'
-# PACKAGE_STRING='motion trunkREV532' (adapt to the SVN revision number)
+# svn export http://www.lavrsen.dk/svn/motion/trunk/ motion-3.3.0
# tar -pczf motion-3.3.0.tar.gz motion-3.3.0/
#v-
-
%global nextver 3.3.0
Name: motion
-Version: %{nextver}.trunkREV557
-Release: 10%{?dist}
+Version: %{nextver}.trunkREV561
+Release: 1%{?dist}
Summary: A motion detection system
Group: Applications/Multimedia
@@ -36,12 +31,12 @@
Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{nextver}.tar.gz
Source1: motion.service
Source2: motion.tmpfiles
-Patch0: motion-0001-emit-asm-emms-only-on-x86-and-amd64-arches.patch
Patch1: motion-0002-there-is-no-bin-service-in-Fedora-use-systemctl.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch2: motion-version.patch
-BuildRequires: libjpeg-devel ffmpeg-compat-devel zlib-devel ffmpeg-devel
+BuildRequires: libjpeg-devel zlib-devel ffmpeg-devel
Buildrequires: pkgconfig(sqlite3)
+BuildRequires: autoconf automake libtool
BuildRequires: systemd-units
#This requires comes from the startup script, it will be there until motion supports libv4l calls in the code
Requires: libv4l
@@ -60,18 +55,18 @@
%prep
%setup -q -n %{name}-%{nextver}
-%patch0 -p1
%patch1 -p1
+autoreconf
+%patch2 -p1 -b .version
%build
-export PKG_CONFIG_LIBDIR="%{_libdir}/ffmpeg-compat/pkgconfig"
+#export PKG_CONFIG_LIBDIR="%{_libdir}/ffmpeg-compat/pkgconfig"
%configure --sysconfdir=%{_sysconfdir}/%{name} \
--without-optimizecpu --with-ffmpeg --without-mysql --without-pgsql
make %{?_smp_mflags}
%install
-rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
#Rename docdir
mv %{buildroot}/%{_docdir}/%{name}-%{nextver} %{buildroot}/%{_docdir}/%{name}
@@ -129,7 +124,7 @@
%dir %{_sysconfdir}/%{name}
%dir %{_datadir}/%{name}-%{nextver}
%dir %{_datadir}/%{name}-%{nextver}/examples
-%doc CHANGELOG COPYING CREDITS README motion_guide.html
+%doc CHANGELOG COPYING CREDITS README motion_guide.html INSTALL
%attr(0644,root,root) %{_datadir}/%{name}-%{nextver}/examples/motion-dist.conf
%attr(0755,root,root) %{_datadir}/%{name}-%{nextver}/examples/motion.init-Debian
%attr(0755,root,root) %{_datadir}/%{name}-%{nextver}/examples/motion.init-FreeBSD.sh
@@ -146,6 +141,13 @@
%attr(0755,root,root) %{_tmpfilesdir}/%{name}.conf
%changelog
+* Wed Nov 18 2015 Sérgio Basto <sergio(a)serjux.com> - 3.3.0.trunkREV561-1
+- Update motion to runkREV561 .
+- Use only ffmpeg-devel, drop ffmpeg-compat-devel.
+- Use autoreconf to generate ./configure and patch configure with real version.
+- Some spec clean ups.
+- Drop upstreamed patch.
+
* Sun Dec 14 2014 Tomasz Torcz <ttorcz(a)fedoraproject.org> - 3.3.0.trunkREV557-10
- restore lost changes (should fix #3460):
* Sat Jan 11 2014 Tomasz Torcz <ttorcz(a)fedoraproject.org> - 3.3.0-trunkREV557.9
Index: sources
===================================================================
RCS file: /cvs/free/rpms/motion/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 17 Feb 2014 16:54:41 -0000 1.10
+++ sources 18 Nov 2015 21:00:30 -0000 1.11
@@ -1 +1 @@
-a11826f948e0d99120b32123679d5fc5 motion-3.3.0.tar.gz
+354e96655725dff7bc935c0a193c02ed motion-3.3.0.tar.gz
--- motion-0001-emit-asm-emms-only-on-x86-and-amd64-arches.patch DELETED ---
9 years
rpms/stella/devel .cvsignore, 1.13, 1.14 sources, 1.13, 1.14 stella.spec, 1.19, 1.20
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/stella/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11981
Modified Files:
.cvsignore sources stella.spec
Log Message:
* Wed Nov 18 2015 Sérgio Basto <sergio(a)serjux.com> - 4.6.7-1
- Update stella to 4.6.7
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/stella/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore 8 May 2015 00:47:26 -0000 1.13
+++ .cvsignore 18 Nov 2015 06:03:39 -0000 1.14
@@ -1 +1 @@
-stella-4.6.1-src.tar.gz
+stella-4.6.7-src.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/stella/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources 8 May 2015 00:47:26 -0000 1.13
+++ sources 18 Nov 2015 06:03:39 -0000 1.14
@@ -1 +1 @@
-91d7a7333097345e81f90a39fcdcc324 stella-4.6.1-src.tar.gz
+721d850d9cac1cd5fbb04adaaf752459 stella-4.6.7-src.tar.gz
Index: stella.spec
===================================================================
RCS file: /cvs/free/rpms/stella/devel/stella.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- stella.spec 8 May 2015 00:47:26 -0000 1.19
+++ stella.spec 18 Nov 2015 06:03:39 -0000 1.20
@@ -1,5 +1,5 @@
Name: stella
-Version: 4.6.1
+Version: 4.6.7
Release: 1%{?dist}
License: GPLv2+
Summary: A multi-platform Atari 2600 Video Computer System emulator
@@ -70,6 +70,9 @@
%changelog
+* Wed Nov 18 2015 Sérgio Basto <sergio(a)serjux.com> - 4.6.7-1
+- Update stella to 4.6.7
+
* Fri May 08 2015 Sérgio Basto <sergio(a)serjux.com> - 4.6.1-1
- Merged Ankur Sinha spec's, package review rhbz #1215345 .
9 years
rpms/yle-dl/devel .cvsignore, 1.7, 1.8 sources, 1.8, 1.9 yle-dl.spec, 1.8, 1.9
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/yle-dl/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11396
Modified Files:
.cvsignore sources yle-dl.spec
Log Message:
* Wed Nov 18 2015 Sérgio Basto <sergio(a)serjux.com> - 2.9.0-1
- Update yle-dl to 2.9.0
- adobehds is no longer needed
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/yle-dl/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 22 Sep 2015 22:52:28 -0000 1.7
+++ .cvsignore 18 Nov 2015 05:35:05 -0000 1.8
@@ -1,2 +1 @@
-AdobeHDS.php
-yle-dl-2.8.1.tar.gz
+yle-dl-2.9.0.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/yle-dl/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 22 Sep 2015 22:52:28 -0000 1.8
+++ sources 18 Nov 2015 05:35:05 -0000 1.9
@@ -1,2 +1 @@
-b08a4344f44007ed78df5565c54b8d19 AdobeHDS.php
-9eee149fda8d31ac9683c87bb8d7daaa yle-dl-2.8.1.tar.gz
+c58b0c99b964ef4f79fbbbbaac702b6a yle-dl-2.9.0.tar.gz
Index: yle-dl.spec
===================================================================
RCS file: /cvs/free/rpms/yle-dl/devel/yle-dl.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- yle-dl.spec 18 Oct 2015 20:21:40 -0000 1.8
+++ yle-dl.spec 18 Nov 2015 05:35:05 -0000 1.9
@@ -1,13 +1,11 @@
Name: yle-dl
-Version: 2.8.1
-Release: 2%{?dist}
+Version: 2.9.0
+Release: 1%{?dist}
License: GPLv2
Summary: Command-line tool to download videos from Finnish broadcasting company
Group: Applications/Multimedia
Url: http://aajanki.github.io/yle-dl/
-#Source0: https://github.com/aajanki/%{name}/archive/%{name}-%{version}.tar.gz
-Source0: http://github.srcurl.net/aajanki/%{name}/%{version}/%{name}-%{version}.ta...
-Source1: https://raw.githubusercontent.com/K-S-V/Scripts/master/AdobeHDS.php
+Source0: https://github.com/aajanki/%{name}/archive/%{version}.tar.gz#/%{name}-%{v...
BuildRequires: sed
Requires: rtmpdump python-crypto php-cli php-bcmath php-xml php-mcrypt
@@ -39,9 +37,6 @@
mkdir -p %{buildroot}/%{_docdir}
mkdir -p %{buildroot}/%{_datadir}/%{name}
make DESTDIR=%{buildroot} prefix=%{_usr} install
-install -m 0644 -D %{SOURCE1} \
- %{buildroot}/%{_datadir}/%{name}
-make DESTDIR=%{buildroot} prefix=%{_usr} install-adobehds
%files
%defattr(-,root,root)
@@ -51,6 +46,10 @@
%changelog
+* Wed Nov 18 2015 Sérgio Basto <sergio(a)serjux.com> - 2.9.0-1
+- Update yle-dl to 2.9.0
+- adobehds is no longer needed
+
* Sun Oct 18 2015 Sérgio Basto <sergio(a)serjux.com> - 2.8.1-2
- Added to Requires php-mcrypt
9 years
rpms/mlt/devel .cvsignore, 1.17, 1.18 mlt.spec, 1.50, 1.51 sources, 1.18, 1.19
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/mlt/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10909
Modified Files:
.cvsignore mlt.spec sources
Log Message:
* Wed Nov 18 2015 Sérgio Basto <sergio(a)serjux.com> - 0.9.8-1
- Update MLT to 0.9.8
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mlt/devel/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- .cvsignore 7 May 2015 19:34:36 -0000 1.17
+++ .cvsignore 18 Nov 2015 05:10:37 -0000 1.18
@@ -1 +1 @@
-mlt-0.9.6.tar.gz
+mlt-0.9.8.tar.gz
Index: mlt.spec
===================================================================
RCS file: /cvs/free/rpms/mlt/devel/mlt.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- mlt.spec 11 May 2015 14:34:33 -0000 1.50
+++ mlt.spec 18 Nov 2015 05:10:37 -0000 1.51
@@ -6,8 +6,8 @@
Summary: Toolkit for broadcasters, video editors, media players, transcoders
Name: mlt
-Version: 0.9.6
-Release: 2%{?dist}
+Version: 0.9.8
+Release: 1%{?dist}
License: GPLv3 and LGPLv2+
URL: http://www.mltframework.org/twiki/bin/view/MLT/
@@ -198,6 +198,9 @@
%changelog
+* Wed Nov 18 2015 Sérgio Basto <sergio(a)serjux.com> - 0.9.8-1
+- Update MLT to 0.9.8
+
* Mon May 11 2015 Sérgio Basto <sergio(a)serjux.com> - 0.9.6-2
- Workaround #3523
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mlt/devel/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources 7 May 2015 19:34:36 -0000 1.18
+++ sources 18 Nov 2015 05:10:37 -0000 1.19
@@ -1 +1 @@
-92bcc95af44ff086df0a0ce17a201d1c mlt-0.9.6.tar.gz
+268e3551958e9fb98927a87315c16889 mlt-0.9.8.tar.gz
9 years
rpms/qarte/devel qarte.spec,1.3,1.4
by Milan Bouchet-Valat
Author: nalimilan
Update of /cvs/free/rpms/qarte/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30246
Modified Files:
qarte.spec
Log Message:
* Tue Nov 17 2015 Milan Bouchet-Valat <nalimilan(a)club.fr> - 2.6.0-2
- Fix FTBS by adding correct sources.
Index: qarte.spec
===================================================================
RCS file: /cvs/free/rpms/qarte/devel/qarte.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qarte.spec 17 Nov 2015 19:14:27 -0000 1.3
+++ qarte.spec 17 Nov 2015 19:30:15 -0000 1.4
@@ -1,6 +1,6 @@
Name: qarte
Version: 2.6.0
-Release: 1%{dist}
+Release: 2%{dist}
License: GPLv3+
URL: https://launchpad.net/qarte
Source0: http://oqapy.eu/releases/%{name}-%{version}.tar.gz
@@ -61,6 +61,9 @@
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
+* Tue Nov 17 2015 Milan Bouchet-Valat <nalimilan(a)club.fr> - 2.6.0-2
+- Fix FTBS by adding correct sources.
+
* Tue Nov 17 2015 Milan Bouchet-Valat <nalimilan(a)club.fr> - 2.6.0-1
- New upstream release, fixing breakage due to change in Arte streams.
9 years
rpms/qarte/devel .cvsignore,1.3,1.4 sources,1.3,1.4
by Milan Bouchet-Valat
Author: nalimilan
Update of /cvs/free/rpms/qarte/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30118
Modified Files:
.cvsignore sources
Log Message:
* Tue Nov 17 2015 Milan Bouchet-Valat <nalimilan(a)club.fr> - 2.6.0-1
- New upstream release, fixing breakage due to change in Arte streams.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/qarte/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 4 Jun 2015 20:31:05 -0000 1.3
+++ .cvsignore 17 Nov 2015 19:27:36 -0000 1.4
@@ -1 +1 @@
-qarte-2.3.0.tar.gz
+qarte-2.6.0.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/qarte/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 4 Jun 2015 20:31:05 -0000 1.3
+++ sources 17 Nov 2015 19:27:36 -0000 1.4
@@ -1 +1 @@
-32838807fae0a4e065d44f8c67dd43f6 qarte-2.3.0.tar.gz
+414cde7f292b6f801a242e010c9b6f13 qarte-2.6.0.tar.gz
9 years
rpms/qarte/devel qarte.spec,1.2,1.3
by Milan Bouchet-Valat
Author: nalimilan
Update of /cvs/free/rpms/qarte/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24096
Modified Files:
qarte.spec
Log Message:
* Tue Nov 17 2015 Milan Bouchet-Valat <nalimilan(a)club.fr> - 2.6.0-1
- New upstream release, fixing breakage due to change in Arte streams.
Index: qarte.spec
===================================================================
RCS file: /cvs/free/rpms/qarte/devel/qarte.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qarte.spec 4 Jun 2015 20:31:05 -0000 1.2
+++ qarte.spec 17 Nov 2015 19:14:27 -0000 1.3
@@ -1,5 +1,5 @@
Name: qarte
-Version: 2.3.0
+Version: 2.6.0
Release: 1%{dist}
License: GPLv3+
URL: https://launchpad.net/qarte
@@ -61,6 +61,9 @@
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
+* Tue Nov 17 2015 Milan Bouchet-Valat <nalimilan(a)club.fr> - 2.6.0-1
+- New upstream release, fixing breakage due to change in Arte streams.
+
* Wed May 27 2015 Milan Bouchet-Valat <nalimilan(a)club.fr> - 2.3.0-1
- New upstream release.
9 years
rpms/libopenshot-audio/devel libopenshot-audio.spec,1.5,1.6
by Richard Shaw
Author: hobbes1069
Update of /cvs/free/rpms/libopenshot-audio/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv14012
Modified Files:
libopenshot-audio.spec
Log Message:
Add libXrandr-devel as a build requirement.
Index: libopenshot-audio.spec
===================================================================
RCS file: /cvs/free/rpms/libopenshot-audio/devel/libopenshot-audio.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libopenshot-audio.spec 16 Nov 2015 17:36:08 -0000 1.5
+++ libopenshot-audio.spec 16 Nov 2015 18:47:01 -0000 1.6
@@ -15,6 +15,7 @@
BuildRequires: libX11-devel
BuildRequires: libXinerama-devel
BuildRequires: libXcursor-devel
+BuildRequires: libXrandr-devel
%description
OpenShot Audio Library (libopenshot-audio) is an open-source
9 years
rpms/libopenshot-audio/devel .cvsignore, 1.3, 1.4 libopenshot-audio.spec, 1.4, 1.5 sources, 1.3, 1.4
by Richard Shaw
Author: hobbes1069
Update of /cvs/free/rpms/libopenshot-audio/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv12447
Modified Files:
.cvsignore libopenshot-audio.spec sources
Log Message:
* Mon Nov 16 2015 Richard Shaw <hobbes1069(a)gmail.com> - 0.0.6-1
- Update to latest upstream release.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libopenshot-audio/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 18 May 2015 15:03:32 -0000 1.3
+++ .cvsignore 16 Nov 2015 17:36:08 -0000 1.4
@@ -1 +1 @@
-libopenshot-audio-0.0.4.tar.gz
+libopenshot-audio-0.0.6.tar.gz
Index: libopenshot-audio.spec
===================================================================
RCS file: /cvs/free/rpms/libopenshot-audio/devel/libopenshot-audio.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libopenshot-audio.spec 25 Jun 2015 12:52:36 -0000 1.4
+++ libopenshot-audio.spec 16 Nov 2015 17:36:08 -0000 1.5
@@ -1,8 +1,6 @@
-%global optflags %(echo %{optflags} -Wl,--as-needed )
-
Name: libopenshot-audio
-Version: 0.0.4
-Release: 2%{?dist}
+Version: 0.0.6
+Release: 1%{?dist}
Summary: Audio library used by OpenShot
License: GPLv3+
@@ -39,6 +37,7 @@
%build
+export CXXFLAGS="%{optflags} -Wl,--as-needed"
%cmake .
make %{?_smp_mflags}
@@ -65,6 +64,9 @@
%changelog
+* Mon Nov 16 2015 Richard Shaw <hobbes1069(a)gmail.com> - 0.0.6-1
+- Update to latest upstream release.
+
* Thu Jun 25 2015 Sérgio Basto <sergio(a)serjux.com> - 0.0.4-2
- Fixed unused-direct-shlib-dependency in cmake with global optflags.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libopenshot-audio/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 18 May 2015 15:03:32 -0000 1.3
+++ sources 16 Nov 2015 17:36:08 -0000 1.4
@@ -1 +1 @@
-31bb58e79c1233ef8d840d66d56fde63 libopenshot-audio-0.0.4.tar.gz
+3989cd875f1f28130c000e46b9f022d3 libopenshot-audio-0.0.6.tar.gz
9 years