[mlt/f24] Package review and fix mlt-ruby installation
by Sérgio M. Basto
commit 2cb78bddf8c86d7b7e38e5e05c5ad4bb8675fe96
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Jul 8 06:53:21 2016 +0100
Package review and fix mlt-ruby installation
mlt.spec | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/mlt.spec b/mlt.spec
index e875373..a1e6343 100644
--- a/mlt.spec
+++ b/mlt.spec
@@ -3,7 +3,7 @@
Summary: Toolkit for broadcasters, video editors, media players, transcoders
Name: mlt
Version: 6.2.0
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv3 and LGPLv2+
URL: http://www.mltframework.org/twiki/bin/view/MLT/
@@ -30,7 +30,7 @@ BuildRequires: ladspa-devel
BuildRequires: libxml2-devel
BuildRequires: sox-devel
BuildRequires: swig
-BuildRequires: python-devel
+BuildRequires: python2-devel
BuildRequires: freetype-devel
BuildRequires: libexif-devel
BuildRequires: fftw-devel
@@ -71,7 +71,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
Summary: Python package to work with MLT
%package ruby
-Requires: ruby(abi) = 1.9.1
Requires: %{name}%{_isa} = %{version}-%{release}
Summary: Ruby package to work with MLT
@@ -114,7 +113,7 @@ sed -i -e '/ffast-math/d' configure
--enable-gpl \
--enable-gpl3 \
--enable-motion-est \
-%ifarch ppc ppc64
+%ifnarch %{ix86} x86_64
--disable-mmx \
--disable-sse \
--disable-xine \
@@ -194,6 +193,9 @@ test "$(pkg-config --modversion mlt++)" = "%{version}"
%changelog
+* Fri Jul 08 2016 Sérgio Basto <sergio(a)serjux.com> - 6.2.0-2
+- Package review and fix mlt-ruby installation
+
* Wed May 25 2016 Sérgio Basto <sergio(a)serjux.com> - 6.2.0-1
- Update MLT to 6.2.0
- Drop backport patch.
8 years, 4 months
[xine-lib] Revert "Remove BR: vcdimager-devel and disable vcd"
by Sérgio M. Basto
commit 0dedd86b418ef4caf978e778c688e87ec78cc4f0
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Jul 8 06:35:56 2016 +0100
Revert "Remove BR: vcdimager-devel and disable vcd"
Package vcdimager was unretired
xine-lib.spec | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/xine-lib.spec b/xine-lib.spec
index b353a4a..59fe82f 100644
--- a/xine-lib.spec
+++ b/xine-lib.spec
@@ -10,7 +10,7 @@
Summary: A multimedia engine
Name: xine-lib
Version: 1.2.6
-Release: 10%{?dist}
+Release: 11%{?dist}
License: GPLv2+
URL: http://www.xine-project.org/
Source0: http://downloads.sourceforge.net/xine/xine-lib-%{version}.tar.xz
@@ -67,6 +67,7 @@ BuildRequires: speex-devel
BuildRequires: wavpack-devel
# CDs / DVDs
BuildRequires: libcdio-devel
+BuildRequires: vcdimager-devel >= 0.7.23
BuildRequires: libdvdnav-devel
BuildRequires: libdvdread-devel
BuildRequires: libbluray-devel
@@ -132,7 +133,6 @@ export SDL_CFLAGS="$(sdl-config --cflags)" SDL_LIBS="$(sdl-config --libs)"
--with-xv-path=%{_libdir} \
--with-libflac \
--without-esound \
- --disable-vcd \
--with-wavpack \
--with-real-codecs-path=%{codecdir} \
--with-w32-path=%{codecdir}
@@ -281,8 +281,8 @@ mkdir -p $RPM_BUILD_ROOT%{codecdir}
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_rtsp.so
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_stdin_fifo.so
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_v4l2.so
-#{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_vcd.so
-#{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_vcdo.so
+%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_vcd.so
+%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_vcdo.so
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_nsf.so
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_sputext.so
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vdr.so
@@ -330,6 +330,9 @@ mkdir -p $RPM_BUILD_ROOT%{codecdir}
%changelog
+* Fri Jul 08 2016 Sérgio Basto <sergio(a)serjux.com> - 1.2.6-11
+- Build again with vcd support
+
* Fri Jul 01 2016 Sérgio Basto <sergio(a)serjux.com> - 1.2.6-10
- Remove BR: vcdimager-devel and disable vcd; package retired in F24
8 years, 4 months
[kdenlive] remove blank line.
by Sérgio M. Basto
commit 540bf1ef10adc6e4df4132f762dad3ad553fe5de
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Jul 8 06:34:45 2016 +0100
remove blank line.
kdenlive.spec | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/kdenlive.spec b/kdenlive.spec
index 6364126..e4d8d6f 100644
--- a/kdenlive.spec
+++ b/kdenlive.spec
@@ -148,7 +148,6 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
* Wed Jun 15 2016 Sérgio Basto <sergio(a)serjux.com> - 16.04.2-1
- Update kdenlive to 16.04.2
-
* Fri May 27 2016 David Vásquez <davidjeremias82 AT gmail DOT com> 16.04.1-2
- Added missing dependencies
- Disabled, build testing
8 years, 4 months
[vcdimager] Bump release for unretire in F23
by Sérgio M. Basto
commit fc411d6ad1ebbc81b179648b37272ffe7a977ee5
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Jul 8 06:20:27 2016 +0100
Bump release for unretire in F23
vcdimager.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vcdimager.spec b/vcdimager.spec
index 8f0c72e..1f3bfce 100644
--- a/vcdimager.spec
+++ b/vcdimager.spec
@@ -1,7 +1,7 @@
Summary: VideoCD (pre-)mastering and ripping tool
Name: vcdimager
Version: 0.7.24
-Release: 8%{?dist}
+Release: 9%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.gnu.org/software/vcdimager/
@@ -114,6 +114,9 @@ fi
%changelog
+* Fri Jul 08 2016 Sérgio Basto <sergio(a)serjux.com> - 0.7.24-9
+- Bump release for unretire in F23
+
* Mon Sep 01 2014 Sérgio Basto <sergio(a)serjux.com> - 0.7.24-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8 years, 4 months
[wxsvg] Cleanup spec and add License tag
by Sérgio M. Basto
commit 026ba1cee7890b4045722de37789785e532396bb
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Jul 8 05:29:20 2016 +0100
Cleanup spec and add License tag
wxsvg.spec | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/wxsvg.spec b/wxsvg.spec
index 8dc83df..478e096 100644
--- a/wxsvg.spec
+++ b/wxsvg.spec
@@ -1,13 +1,12 @@
Name: wxsvg
Version: 1.5.8
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: C++ library to create, manipulate and render SVG files
Group: System Environment/Libraries
License: wxWidgets
URL: http://sourceforge.net/projects/wxsvg
Source0: http://downloads.sourceforge.net/wxsvg/wxsvg-%{version}.tar.bz2
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: autoconf automake libtool gettext
BuildRequires: expat-devel
BuildRequires: ffmpeg-devel
@@ -56,19 +55,21 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%postun -p /sbin/ldconfig
%files
-%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING TODO
+%doc AUTHORS ChangeLog TODO
+%license COPYING
%{_libdir}/*.so.*
%{_bindir}/*
%files devel
-%defattr(-,root,root,-)
%{_libdir}/*.so
%{_includedir}/wxSVG/
%{_includedir}/wxSVGXML/
%{_libdir}/pkgconfig/lib%{name}.pc
%changelog
+* Fri Jul 08 2016 Sérgio Basto <sergio(a)serjux.com> - 1.5.8-2
+- Cleanup spec and add License tag
+
* Wed Jun 22 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 1.5.8-1
- Update to 1.5.8
8 years, 4 months