|
@@ -1,6 +1,6 @@
|
|
# -*- coding: utf-8-unix -*-
|
|
# -*- coding: utf-8-unix -*-
|
|
Name: mjpegtools
|
|
Name: mjpegtools
|
|
-Version: 1.9.0
|
|
|
|
|
|
+Version: 2.0.0
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: Tools to manipulate MPEG data
|
|
Summary: Tools to manipulate MPEG data
|
|
Summary(ja): MPEG データを操作するツール集
|
|
Summary(ja): MPEG データを操作するツール集
|
|
@@ -9,11 +9,13 @@ Group: Applications/Multimedia
|
|
License: GPLv2
|
|
License: GPLv2
|
|
URL: http://mjpeg.sourceforge.net/
|
|
URL: http://mjpeg.sourceforge.net/
|
|
Source0: http://downloads.sourceforge.net/mjpeg/%{name}-%{version}.tar.gz
|
|
Source0: http://downloads.sourceforge.net/mjpeg/%{name}-%{version}.tar.gz
|
|
-Patch0: mjpegtools-1.9.0rc1-anytovcd-ffmpegver.patch
|
|
|
|
-Patch1: mjpegtools-1.9.0-gcc44.patch
|
|
|
|
-Patch2: mjpegtools-1.9.0-png-memleak.patch
|
|
|
|
|
|
+Patch0: mjpegtools-2.0.0-no-config-in-public-header.h
|
|
|
|
+Patch1: mjpegtools_gcc470.patch
|
|
|
|
+
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
+Obsoletes: mjpegtools < %{version}, mjpegtools-devel < %{version}
|
|
|
|
+
|
|
BuildRequires: libjpeg-devel
|
|
BuildRequires: libjpeg-devel
|
|
BuildRequires: nasm
|
|
BuildRequires: nasm
|
|
BuildRequires: libdv-devel
|
|
BuildRequires: libdv-devel
|
|
@@ -37,14 +39,12 @@ Requires(preun): /sbin/install-info
|
|
%description
|
|
%description
|
|
The mjpeg programs are a set of tools that can do recording of videos
|
|
The mjpeg programs are a set of tools that can do recording of videos
|
|
and playback, simple cut-and-paste editing and the MPEG compression of
|
|
and playback, simple cut-and-paste editing and the MPEG compression of
|
|
-audio and video under Linux.
|
|
|
|
|
|
+audio and video under Linux.
|
|
|
|
|
|
%description -l ja
|
|
%description -l ja
|
|
-mjpegtools は、Linux 上で
|
|
|
|
-ビデオ録画や再生、
|
|
|
|
-簡単なカット&ペーストの編集、
|
|
|
|
-オーディオやビデオの MPEG 圧縮
|
|
|
|
-ができるツール集です。
|
|
|
|
|
|
+mjpegtools は、Linux 上でビデオ録画や再生、
|
|
|
|
+簡単なカット&ペーストの編集、オーディオやビデオの MPEG 圧縮ができる
|
|
|
|
+ツール集です。
|
|
|
|
|
|
%package devel
|
|
%package devel
|
|
Summary: Development files for mjpegtools libraries
|
|
Summary: Development files for mjpegtools libraries
|
|
@@ -63,7 +63,7 @@ for building applications that use mjpegtools libraries.
|
|
%setup -q
|
|
%setup -q
|
|
%patch0 -p1
|
|
%patch0 -p1
|
|
%patch1 -p1
|
|
%patch1 -p1
|
|
-%patch2 -p1
|
|
|
|
|
|
+
|
|
%__sed -i -e 's/ARCHFLAGS=.*/ARCHFLAGS=/' configure*
|
|
%__sed -i -e 's/ARCHFLAGS=.*/ARCHFLAGS=/' configure*
|
|
%__sed -i -e 's|/lib /usr/lib|/%{_lib} %{_libdir}|' configure # lib64 rpaths
|
|
%__sed -i -e 's|/lib /usr/lib|/%{_lib} %{_libdir}|' configure # lib64 rpaths
|
|
for f in docs/yuvfps.1 ; do
|
|
for f in docs/yuvfps.1 ; do
|
|
@@ -109,15 +109,15 @@ done
|
|
%{_infodir}/mjpeg-howto.info*
|
|
%{_infodir}/mjpeg-howto.info*
|
|
## gui
|
|
## gui
|
|
%doc README.glav
|
|
%doc README.glav
|
|
-%{_bindir}/glav
|
|
|
|
|
|
+#%{_bindir}/glav
|
|
# lavplay and yuvplay won't save -libs/console util users from X11 and SDL
|
|
# lavplay and yuvplay won't save -libs/console util users from X11 and SDL
|
|
# dependencies as long as liblavplay is in -libs, but they're inherently
|
|
# dependencies as long as liblavplay is in -libs, but they're inherently
|
|
# GUI tools -> include them here
|
|
# GUI tools -> include them here
|
|
-%{_bindir}/lavplay
|
|
|
|
-%{_bindir}/y4mhist
|
|
|
|
-%{_bindir}/yuvplay
|
|
|
|
-%{_mandir}/man1/lavplay.1*
|
|
|
|
-%{_mandir}/man1/yuvplay.1*
|
|
|
|
|
|
+#%{_bindir}/lavplay
|
|
|
|
+#%{_bindir}/y4mhist
|
|
|
|
+#%{_bindir}/yuvplay
|
|
|
|
+#%{_mandir}/man1/lavplay.1*
|
|
|
|
+#%{_mandir}/man1/yuvplay.1*
|
|
## libs
|
|
## libs
|
|
%{_libdir}/lib*.so.*
|
|
%{_libdir}/lib*.so.*
|
|
|
|
|
|
@@ -129,6 +129,9 @@ done
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jun 23 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2.0.0-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Fri Sep 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.9.0-1
|
|
* Fri Sep 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.9.0-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|