[xine-lib] fix i686 build
by Leigh Scott
commit 2991f822087882745a8cc64beb8234f7b1358b73
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Jan 27 10:12:07 2018 +0000
fix i686 build
xine-lib.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/xine-lib.spec b/xine-lib.spec
index 76a29b0..81d733a 100644
--- a/xine-lib.spec
+++ b/xine-lib.spec
@@ -1,3 +1,5 @@
+%undefine _strict_symbol_defs_build
+
%global plugin_abi 2.7
%global codecdir %{_libdir}/codecs
6 years, 10 months
[xine-lib] Rebuild for new libcdio, libvpx and vcdimager
by Leigh Scott
commit f23924c77868f1c70383ebc7fe215d3f3343c808
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Jan 27 09:57:44 2018 +0000
Rebuild for new libcdio, libvpx and vcdimager
xine-lib.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/xine-lib.spec b/xine-lib.spec
index c20ef77..76a29b0 100644
--- a/xine-lib.spec
+++ b/xine-lib.spec
@@ -10,7 +10,7 @@
Summary: A multimedia engine
Name: xine-lib
Version: 1.2.9
-Release: 3%{?dist}
+Release: 4%{?dist}
License: GPLv2+
URL: http://www.xine-project.org/
Source0: http://downloads.sourceforge.net/xine/xine-lib-%{version}.tar.xz
@@ -297,6 +297,9 @@ mkdir -p $RPM_BUILD_ROOT%{codecdir}
%changelog
+* Sat Jan 27 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.2.9-4
+- Rebuild for new libcdio, libvpx and vcdimager
+
* Thu Jan 18 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.2.9-3
- Rebuilt for ffmpeg-3.5 git
6 years, 10 months
[vcdimager] Update to 2.0.1
by Leigh Scott
commit 308e4a74ebd1c78f1e132679f3bad57719347600
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Jan 27 09:39:07 2018 +0000
Update to 2.0.1
.gitignore | 1 +
sources | 2 +-
vcdimager.spec | 31 +++++++++++++++++--------------
3 files changed, 19 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8ba4cee..93160d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
vcdimager-0.7.24.tar.gz
+/vcdimager-2.0.1.tar.gz
diff --git a/sources b/sources
index 97374ef..fbefe15 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3af22978fd79c79d5fda6513b6811145 vcdimager-0.7.24.tar.gz
+3890d73da62d0607c87962c41cd33a29 vcdimager-2.0.1.tar.gz
diff --git a/vcdimager.spec b/vcdimager.spec
index 6eee670..91a64cf 100644
--- a/vcdimager.spec
+++ b/vcdimager.spec
@@ -1,11 +1,11 @@
Summary: VideoCD (pre-)mastering and ripping tool
-Name: vcdimager
-Version: 0.7.24
-Release: 13%{?dist}
+Name: vcdimager
+Version: 2.0.1
+Release: 1%{?dist}
License: GPLv2+
-Group: Applications/Multimedia
-URL: http://www.gnu.org/software/vcdimager/
-Source: ftp://ftp.gnu.org/pub/gnu/vcdimager/vcdimager-%{version}.tar.gz
+Group: Applications/Multimedia
+URL: http://www.gnu.org/software/vcdimager/
+Source: ftp://ftp.gnu.org/pub/gnu/vcdimager/vcdimager-%{version}.tar.gz
BuildRequires: libcdio-devel >= 0.72
BuildRequires: libxml2-devel >= 2.3.8
@@ -13,8 +13,8 @@ BuildRequires: zlib-devel
BuildRequires: pkgconfig >= 0.9
BuildRequires: popt-devel
-Requires: %{name}-libs%{?_isa} = %{version}-%{release}
-Requires(post): info
+Requires: %{name}-libs%{?_isa} = %{version}-%{release}
+Requires(post): info
Requires(preun): info
@@ -28,15 +28,15 @@ rip MPEG streams from images or burned VideoCDs and to show
information about a VideoCD.
%package libs
-Summary: Libraries for %{name}
-Group: System Environment/Libraries
+Summary: Libraries for %{name}
+Group: System Environment/Libraries
%description libs
The %{name}-libs package contains shared libraries for %{name}.
%package devel
-Summary: Header files and library for VCDImager
-Group: Development/Libraries
+Summary: Header files and library for VCDImager
+Group: Development/Libraries
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
Requires: pkgconfig
Requires: libcdio-devel
@@ -51,12 +51,12 @@ applications that will use VCDImager.
%prep
-%setup -q
+%autosetup -p1
%build
%configure --disable-static --disable-dependency-tracking
-%make_build
+%make_build V=1
%install
@@ -106,6 +106,9 @@ fi
%changelog
+* Sat Jan 27 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 2.0.1-1
+- Update to 2.0.1
+
* Sat Jan 27 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.7.24-13
- Rebuild for new libcdio
- Clean up spec file
6 years, 10 months
[vcdimager] Rebuild for new libcdio
by Leigh Scott
commit 22f002fb742ce0f0486f15542f4787c5ac0b10a0
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Jan 27 08:52:06 2018 +0000
Rebuild for new libcdio
vcdimager.spec | 36 ++++++++++++++++--------------------
1 file changed, 16 insertions(+), 20 deletions(-)
---
diff --git a/vcdimager.spec b/vcdimager.spec
index 043772b..6eee670 100644
--- a/vcdimager.spec
+++ b/vcdimager.spec
@@ -1,21 +1,23 @@
Summary: VideoCD (pre-)mastering and ripping tool
Name: vcdimager
Version: 0.7.24
-Release: 12%{?dist}
+Release: 13%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.gnu.org/software/vcdimager/
Source: ftp://ftp.gnu.org/pub/gnu/vcdimager/vcdimager-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-Requires: %{name}-libs = %{version}-%{release}
-Requires(post): info
-Requires(preun): info
+
BuildRequires: libcdio-devel >= 0.72
BuildRequires: libxml2-devel >= 2.3.8
BuildRequires: zlib-devel
BuildRequires: pkgconfig >= 0.9
BuildRequires: popt-devel
+Requires: %{name}-libs%{?_isa} = %{version}-%{release}
+Requires(post): info
+Requires(preun): info
+
+
%description
VCDImager allows you to create VideoCD BIN/CUE CD images from MPEG
files. These can be burned with cdrdao or any other program capable of
@@ -28,9 +30,6 @@ information about a VideoCD.
%package libs
Summary: Libraries for %{name}
Group: System Environment/Libraries
-Requires: %{name} = %{version}-%{release}
-# Introduced in F-9 to solve multilibs transition
-Obsoletes: vcdimager < 0.7.23-8
%description libs
The %{name}-libs package contains shared libraries for %{name}.
@@ -38,7 +37,7 @@ The %{name}-libs package contains shared libraries for %{name}.
%package devel
Summary: Header files and library for VCDImager
Group: Development/Libraries
-Requires: %{name}-libs = %{version}-%{release}
+Requires: %{name}-libs%{?_isa} = %{version}-%{release}
Requires: pkgconfig
Requires: libcdio-devel
@@ -57,22 +56,17 @@ applications that will use VCDImager.
%build
%configure --disable-static --disable-dependency-tracking
-make %{?_smp_mflags}
+%make_build
%install
-rm -rf %{buildroot}
-make DESTDIR=%{buildroot} install INSTALL="install -p"
+%make_install
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
# Sometimes this file gets created... but we don't want it!
rm -f %{buildroot}%{_infodir}/dir
-%clean
-rm -rf %{buildroot}
-
-
%post libs -p /sbin/ldconfig
%post
@@ -92,9 +86,9 @@ fi
%files
-%defattr(-,root,root,-)
-%doc AUTHORS BUGS ChangeLog* COPYING FAQ NEWS README THANKS TODO
+%doc AUTHORS BUGS ChangeLog* FAQ NEWS README THANKS TODO
%doc frontends/xml/videocd.dtd
+%license COPYING
%{_bindir}/*
%{_infodir}/vcdxrip.info*
%{_infodir}/vcdimager.info*
@@ -102,11 +96,9 @@ fi
%{_mandir}/man1/*
%files libs
-%defattr(-,root,root,-)
%{_libdir}/libvcdinfo.so.*
%files devel
-%defattr(-,root,root,-)
%doc HACKING
%{_includedir}/libvcd/
%{_libdir}/libvcdinfo.so
@@ -114,6 +106,10 @@ fi
%changelog
+* Sat Jan 27 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.7.24-13
+- Rebuild for new libcdio
+- Clean up spec file
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 0.7.24-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
6 years, 10 months
[gstreamer-plugins-ugly] Rebuild for new libcdio
by Leigh Scott
commit 14acc2ce5300c4e5121ad98640e3bc8fa3cd8335
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Jan 27 08:40:43 2018 +0000
Rebuild for new libcdio
gstreamer-plugins-ugly.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/gstreamer-plugins-ugly.spec b/gstreamer-plugins-ugly.spec
index 9c917d7..7a01676 100644
--- a/gstreamer-plugins-ugly.spec
+++ b/gstreamer-plugins-ugly.spec
@@ -11,7 +11,7 @@
Summary: GStreamer streaming media framework "ugly" plug-ins
Name: gstreamer-plugins-ugly
Version: 0.10.19
-Release: 25%{?dist}
+Release: 26%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
URL: http://gstreamer.freedesktop.org/
@@ -125,6 +125,9 @@ gstreamer-plugins-good because:
%changelog
+* Fri Jan 26 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.10.19-26
+- Rebuild for new libcdio
+
* Sun Dec 31 2017 Sérgio Basto <sergio(a)serjux.com> - 0.10.19-25
- Fix "gtkdoc-mktmpl: Command not found", by disabling gtk-doc
reference https://bugs.archlinux.org/task/55210
6 years, 10 months
[ffmpeg] Rebuild for new libcdio and libvpx versions
by Leigh Scott
commit d9f5b2974bbeb726157bd0605b33708d0e6f3e4b
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Jan 27 08:16:23 2018 +0000
Rebuild for new libcdio and libvpx versions
ffmpeg.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index a6c5929..d3ac746 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -408,7 +408,7 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
* Fri Jan 26 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3.5-0.2.20180116git
-- Rebuild for libcdio
+- Rebuild for new libcdio and libvpx versions
* Tue Jan 16 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3.5-0.1.20180116git
- Update to 20180116git
6 years, 10 months
[xmltv/f27] Update xmltv to 0.5.70
by Richard Shaw
Summary of changes:
52e75ea... Update xmltv to 0.5.70 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 10 months
[ffmpeg] Rebuild for libcdio
by Leigh Scott
commit 88deeac01f72875337fdf02e675ae0f34bb00c10
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jan 26 17:52:59 2018 +0000
Rebuild for libcdio
ffmpeg.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 72366ac..a6c5929 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -75,7 +75,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 3.5
-Release: 0.1.%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 0.2.%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -407,6 +407,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Fri Jan 26 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3.5-0.2.20180116git
+- Rebuild for libcdio
+
* Tue Jan 16 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3.5-0.1.20180116git
- Update to 20180116git
- Remove ffserver parts from spec
6 years, 10 months
[mlt-freeworld] Update to 6.6.0
by Sérgio M. Basto
commit 859c6ae7d7786ef7980824e39cff7d7ad3e01087
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Jan 26 15:41:02 2018 +0000
Update to 6.6.0
.gitignore | 1 +
mlt-freeworld.spec | 6 ++++--
sources | 2 +-
3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 40edd58..9335850 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/v6.4.1...73bfefdef9eb666629acf25bee1b587abc4bbcad.diff
/v6.4.1...ea973eb65c8ca79a859028a9e008360836ca4941.diff
/mlt-freeworld-6.6.0.tar.gz
+/mlt-6.6.0.tar.gz
diff --git a/mlt-freeworld.spec b/mlt-freeworld.spec
index 4af4a11..304d5af 100644
--- a/mlt-freeworld.spec
+++ b/mlt-freeworld.spec
@@ -4,6 +4,8 @@
%global shortcommit %(c=%{commit}; echo ${c:0:7})
#global gver .%{gitdate}git%{shortcommit}
+%global realname mlt
+
Name: mlt-freeworld
Version: 6.6.0
Release: 1%{?gver}%{?dist}
@@ -14,7 +16,7 @@ Summary: Toolkit for broadcasters, video editors, media players, transcod
License: GPLv3 and LGPLv2+
URL: http://www.mltframework.org/
Group: System Environment/Libraries
-Source0: https://github.com/mltframework/mlt/archive/v%{version}/%{name}-%{version...
+Source0: https://github.com/mltframework/mlt/archive/v%{version}/%{realname}-%{ver...
#Patch0: https://github.com/mltframework/mlt/compare/v6.4.1...%{commit}.diff
BuildRequires: frei0r-devel
@@ -60,7 +62,7 @@ tools, xml authoring components, and an extendible plug-in based API.
%prep
-%autosetup -p1 -n %{name}-%{version}
+%autosetup -p1 -n %{realname}-%{version}
chmod 644 src/modules/qt/kdenlivetitle_wrapper.cpp
chmod 644 src/modules/kdenlive/filter_freeze.c
diff --git a/sources b/sources
index aa30901..9a13d33 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-abc62a715a1c27b84bfa4af721470d15 mlt-freeworld-6.6.0.tar.gz
+abc62a715a1c27b84bfa4af721470d15 mlt-6.6.0.tar.gz
6 years, 10 months