[vcdimager] Revert "VCD is a deprecated technology rfbz#4010"
by Sérgio M. Basto
commit cd693b6d2275025e8b1038b5a73c79d5a41b3c42
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Jul 7 18:04:14 2016 +0100
Revert "VCD is a deprecated technology rfbz#4010"
This reverts commit 0f6caad2f206590355cfdf916c0afc773e8a1096.
.gitignore | 1 +
dead.package | 1 -
sources | 1 +
vcdimager.spec | 242 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 244 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8ba4cee
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+vcdimager-0.7.24.tar.gz
diff --git a/sources b/sources
new file mode 100644
index 0000000..97374ef
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+3af22978fd79c79d5fda6513b6811145 vcdimager-0.7.24.tar.gz
diff --git a/vcdimager.spec b/vcdimager.spec
new file mode 100644
index 0000000..8f0c72e
--- /dev/null
+++ b/vcdimager.spec
@@ -0,0 +1,242 @@
+Summary: VideoCD (pre-)mastering and ripping tool
+Name: vcdimager
+Version: 0.7.24
+Release: 8%{?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
+
+%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
+burning BIN/CUE files.
+
+Also included is VCDRip which does the reverse operation, that is to
+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
+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}.
+
+%package devel
+Summary: Header files and library for VCDImager
+Group: Development/Libraries
+Requires: %{name}-libs = %{version}-%{release}
+Requires: pkgconfig
+Requires: libcdio-devel
+
+%description devel
+VCDImager allows you to create VideoCD BIN/CUE CD images from mpeg
+files which can be burned with cdrdao or any other program capable of
+burning BIN/CUE files.
+
+This package contains the header files and a library to develop
+applications that will use VCDImager.
+
+
+%prep
+%setup -q
+
+
+%build
+%configure --disable-static --disable-dependency-tracking
+make %{?_smp_mflags}
+
+
+%install
+rm -rf %{buildroot}
+make DESTDIR=%{buildroot} install INSTALL="install -p"
+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
+for infofile in vcdxrip.info vcdimager.info vcd-info.info; do
+ /sbin/install-info %{_infodir}/${infofile} %{_infodir}/dir 2>/dev/null || :
+done
+
+%preun
+if [ $1 -eq 0 ]; then
+ for infofile in vcdxrip.info vcdimager.info vcd-info.info; do
+ /sbin/install-info --delete %{_infodir}/${infofile} %{_infodir}/dir \
+ 2>/dev/null || :
+ done
+fi
+
+%postun libs -p /sbin/ldconfig
+
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS BUGS ChangeLog* COPYING FAQ NEWS README THANKS TODO
+%doc frontends/xml/videocd.dtd
+%{_bindir}/*
+%{_infodir}/vcdxrip.info*
+%{_infodir}/vcdimager.info*
+%{_infodir}/vcd-info.info*
+%{_mandir}/man1/*
+
+%files libs
+%defattr(-,root,root,-)
+%{_libdir}/libvcdinfo.so.*
+
+%files devel
+%defattr(-,root,root,-)
+%doc HACKING
+%{_includedir}/libvcd/
+%{_libdir}/libvcdinfo.so
+%{_libdir}/pkgconfig/libvcdinfo.pc
+
+
+%changelog
+* 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
+
+* Fri Feb 21 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.24-7
+- Rebuilt
+
+* Wed Jan 30 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.24-6
+- Rebuilt for new libcdio
+
+* Wed May 02 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.24-5
+- Remove static statement in the devel sub-package - rfbz#2312
+
+* Tue Apr 17 2012 Matthias Saou <matthias(a)saou.eu> 0.7.24-4
+- Minor spec file cleanups.
+
+* Wed Jan 25 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.24-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Wed Nov 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.24-2
+- Rebuilt for libcdio update
+
+* Thu Jun 09 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.24-1
+- Update to 0.7.24
+
+* Sun Jan 24 2010 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 0.7.23-13
+- Rebuild for libcdio
+
+* Wed Nov 25 2009 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 0.7.23-11
+- Rebuild for F-12
+
+* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.7.23-10
+- rebuild for new F11 features
+
+* Thu Jan 15 2009 kwizart < kwizart at gmail.com > - 0.7.23-9
+- Rebuild for libcdio
+
+* Thu Sep 4 2008 kwizart < kwizart at gmail.com > - 0.7.23-8
+- Fix URL
+- vcdimager-devel Requires libcdio-devel
+- Split libs (multilibs compliance)
+
+* Sat Aug 09 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 0.7.23-7
+- merge a few bits from livna spec
+
+* Fri May 16 2008 Matthias Saou <http://freshrpms.net/> 0.7.23-6
+- Rebuild for Fedora 9.
+- Add missing ldconfig calls and scriplet info requirements.
+
+* Sun Sep 24 2006 Matthias Saou <http://freshrpms.net/> 0.7.23-5
+- Rebuild against new libcdio.
+
+* Fri Mar 17 2006 Matthias Saou <http://freshrpms.net/> 0.7.23-4
+- Release bump to drop the disttag number in FC5 build.
+
+* Fri Jan 13 2006 Matthias Saou <http://freshrpms.net/> 0.7.23-3
+- Silence install-info scriplets.
+
+* Sat Jul 30 2005 Matthias Saou <http://freshrpms.net/> 0.7.23-2
+- Rebuild against new libcdio.
+
+* Tue Jul 12 2005 Matthias Saou <http://freshrpms.net/> 0.7.23-1
+- Update to 0.7.23.
+- Update libcdio-devel requirement to >= 0.72.
+- Change source location from vcdimager.org to gnu.org for this release...
+
+* Tue Jun 28 2005 Matthias Saou <http://freshrpms.net/> 0.7.22-2
+- Prevent scriplets from failing if the info calls return an error.
+
+* Tue May 17 2005 Matthias Saou <http://freshrpms.net/> 0.7.22-1
+- Update to 0.7.22.
+
+* Sun Apr 17 2005 Matthias Saou <http://freshrpms.net/> 0.7.21-1
+- Update to 0.7.21 at last.
+- Split off new -devel package.
+- Added libcdio build requirement.
+- Update Source URL, it's not "UNSTABLE" anymore.
+- Remove vcddump.info and add vcd-info.info. Remove .gz from scriplets.
+
+* Mon Aug 30 2004 Matthias Saou <http://freshrpms.net/> 0.7.14-4
+- Added missing install-info calls.
+
+* Mon May 24 2004 Matthias Saou <http://freshrpms.net/> 0.7.14-3
+- Tried and update to 0.7.20, but the looping libcd* deps are a problem.
+- Rebuild for Fedora Core 2.
+
+* Fri Nov 7 2003 Matthias Saou <http://freshrpms.net/> 0.7.14-2
+- Rebuild for Fedora Core 1.
+
+* Fri May 2 2003 Matthias Saou <http://freshrpms.net/>
+- Update to 0.7.14.
+- Remove infodir/dir, thanks to Florin Andrei.
+- Updated URL/Source.
+
+* Mon Mar 31 2003 Matthias Saou <http://freshrpms.net/>
+- Rebuilt for Red Hat Linux 9.
+
+* Fri Feb 28 2003 Matthias Saou <http://freshrpms.net/>
+- Update to 0.7.13.
+- Removed the now unnecessary libxml fix.
+
+* Tue Jan 14 2003 Matthias Saou <http://freshrpms.net/>
+- Fix xmlversion.h include path in configure since xml is disabled otherwise,
+ thanks to Rudolf Kastl for spotting the problem.
+
+* Fri Jan 3 2003 Matthias Saou <http://freshrpms.net/>
+- Let's try the 1 year old 0.7 development branch!
+
+* Mon Dec 9 2002 Matthias Saou <http://freshrpms.net/>
+- Spec file cleanup.
+
+* Sat Jan 20 2001 Herbert Valerio Riedel <hvr(a)gnu.org>
+- added THANKS file as doc
+
+* Thu Jan 4 2001 Herbert Valerio Riedel <hvr(a)gnu.org>
+- fixed removal of info pages on updating packages
+
+* Sat Dec 23 2000 Herbert Valerio Riedel <hvr(a)gnu.org>
+- added vcdrip
+- removed glib dependancy
+
+* Sat Aug 26 2000 Herbert Valerio Riedel <hvr(a)gnu.org>
+- spec file improvements
+
+* Mon Aug 14 2000 Herbert Valerio Riedel <hvr(a)gnu.org>
+- first spec file
+
8 years, 4 months
[vcdimager] Revert "check if fix permissions"
by Sérgio M. Basto
commit 276a7b919a27407424a32ba0d68792191e9afdfb
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Jul 7 18:03:21 2016 +0100
Revert "check if fix permissions"
This reverts commit f36baf49122470f15655f9cfb6f72cc1cb3e1486.
dead.package | 4 ----
1 file changed, 4 deletions(-)
---
diff --git a/dead.package b/dead.package
index 59424ae..0f1b714 100644
--- a/dead.package
+++ b/dead.package
@@ -1,5 +1 @@
VCD is a deprecated technology rfbz#4010
-dnf repoquery --whatrequires vcdimager --source --alldeps --available
-devede
-dnf repoquery --whatrequires vcdimager-libs --source --alldeps --available
-xine-lib
8 years, 4 months
[wxsvg/f23] (2 commits) ...Update to 1.5.8
by Sérgio M. Basto
Summary of changes:
2fbc0be... Update to 1.5.8 (*)
e9f7932... Update to 1.5.8 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 4 months
[guvcview/f24] Remove rpath.
by Thomas Moschny
Summary of changes:
cffb88b... Remove rpath. (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 4 months
[mythweb/f23] Update to latest fixes.
by Richard Shaw
Summary of changes:
98e1c9b... Update to latest fixes. (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 4 months
[avidemux] Add GCC 6 operator patch.
by Richard Shaw
commit df6f9cc67e5e030e4208bfad4ee55e66d631154c
Author: Richard M. Shaw <hobbes1069(a)gmail.com>
Date: Thu Jul 7 11:24:07 2016 -0500
Add GCC 6 operator patch.
avidemux-2.6.12-gcc6.patch | 11 +++++++++++
avidemux.spec | 4 +++-
2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/avidemux-2.6.12-gcc6.patch b/avidemux-2.6.12-gcc6.patch
new file mode 100644
index 0000000..8a1e2d2
--- /dev/null
+++ b/avidemux-2.6.12-gcc6.patch
@@ -0,0 +1,11 @@
+--- a/avidemux_core/ADM_coreVideoCodec/include/ADM_ffmp43.h
++++ b/avidemux_core/ADM_coreVideoCodec/include/ADM_ffmp43.h
+@@ -213,7 +213,7 @@ if(!codec) {GUI_Error_HIG("Codec",QT_TR_
+ if (avcodec_open2(_context, codec, NULL) < 0) \
+ { \
+ printf("[lavc] Decoder init: "display" video decoder failed!\n"); \
+- GUI_Error_HIG("Codec","Internal error opening "display); \
++ GUI_Error_HIG("Codec","Internal error opening " display); \
+ ADM_assert(0); \
+ } \
+ else \
diff --git a/avidemux.spec b/avidemux.spec
index 7a04424..d5c2ac0 100644
--- a/avidemux.spec
+++ b/avidemux.spec
@@ -14,6 +14,7 @@ Source1: avidemux-qt.desktop
Patch0: avidemux-2.6.10-bundled_libs.patch
Patch1: avidemux-2.6.10-qt5_lrelease.patch
Patch2: avidemux-2.6.12-narrowing.patch
+Patch3: avidemux-2.6.12-gcc6.patch
# Don't try to build on arm
ExcludeArch: %{arm}
@@ -140,6 +141,7 @@ This package contains translation files for %{name}.
%patch0 -p1
%patch1 -p1 -b .bund_libs
%patch2 -p1
+%patch3 -p1
# Remove sources of bundled libraries.
rm -rf avidemux_plugins/ADM_audioDecoders/ADM_ad_ac3/ADM_liba52 \
@@ -370,7 +372,7 @@ fi
%changelog
* Sat Jun 25 2016 Richard Shaw <hobbes1069(a)gmail.com> - 2.6.12-2
- Bump for rebuild in new infra.
-- Add patch for GCC 6 narrowing conversion error.
+- Add patch for GCC 6 narrowing conversion and other GCC 6 errors.
* Mon Apr 4 2016 Richard Shaw <hobbes1069(a)gmail.com> - 2.6.12-1
- Fix library file permissions, BZ#3923.
8 years, 4 months
[guvcview] Remove rpath.
by Thomas Moschny
commit cffb88b1bafe89d412dfac3fe474ff7b82358490
Author: Thomas Moschny <thomas.moschny(a)gmx.de>
Date: Thu Jul 7 18:12:22 2016 +0200
Remove rpath.
- Mark COPYING as %license.
guvcview.spec | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/guvcview.spec b/guvcview.spec
index b1ae100..3a62c9e 100644
--- a/guvcview.spec
+++ b/guvcview.spec
@@ -1,6 +1,6 @@
Name: guvcview
Version: 2.0.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: GTK+ UVC Viewer and Capturer
Group: Amusements/Graphics
# fixme: ask upstream about license, many source files claim to be
@@ -58,6 +58,8 @@ find . \( -name '*.h' -o -name '*.c' \) -exec chmod -x {} \;
%build
%configure --disable-debian-menu --disable-silent-rules --disable-static
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make -k %{?_smp_mflags}
@@ -88,7 +90,14 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%files -f %{name}.lang
-%doc _doc/*
+%doc _doc/AUTHORS
+%doc _doc/ChangeLog
+%doc _doc/README.md
+%if 0%{?_licensedir:1}
+%license _doc/COPYING
+%else
+%doc _doc/COPYING
+%endif
%{_bindir}/%{name}
%{_libdir}/libgviewaudio-2.0.so.*
%{_libdir}/libgviewencoder-2.0.so.*
@@ -113,6 +122,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%changelog
+* Thu Jul 7 2016 Thomas Moschny <thomas.moschny(a)gmx.de> - 2.0.4-2
+- Remove rpath.
+- Mark COPYING as %%license.
+
* Thu Jun 30 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.0.4-1
- Updated to 2.0.4
- Fixed build with ffmpeg-3.0.x using a patch from Gentoo
8 years, 4 months
[VirtualBox-kmod/f23] (5 commits) ...Update VirtualBox to 5.0.24
by Sérgio M. Basto
Summary of changes:
556eca7... Update to 5.0.22 (*)
9a7dcfc... Fixup VirtualBox-kmod (*)
63862b5... Update VirtualBox to 5.0.24 (*)
95c7fef... No more obsolete VirtualBox-OSE , simplify snippets (*)
c14771b... Update VirtualBox to 5.0.24 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 4 months