rpms/transcode/F-8 transcode-1.0.5-ffmpeg.patch, 1.1, 1.2 transcode.spec, 1.4, 1.5
by David Juran
Author: juran
Update of /cvs/free/rpms/transcode/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6911
Modified Files:
transcode-1.0.5-ffmpeg.patch transcode.spec
Log Message:
Back to ffmpeg and apply patch for new structure
transcode-1.0.5-ffmpeg.patch:
Index: transcode-1.0.5-ffmpeg.patch
===================================================================
RCS file: /cvs/free/rpms/transcode/F-8/transcode-1.0.5-ffmpeg.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- transcode-1.0.5-ffmpeg.patch 9 Aug 2008 09:35:26 -0000 1.1
+++ transcode-1.0.5-ffmpeg.patch 12 Aug 2008 17:01:23 -0000 1.2
@@ -1,11 +1,10 @@
-diff -up transcode-1.0.5/acinclude.m4.orig transcode-1.0.5/acinclude.m4
-diff -up transcode-1.0.5/configure.in.orig transcode-1.0.5/configure.in
---- transcode-1.0.5/configure.in.orig 2008-07-03 20:02:33.000000000 +0300
-+++ transcode-1.0.5/configure.in 2008-07-05 12:14:24.000000000 +0300
+diff -up transcode-1.0.4/configure.in.ffmpeg transcode-1.0.4/configure.in
+--- transcode-1.0.4/configure.in.ffmpeg 2008-08-12 19:53:21.000000000 +0300
++++ transcode-1.0.4/configure.in 2008-08-12 19:57:30.000000000 +0300
@@ -611,14 +611,14 @@ AC_ARG_ENABLE(libavcodec-static,
esac],
[enable_libavcodec_static=no])
- LIBAVCODEC_EXTRA_LIBS="$LIBAVCODEC_EXTRA_LIBS $($PKG_CONFIG --libs libavcodec)"
+ LIBAVCODEC_EXTRA_LIBS="$LIBAVCODEC_EXTRA_LIBS -lm -lz $PTHREAD_LIBS"
-TC_PKG_CHECK(libavcodec, required, LIBAVCODEC, no, [ffmpeg/avcodec.h],
- avcodec, avcodec_thread_init, FFMpeg, [http://www.ffmpeg.org/])
+TC_PKG_CHECK(libavcodec, required, LIBAVCODEC, no, [ffmpeg/libavcodec/avcodec.h],
@@ -31,7 +30,7 @@
[echo $ac_n "cross compiling; assumed OK... $ac_c"
LIBAVCODEC_VERSION=""
LIBAVCODEC_BUILD=""])
-@@ -820,7 +820,7 @@ AM_CONDITIONAL(HAVE_IBP, test x"$have_ib
+@@ -792,7 +792,7 @@ AM_CONDITIONAL(HAVE_IBP, test x"$have_ib
dnl
dnl libpostproc
dnl
@@ -40,9 +39,21 @@
postproc, pp_postprocess, libpostproc, [http://www.ffmpeg.org/])
TC_PKG_HAVE(libpostproc, LIBPOSTPROC)
-diff -up transcode-1.0.5/export/export_ffmpeg.c.orig transcode-1.0.5/export/export_ffmpeg.c
---- transcode-1.0.5/export/export_ffmpeg.c.orig 2008-07-03 20:37:46.000000000 +0300
-+++ transcode-1.0.5/export/export_ffmpeg.c 2008-07-03 20:38:05.000000000 +0300
+diff -up transcode-1.0.4/export/aud_aux.c.ffmpeg transcode-1.0.4/export/aud_aux.c
+--- transcode-1.0.4/export/aud_aux.c.ffmpeg 2007-08-06 12:56:57.000000000 +0300
++++ transcode-1.0.4/export/aud_aux.c 2008-08-12 19:53:22.000000000 +0300
+@@ -31,7 +31,7 @@
+ #include <inttypes.h>
+ #include <assert.h>
+
+-#include <ffmpeg/avcodec.h>
++#include <libavcodec/avcodec.h>
+
+ #include "aud_aux.h"
+ #include "ac3.h"
+diff -up transcode-1.0.4/export/export_ffmpeg.c.ffmpeg transcode-1.0.4/export/export_ffmpeg.c
+--- transcode-1.0.4/export/export_ffmpeg.c.ffmpeg 2005-07-12 09:58:36.000000000 +0300
++++ transcode-1.0.4/export/export_ffmpeg.c 2008-08-12 19:53:22.000000000 +0300
@@ -36,7 +36,7 @@
#include "vid_aux.h"
// FIXME
@@ -52,9 +63,9 @@
#if !defined(INFINITY) && defined(HUGE_VAL)
#define INFINITY HUGE_VAL
-diff -up transcode-1.0.5/export/ffmpeg_cfg.h.orig transcode-1.0.5/export/ffmpeg_cfg.h
---- transcode-1.0.5/export/ffmpeg_cfg.h.orig 2008-07-03 20:37:00.000000000 +0300
-+++ transcode-1.0.5/export/ffmpeg_cfg.h 2008-07-03 20:37:20.000000000 +0300
+diff -up transcode-1.0.4/export/ffmpeg_cfg.h.ffmpeg transcode-1.0.4/export/ffmpeg_cfg.h
+--- transcode-1.0.4/export/ffmpeg_cfg.h.ffmpeg 2004-10-18 05:04:14.000000000 +0300
++++ transcode-1.0.4/export/ffmpeg_cfg.h 2008-08-12 19:53:22.000000000 +0300
@@ -2,7 +2,7 @@
#define __FFMPEG_CFG_H
@@ -64,9 +75,9 @@
//char *lavc_param_vcodec = "mpeg4";
//extern int lavc_param_vbitrate;
-diff -up transcode-1.0.5/filter/filter_resample.c.orig transcode-1.0.5/filter/filter_resample.c
---- transcode-1.0.5/filter/filter_resample.c.orig 2008-07-03 20:38:33.000000000 +0300
-+++ transcode-1.0.5/filter/filter_resample.c 2008-07-03 20:38:50.000000000 +0300
+diff -up transcode-1.0.4/filter/filter_resample.c.ffmpeg transcode-1.0.4/filter/filter_resample.c
+--- transcode-1.0.4/filter/filter_resample.c.ffmpeg 2005-07-04 10:23:01.000000000 +0300
++++ transcode-1.0.4/filter/filter_resample.c 2008-08-12 19:53:22.000000000 +0300
@@ -30,7 +30,7 @@
#include "filter.h"
#include "optstr.h"
@@ -76,9 +87,9 @@
static char * resample_buffer = NULL;
static int bytes_per_sample;
-diff -up transcode-1.0.5/filter/pp/filter_pp.c.orig transcode-1.0.5/filter/pp/filter_pp.c
---- transcode-1.0.5/filter/pp/filter_pp.c.orig 2008-07-05 12:28:19.000000000 +0300
-+++ transcode-1.0.5/filter/pp/filter_pp.c 2008-07-05 12:28:48.000000000 +0300
+diff -up transcode-1.0.4/filter/pp/filter_pp.c.ffmpeg transcode-1.0.4/filter/pp/filter_pp.c
+--- transcode-1.0.4/filter/pp/filter_pp.c.ffmpeg 2005-07-04 10:23:01.000000000 +0300
++++ transcode-1.0.4/filter/pp/filter_pp.c 2008-08-12 19:53:22.000000000 +0300
@@ -35,7 +35,7 @@
#include <ctype.h>
#include <inttypes.h>
@@ -88,9 +99,9 @@
static pp_mode_t *mode[MAX_FILTER];
static pp_context_t *context[MAX_FILTER];
-diff -up transcode-1.0.5/import/decode_lavc.c.orig transcode-1.0.5/import/decode_lavc.c
---- transcode-1.0.5/import/decode_lavc.c.orig 2008-07-03 20:39:16.000000000 +0300
-+++ transcode-1.0.5/import/decode_lavc.c 2008-07-03 20:39:44.000000000 +0300
+diff -up transcode-1.0.4/import/decode_lavc.c.ffmpeg transcode-1.0.4/import/decode_lavc.c
+--- transcode-1.0.4/import/decode_lavc.c.ffmpeg 2005-07-04 10:23:01.000000000 +0300
++++ transcode-1.0.4/import/decode_lavc.c 2008-08-12 19:53:22.000000000 +0300
@@ -31,7 +31,7 @@
#ifdef EMULATE_FAST_INT
#undef EMULATE_FAST_INT
@@ -100,9 +111,9 @@
#include "yuv2rgb.h"
#define READ_BUFFER_SIZE (10*1024*1024)
-diff -up transcode-1.0.5/import/import_ffmpeg.c.orig transcode-1.0.5/import/import_ffmpeg.c
---- transcode-1.0.5/import/import_ffmpeg.c.orig 2008-07-03 20:40:05.000000000 +0300
-+++ transcode-1.0.5/import/import_ffmpeg.c 2008-07-03 20:40:25.000000000 +0300
+diff -up transcode-1.0.4/import/import_ffmpeg.c.ffmpeg transcode-1.0.4/import/import_ffmpeg.c
+--- transcode-1.0.4/import/import_ffmpeg.c.ffmpeg 2007-08-07 14:30:57.000000000 +0300
++++ transcode-1.0.4/import/import_ffmpeg.c 2008-08-12 19:53:22.000000000 +0300
@@ -38,7 +38,7 @@ static int capability_flag = TC_CAP_YUV
// FIXME
@@ -112,10 +123,10 @@
#include "libvo/yuv2rgb.h"
#include "avilib/avilib.h"
-diff -up transcode-1.0.5/src/transcode.c.orig transcode-1.0.5/src/transcode.c
---- transcode-1.0.5/src/transcode.c.orig 2008-01-05 16:37:15.000000000 +0200
-+++ transcode-1.0.5/src/transcode.c 2008-07-03 20:41:27.000000000 +0300
-@@ -4609,7 +4609,7 @@ int main(int argc, char *argv[]) {
+diff -up transcode-1.0.4/src/transcode.c.ffmpeg transcode-1.0.4/src/transcode.c
+--- transcode-1.0.4/src/transcode.c.ffmpeg 2007-07-30 23:01:19.000000000 +0300
++++ transcode-1.0.4/src/transcode.c 2008-08-12 19:53:22.000000000 +0300
+@@ -4617,7 +4617,7 @@ int main(int argc, char *argv[]) {
// unneeded object files from a .a file.
#if 0
@@ -124,15 +135,3 @@
void dummy_avcodec(void) {
AVCodecContext *ctx = NULL;
-diff -up transcode-1.0.5/export/aud_aux.c.orig transcode-1.0.5/export/aud_aux.c
---- transcode-1.0.5/export/aud_aux.c.orig 2008-07-05 23:14:48.000000000 +0300
-+++ transcode-1.0.5/export/aud_aux.c 2008-07-05 23:15:33.000000000 +0300
-@@ -31,7 +31,7 @@
- #include <inttypes.h>
- #include <assert.h>
-
--#include <ffmpeg/avcodec.h>
-+#include <libavcodec/avcodec.h>
-
- #include "aud_aux.h"
- #include "ac3.h"
Index: transcode.spec
===================================================================
RCS file: /cvs/free/rpms/transcode/F-8/transcode.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- transcode.spec 10 Aug 2008 17:03:12 -0000 1.4
+++ transcode.spec 12 Aug 2008 17:01:23 -0000 1.5
@@ -7,7 +7,7 @@
Name: transcode
Version: 1.0.4
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: Video stream processing tool
Group: Applications/Multimedia
@@ -19,6 +19,7 @@
Patch3: transcode-1.0.4.external_dv.patch
Patch4: transcode-1.0.4.dep-cleanup.patch
Patch5: transcode-1.0.4-shared_libmpeg3.patch
+Patch6: transcode-1.0.5-ffmpeg.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libogg-devel
@@ -34,7 +35,7 @@
BuildRequires: libquicktime-devel >= 0.9.8
BuildRequires: lame-devel >= 3.89
BuildRequires: SDL-devel >= 1.1.6
-BuildRequires: ffmpeg-compat-devel >= 0.4.9
+BuildRequires: ffmpeg-devel >= 0.4.9
BuildRequires: mpeg2dec-devel >= 0.4.0-0.lvn.3.b
BuildRequires: pvm
BuildRequires: libtheora-devel
@@ -73,7 +74,7 @@
rm filter/preview/dv_types.h
%patch4 -p1 -b .dep-cleanup
%patch5 -p1 -b .shared-libmpeg3
-
+%patch6 -p1 -b .ffmpeg
%build
autoreconf # for patch2, and fixes standard rpaths on lib64 archs
@@ -131,6 +132,9 @@
%changelog
+* Tue Aug 12 2008 David Juran <david(a)juran.se> - 1.0.4-8
+- Back to ffmpeg and apply patch for new structure
+
* Sun Aug 10 2008 David Juran <david(a)juran.se> - 1.0.4-7
- exchange ffmpeg for ffmpeg-compat
16 years, 3 months
rpms/avidemux/devel avidemux.spec,1.1,1.2
by Stewart Adam
Author: firewing
Update of /cvs/free/rpms/avidemux/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv466
Modified Files:
avidemux.spec
Log Message:
Time to rebuild for ppc64!
Index: avidemux.spec
===================================================================
RCS file: /cvs/free/rpms/avidemux/devel/avidemux.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- avidemux.spec 3 Aug 2008 16:47:38 -0000 1.1
+++ avidemux.spec 12 Aug 2008 04:19:31 -0000 1.2
@@ -4,7 +4,7 @@
Name: avidemux
Version: 2.4.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Graphical video editing tool
Group: Applications/Multimedia
@@ -103,6 +103,7 @@
%build
make -f Makefile.dist
# doesn't seem to fix ppc :/
+# edit: maybe it does? let's find out!
#--with-newfaad \
%configure \
--with-jsapi-include=%{_includedir} \
@@ -111,6 +112,7 @@
--with-qt-dir=%{_libdir}/qt4 \
%ifarch ppc ppc64
--enable-altivec \
+ --with-newfaad \
%endif
# Weird... %%{?_smp_mflags} works locally, but not on the buildsys?
@@ -159,6 +161,9 @@
%endif
%changelog
+* Tue Aug 12 2008 Stewart Adam <s.adam at diffingo.com> - 2.4.2-3
+- ppc64 uint_32 fun
+
* Sun Aug 03 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 2.4.2-2
- rebuild
16 years, 3 months
rpms/scottfree/F-8 scottfree.spec,1.1,1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/scottfree/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2834
Modified Files:
scottfree.spec
Log Message:
* Mon Aug 11 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.14-4
- rebuild to fix early trouble on RPM Fusions x86 builders
Index: scottfree.spec
===================================================================
RCS file: /cvs/free/rpms/scottfree/F-8/scottfree.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scottfree.spec 19 Jul 2008 17:40:52 -0000 1.1
+++ scottfree.spec 11 Aug 2008 19:03:19 -0000 1.2
@@ -1,7 +1,7 @@
Summary: Interpreter for Scott Adams format text adventure games
Name: scottfree
Version: 1.14
-Release: 3%{?dist}
+Release: 4%{?dist}
License: GPLv2+
Group: Amusements/Games
Source: ftp://ftp.gmd.de/if-archive/scott-adams/ScottFree.tar.gz
@@ -37,6 +37,9 @@
%doc README Definition
%changelog
+* Mon Aug 11 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.14-4
+- rebuild to fix early trouble on RPM Fusions x86 builders
+
* Fri Nov 02 2007 Andrea Musuruane <musuruan(a)gmail.com> 1.14-3
- changed license due to new guidelines
- removed %%{?dist} tag from changelog
16 years, 3 months
rpms/scottfree/F-9 scottfree.spec,1.1,1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/scottfree/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2734
Modified Files:
scottfree.spec
Log Message:
* Mon Aug 11 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.14-4
- rebuild to fix early trouble on RPM Fusions x86 builders
Index: scottfree.spec
===================================================================
RCS file: /cvs/free/rpms/scottfree/F-9/scottfree.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scottfree.spec 19 Jul 2008 17:39:57 -0000 1.1
+++ scottfree.spec 11 Aug 2008 19:03:06 -0000 1.2
@@ -1,7 +1,7 @@
Summary: Interpreter for Scott Adams format text adventure games
Name: scottfree
Version: 1.14
-Release: 3%{?dist}
+Release: 4%{?dist}
License: GPLv2+
Group: Amusements/Games
Source: ftp://ftp.gmd.de/if-archive/scott-adams/ScottFree.tar.gz
@@ -37,6 +37,9 @@
%doc README Definition
%changelog
+* Mon Aug 11 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.14-4
+- rebuild to fix early trouble on RPM Fusions x86 builders
+
* Fri Nov 02 2007 Andrea Musuruane <musuruan(a)gmail.com> 1.14-3
- changed license due to new guidelines
- removed %%{?dist} tag from changelog
16 years, 3 months
rpms/scottfree/devel scottfree.spec,1.2,1.3
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/scottfree/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2583
Modified Files:
scottfree.spec
Log Message:
* Mon Aug 11 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.14-4
- rebuild to fix early trouble on RPM Fusions x86 builders
Index: scottfree.spec
===================================================================
RCS file: /cvs/free/rpms/scottfree/devel/scottfree.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- scottfree.spec 19 Jul 2008 17:36:57 -0000 1.2
+++ scottfree.spec 11 Aug 2008 19:02:41 -0000 1.3
@@ -1,7 +1,7 @@
Summary: Interpreter for Scott Adams format text adventure games
Name: scottfree
Version: 1.14
-Release: 3%{?dist}
+Release: 4%{?dist}
License: GPLv2+
Group: Amusements/Games
Source: ftp://ftp.gmd.de/if-archive/scott-adams/ScottFree.tar.gz
@@ -37,6 +37,9 @@
%doc README Definition
%changelog
+* Mon Aug 11 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.14-4
+- rebuild to fix early trouble on RPM Fusions x86 builders
+
* Fri Nov 02 2007 Andrea Musuruane <musuruan(a)gmail.com> 1.14-3
- changed license due to new guidelines
- removed %%{?dist} tag from changelog
16 years, 3 months
rpms/amarok-extras-freeworld/devel amarok-extras-freeworld.spec, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/amarok-extras-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27484
Modified Files:
amarok-extras-freeworld.spec
Log Message:
* Mon Aug 11 2008 Thorsten Leemhuis <fedora [at] leemhuis.info> 1.4.8-2
- rename to amarok-extras-freeworld
- add provides and requires
- adjust other requires for freeworld name
Index: amarok-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/amarok-extras-freeworld/devel/amarok-extras-freeworld.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- amarok-extras-freeworld.spec 11 Aug 2008 16:44:55 -0000 1.1
+++ amarok-extras-freeworld.spec 11 Aug 2008 16:54:17 -0000 1.2
@@ -1,7 +1,7 @@
-Name: amarok-extras-nonfree
+Name: amarok-extras-freeworld
Summary: Additional functionality for the amaroK media player
Version: 1.4.8
-Release: 1%{?dist}
+Release: 2%{?dist}
Group: Applications/Multimedia
License: GPL
@@ -9,8 +9,12 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: amarok >= %{version}
-Requires: xine-lib-extras-nonfree
-Requires: libtunepimp-extras-nonfree
+Requires: xine-lib-extras-freeworld
+Requires: libtunepimp-extras-freeworld
+
+# obsolete old livna package
+Provides: amarok-extras-nonfree = %{version}-%{release}
+Obsoletes: amarok-extras-nonfree < 1.4.8-2
%description
@@ -41,6 +45,11 @@
%changelog
+* Mon Aug 11 2008 Thorsten Leemhuis <fedora [at] leemhuis.info> 1.4.8-2
+- rename to amarok-extras-freeworld
+- add provides and requires
+- adjust other requires for freeworld name
+
* Thu Apr 03 2008 Rex Dieter <rdieter(a)fedoraproject.org> 1.4.8-1
- Requires: libtunepimp-extras-nonfree (lvn #1498)
16 years, 3 months
rpms/amarok-extras-freeworld/devel amarok-extras-freeworld.spec, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/amarok-extras-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26898
Added Files:
amarok-extras-freeworld.spec
Log Message:
initial import from livna
--- NEW FILE amarok-extras-freeworld.spec ---
Name: amarok-extras-nonfree
Summary: Additional functionality for the amaroK media player
Version: 1.4.8
Release: 1%{?dist}
Group: Applications/Multimedia
License: GPL
URL: http://amarok.kde.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: amarok >= %{version}
Requires: xine-lib-extras-nonfree
Requires: libtunepimp-extras-nonfree
%description
This package provides additional functionality for the amaroK media
player.
%prep
mkdir -p $RPM_BUILD_DIR/%{name}-%{version}
cd $RPM_BUILD_DIR/%{name}-%{version}
cat > README << EOF
Now that xine-lib is in Fedora, most additional functionalities are
provided by the libtunepimp-extras-nonfree (mp3 musicbrainz plugin)
and xine-lib-extras-nonfree (mp3 playback) packages.
Thus, this is only a virtual package which depends on
libtunepimp-extras-nonfree
xine-lib-extras-nonfree
to provide an upgrade path.
You can safely remove this package if you want to.
EOF
%files
%defattr(-,root,root,-)
%doc %{name}-%{version}/README
%changelog
* Thu Apr 03 2008 Rex Dieter <rdieter(a)fedoraproject.org> 1.4.8-1
- Requires: libtunepimp-extras-nonfree (lvn #1498)
* Tue Oct 31 2006 Aurelien Bompard <abompard(a)fedoraproject.org> 1.4.4-1
- now that xine-lib is in Fedora Extras, this package is superseeded
by xine-lib-extras-nonfree. I'm keeping a dummy package because
there may be extra nonfree plugins for amarok in the future which are
independent of xine (like mp4 tagging for example)
* Fri Oct 27 2006 Aurelien Bompard <abompard(a)fedoraproject.org> 1.4.4-1
- version 1.4.4
* Fri Sep 15 2006 Aurelien Bompard <abompard(a)fedoraproject.org> 1.4.3-1
- version 1.4.3
* Wed Aug 30 2006 Aurelien Bompard <abompard(a)fedoraproject.org> 1.4.2-1
- version 1.4.2
* Sun Jul 09 2006 Aurelien Bompard <abompard(a)fedoraproject.org> 1.4.1-2
- BuildRequires ruby
* Sat Jul 08 2006 Aurelien Bompard <abompard(a)fedoraproject.org> 1.4.1-1
- version 1.4.1
* Sun May 21 2006 Aurelien Bompard <gauret[AT]free.fr> 1.4.0-1
- version 1.4 final
* Mon Apr 10 2006 Aurelien Bompard <gauret[AT]free.fr> 1.4-0.2.beta3
- beta3
- ship the xine logo (removed from the FE package)
* Sat Apr 1 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.4-0.1.beta2
- First build.
16 years, 3 months
rpms/kino/F-8 kino-ffmpeg.patch, NONE, 1.1 kino-gcc43.patch, NONE, 1.1 kino-udev.patch, NONE, 1.1 kino.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Dan Horák
Author: sharkcz
Update of /cvs/free/rpms/kino/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6165
Modified Files:
.cvsignore sources
Added Files:
kino-ffmpeg.patch kino-gcc43.patch kino-udev.patch kino.spec
Log Message:
initial import
kino-ffmpeg.patch:
--- NEW FILE kino-ffmpeg.patch ---
diff -Nru kino-1.3.0.orig/src/frame.h kino-1.3.0/src/frame.h
--- kino-1.3.0.orig/src/frame.h 2007-11-08 05:34:06.000000000 +0100
+++ kino-1.3.0/src/frame.h 2008-08-11 08:48:35.000000000 +0200
@@ -48,10 +48,10 @@
#if defined(HAVE_LIBAVCODEC)
extern "C"
{
-# include <avcodec.h>
-# include <avformat.h>
+# include <libavcodec/avcodec.h>
+# include <libavformat/avformat.h>
#ifdef HAVE_SWSCALE
-# include <swscale.h>
+# include <libswscale/swscale.h>
#endif
}
#endif
kino-gcc43.patch:
--- NEW FILE kino-gcc43.patch ---
diff -up kino-1.2.0/src/playlist.cc.gcc43 kino-1.2.0/src/playlist.cc
--- kino-1.2.0/src/playlist.cc.gcc43 2007-09-13 06:32:25.000000000 +0200
+++ kino-1.2.0/src/playlist.cc 2008-01-13 13:12:02.000000000 +0100
@@ -29,6 +29,7 @@
#include <string>
#include <list>
#include <map>
+#include <algorithm>
using std::cerr;
using std::endl;
kino-udev.patch:
--- NEW FILE kino-udev.patch ---
--- kino-1.0.0/kino.rules.udev 2007-02-05 04:49:31.000000000 +0100
+++ kino-1.0.0/kino.rules 2007-06-19 09:06:57.000000000 +0200
@@ -8,20 +8,20 @@
SUBSYSTEM!="input", GOTO="kino_rules_end"
# Contour ShuttlePro
-ATTRS{idVendor}=="0b33", ATTRS{idProduct}=="0010", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
+SYSFS{idVendor}=="0b33", SYSFS{idProduct}=="0010", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
# Contour ShuttlePro
-ATTRS{idVendor}=="0b33", ATTRS{idProduct}=="0011", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
+SYSFS{idVendor}=="0b33", SYSFS{idProduct}=="0011", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
# Contour ShuttlePro
-ATTRS{idVendor}=="05f3", ATTRS{idProduct}=="0240", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
+SYSFS{idVendor}=="05f3", SYSFS{idProduct}=="0240", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
# Contour ShuttleXPress
-ATTRS{idVendor}=="0b33", ATTRS{idProduct}=="0030", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
+SYSFS{idVendor}=="0b33", SYSFS{idProduct}=="0030", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
# Contour ShuttlePRO v2
-ATTRS{idVendor}=="0b33", ATTRS{idProduct}=="0030", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
+SYSFS{idVendor}=="0b33", SYSFS{idProduct}=="0030", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
# JLCooper MCS3
-ATTRS{idVendor}=="0760", ATTRS{idProduct}=="0001", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
+SYSFS{idVendor}=="0760", SYSFS{idProduct}=="0001", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
# Griffin PowerMate
-ATTRS{idVendor}=="077d", ATTRS{idProduct}=="0410", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
+SYSFS{idVendor}=="077d", SYSFS{idProduct}=="0410", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
# X-Keys Editor
-ATTRS{idVendor}=="05f3", ATTRS{idProduct}=="0241", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
+SYSFS{idVendor}=="05f3", SYSFS{idProduct}=="0241", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
LABEL="kino_rules_end"
--- NEW FILE kino.spec ---
Name: kino
Version: 1.3.0
Release: 2%{?dist}
Summary: Kino is a non-linear DV editor for GNU/Linux
Group: Applications/Multimedia
License: GPLv2+
URL: http://www.kinodv.org
Source0: http://dl.sf.net/kino/kino-%{version}.tar.gz
Patch0: %{name}-udev.patch
Patch3: %{name}-gcc43.patch
Patch4: %{name}-ffmpeg.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gtk2-devel
BuildRequires: glib2-devel
BuildRequires: libxml2-devel
BuildRequires: libraw1394-devel
BuildRequires: libavc1394-devel
BuildRequires: libiec61883-devel
BuildRequires: libdv-devel >= 0.102
BuildRequires: libXv-devel
BuildRequires: libbonoboui-devel
BuildRequires: libquicktime-devel
BuildRequires: ffmpeg-devel
BuildRequires: desktop-file-utils
BuildRequires: libsamplerate-devel
BuildRequires: zlib-devel
BuildRequires: gettext
BuildRequires: perl(XML::Parser)
Requires: audiofile
Requires: esound
Requires: ffmpeg
%description
Kino is a non-linear DV editor for GNU/Linux. It features excellent
integration with IEEE 1394 for capture, VTR control, and recording
back to the camera. It captures video to disk in AVI format in both
type-1 DV and type-2 DV (separate audio stream) encodings.
%package devel
Summary: Files needed to build kino plugins
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
Files needed to build kino plugins
%prep
%setup -q
%patch0 -p1 -b .udev
%patch3 -p1 -b .gcc43
%patch4 -p1 -b .ffmpeg
%build
%configure --enable-quicktime --disable-local-ffmpeg \
--disable-static \
--disable-dependency-tracking \
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf ${RPM_BUILD_ROOT}
%{__make} install DESTDIR=${RPM_BUILD_ROOT}
%{__rm} ${RPM_BUILD_ROOT}%{_libdir}/kino-gtk2/*.la
ln -sf kino ${RPM_BUILD_ROOT}%{_bindir}/kino2raw
%{__rm} ${RPM_BUILD_ROOT}%{_datadir}/applications/Kino.desktop
ln -s Kino.desktop kino.desktop
%find_lang kino
desktop-file-install \
--vendor=livna \
--dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
--add-category=X-Livna \
kino.desktop
%check
%{__make} check
%clean
%{__rm} -rf ${RPM_BUILD_ROOT}
%files -f kino.lang
%defattr(-,root,root,-)
%doc AUTHORS BUGS COPYING ChangeLog NEWS README* TODO
%{_bindir}/kino
%{_bindir}/kino2raw
%{_mandir}/man1/*
%{_datadir}/kino
%{_datadir}/applications/*kino.desktop
%{_datadir}/pixmaps/kino.png
%config(noreplace) %{_sysconfdir}/udev/rules.d/kino.rules
%{_datadir}/mime/packages/kino.xml
%{_libdir}/kino-gtk2
%files devel
%defattr(-,root,root,-)
%{_includedir}/kino
%changelog
* Mon Aug 11 2008 Dan Horák <dan at danny.cz> - 1.3.0-2
- fix build with new ffmpeg
* Mon Mar 03 2008 Dan Horák <dan at danny.cz> - 1.3.0-1
1.3.0
- dropped upstream'd patches
* Sun Jan 13 2008 Dominik Mierzejewski <rpm at greysector.net> - 1.2.0-1
1.2.0
- fix build against libquicktime (patch by Dan Horák)
- fix building with gcc-4.3
* Sun Nov 25 2007 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 1.1.1-3
- rebuilt
* Sun Aug 19 2007 Dominik Mierzejewski <rpm at greysector.net> - 1.1.1-2
- require ffmpeg (needed for lots of functions)
* Wed Aug 08 2007 Dominik Mierzejewski <rpm at greysector.net> - 1.1.1-1
1.1.1
- fix build (patch by Dan Horák)
* Tue Jun 19 2007 Dominik Mierzejewski <rpm at greysector.net> - 1.0.0-2
- fix up udev rules file
- remove redundant BR
* Thu Jun 07 2007 Dominik Mierzejewski <rpm at greysector.net> - 1.0.0-1
1.0.0
- adapt to upstream changes
- fix unowned dirs (#1457)
- fix kino2raw symlink
- drop kino.desktop, upstream ships a good desktop file
* Sun Feb 4 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.9.5-2
- Rebuild.
* Tue Jan 16 2007 Dominik Mierzejewski <rpm at greysector.net> - 0.9.5-1
0.9.5-1
- dropped upstreamed patches
- URL update
* Wed Jan 03 2007 Dominik Mierzejewski <rpm at greysector.net> - 0.9.4-1
0.9.4-1
- patch for better plugin linking by Dan Horak
- patch to fix build with libswscale
- clean up BuildRequires
- don't build static libs
* Fri Dec 22 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.3-2
- Rebuild.
* Mon Nov 06 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0.9.3-1
- version upgrade (#1257)
- plugins are now included the right way (#1193)
* Wed Oct 11 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0.9.2-1
- version upgrade
* Thu Mar 16 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0.8.0-2
- fix devel build (#795)
* Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- switch to new release field
* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- add dist
* Wed Jan 25 2006 Adrian Reber <adrian(a)lisas.de> - 0.8.0-0.lvn.1
- Updated to 0.8.0
- Dropped 0 Epoch
- Changes for modular X
* Tue Sep 27 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- finally fix #502
* Sat Jun 04 2005 Thorsten Leemhuis <fedora[AT]leemhuis.info>
- send error output of lqt-config to /dev/null; fixes building with svn-to-srpm
* Mon May 23 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.7.6-0.lvn.2
- Fix #441
* Sun May 22 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.7.6-0.lvn.1
- Version upgrade
- Add libquicktime fixes and spec cleanups from Ville Skyttä (#437)
* Tue May 10 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.7.5-2.lvn.3
- Added missing buildrequires for gettext
* Mon May 9 2005 Dams <anvil[AT]livna.org>
0:0.7.5-2.lvn.2
- Minor details corrections
* Tue Feb 15 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.7.5-2.lvn.1
- add libquicktime and ffmpeg
- add lvn tag
* Sun Feb 13 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0.7.5-1
- drop fdr
- minor beautifications
* Thu Nov 25 2004 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.7.5-0.fdr.1
- Version upgrade (0.7.5)
* Tue Jul 27 2004 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de
0:0.7.2-0.fdr.2
- added missing BuildRequires libsamplerate
- require libdv >= 0.102
* Tue Jul 27 2004 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de
0:0.7.2-0.fdr.1
- Version upgrade (0.7.2)
* Mon May 31 2004 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.7.1-0.fdr.1
- Version upgrade (0.7.1)
* Tue Dec 23 2003 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- Initial RPM release.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/kino/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 22 Jul 2008 16:51:54 -0000 1.1
+++ .cvsignore 11 Aug 2008 10:33:07 -0000 1.2
@@ -0,0 +1 @@
+kino-1.3.0.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/kino/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 22 Jul 2008 16:51:54 -0000 1.1
+++ sources 11 Aug 2008 10:33:07 -0000 1.2
@@ -0,0 +1 @@
+843af2668846dd03a6985ecaf12a9259 kino-1.3.0.tar.gz
16 years, 3 months
rpms/kino/F-9 kino-ffmpeg.patch, NONE, 1.1 kino-gcc43.patch, NONE, 1.1 kino-udev.patch, NONE, 1.1 kino.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Dan Horák
Author: sharkcz
Update of /cvs/free/rpms/kino/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6031
Modified Files:
.cvsignore sources
Added Files:
kino-ffmpeg.patch kino-gcc43.patch kino-udev.patch kino.spec
Log Message:
initial import
kino-ffmpeg.patch:
--- NEW FILE kino-ffmpeg.patch ---
diff -Nru kino-1.3.0.orig/src/frame.h kino-1.3.0/src/frame.h
--- kino-1.3.0.orig/src/frame.h 2007-11-08 05:34:06.000000000 +0100
+++ kino-1.3.0/src/frame.h 2008-08-11 08:48:35.000000000 +0200
@@ -48,10 +48,10 @@
#if defined(HAVE_LIBAVCODEC)
extern "C"
{
-# include <avcodec.h>
-# include <avformat.h>
+# include <libavcodec/avcodec.h>
+# include <libavformat/avformat.h>
#ifdef HAVE_SWSCALE
-# include <swscale.h>
+# include <libswscale/swscale.h>
#endif
}
#endif
kino-gcc43.patch:
--- NEW FILE kino-gcc43.patch ---
diff -up kino-1.2.0/src/playlist.cc.gcc43 kino-1.2.0/src/playlist.cc
--- kino-1.2.0/src/playlist.cc.gcc43 2007-09-13 06:32:25.000000000 +0200
+++ kino-1.2.0/src/playlist.cc 2008-01-13 13:12:02.000000000 +0100
@@ -29,6 +29,7 @@
#include <string>
#include <list>
#include <map>
+#include <algorithm>
using std::cerr;
using std::endl;
kino-udev.patch:
--- NEW FILE kino-udev.patch ---
--- kino-1.0.0/kino.rules.udev 2007-02-05 04:49:31.000000000 +0100
+++ kino-1.0.0/kino.rules 2007-06-19 09:06:57.000000000 +0200
@@ -8,20 +8,20 @@
SUBSYSTEM!="input", GOTO="kino_rules_end"
# Contour ShuttlePro
-ATTRS{idVendor}=="0b33", ATTRS{idProduct}=="0010", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
+SYSFS{idVendor}=="0b33", SYSFS{idProduct}=="0010", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
# Contour ShuttlePro
-ATTRS{idVendor}=="0b33", ATTRS{idProduct}=="0011", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
+SYSFS{idVendor}=="0b33", SYSFS{idProduct}=="0011", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
# Contour ShuttlePro
-ATTRS{idVendor}=="05f3", ATTRS{idProduct}=="0240", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
+SYSFS{idVendor}=="05f3", SYSFS{idProduct}=="0240", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
# Contour ShuttleXPress
-ATTRS{idVendor}=="0b33", ATTRS{idProduct}=="0030", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
+SYSFS{idVendor}=="0b33", SYSFS{idProduct}=="0030", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
# Contour ShuttlePRO v2
-ATTRS{idVendor}=="0b33", ATTRS{idProduct}=="0030", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
+SYSFS{idVendor}=="0b33", SYSFS{idProduct}=="0030", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
# JLCooper MCS3
-ATTRS{idVendor}=="0760", ATTRS{idProduct}=="0001", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
+SYSFS{idVendor}=="0760", SYSFS{idProduct}=="0001", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
# Griffin PowerMate
-ATTRS{idVendor}=="077d", ATTRS{idProduct}=="0410", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
+SYSFS{idVendor}=="077d", SYSFS{idProduct}=="0410", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
# X-Keys Editor
-ATTRS{idVendor}=="05f3", ATTRS{idProduct}=="0241", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
+SYSFS{idVendor}=="05f3", SYSFS{idProduct}=="0241", MODE="644", RUN+="/usr/bin/killall --quiet -USR2 kino"
LABEL="kino_rules_end"
--- NEW FILE kino.spec ---
Name: kino
Version: 1.3.0
Release: 2%{?dist}
Summary: Kino is a non-linear DV editor for GNU/Linux
Group: Applications/Multimedia
License: GPLv2+
URL: http://www.kinodv.org
Source0: http://dl.sf.net/kino/kino-%{version}.tar.gz
Patch0: %{name}-udev.patch
Patch3: %{name}-gcc43.patch
Patch4: %{name}-ffmpeg.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gtk2-devel
BuildRequires: glib2-devel
BuildRequires: libxml2-devel
BuildRequires: libraw1394-devel
BuildRequires: libavc1394-devel
BuildRequires: libiec61883-devel
BuildRequires: libdv-devel >= 0.102
BuildRequires: libXv-devel
BuildRequires: libbonoboui-devel
BuildRequires: libquicktime-devel
BuildRequires: ffmpeg-devel
BuildRequires: desktop-file-utils
BuildRequires: libsamplerate-devel
BuildRequires: zlib-devel
BuildRequires: gettext
BuildRequires: perl(XML::Parser)
Requires: audiofile
Requires: esound
Requires: ffmpeg
%description
Kino is a non-linear DV editor for GNU/Linux. It features excellent
integration with IEEE 1394 for capture, VTR control, and recording
back to the camera. It captures video to disk in AVI format in both
type-1 DV and type-2 DV (separate audio stream) encodings.
%package devel
Summary: Files needed to build kino plugins
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
Files needed to build kino plugins
%prep
%setup -q
%patch0 -p1 -b .udev
%patch3 -p1 -b .gcc43
%patch4 -p1 -b .ffmpeg
%build
%configure --enable-quicktime --disable-local-ffmpeg \
--disable-static \
--disable-dependency-tracking \
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf ${RPM_BUILD_ROOT}
%{__make} install DESTDIR=${RPM_BUILD_ROOT}
%{__rm} ${RPM_BUILD_ROOT}%{_libdir}/kino-gtk2/*.la
ln -sf kino ${RPM_BUILD_ROOT}%{_bindir}/kino2raw
%{__rm} ${RPM_BUILD_ROOT}%{_datadir}/applications/Kino.desktop
ln -s Kino.desktop kino.desktop
%find_lang kino
desktop-file-install \
--vendor=livna \
--dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
--add-category=X-Livna \
kino.desktop
%check
%{__make} check
%clean
%{__rm} -rf ${RPM_BUILD_ROOT}
%files -f kino.lang
%defattr(-,root,root,-)
%doc AUTHORS BUGS COPYING ChangeLog NEWS README* TODO
%{_bindir}/kino
%{_bindir}/kino2raw
%{_mandir}/man1/*
%{_datadir}/kino
%{_datadir}/applications/*kino.desktop
%{_datadir}/pixmaps/kino.png
%config(noreplace) %{_sysconfdir}/udev/rules.d/kino.rules
%{_datadir}/mime/packages/kino.xml
%{_libdir}/kino-gtk2
%files devel
%defattr(-,root,root,-)
%{_includedir}/kino
%changelog
* Mon Aug 11 2008 Dan Horák <dan at danny.cz> - 1.3.0-2
- fix build with new ffmpeg
* Mon Mar 03 2008 Dan Horák <dan at danny.cz> - 1.3.0-1
1.3.0
- dropped upstream'd patches
* Sun Jan 13 2008 Dominik Mierzejewski <rpm at greysector.net> - 1.2.0-1
1.2.0
- fix build against libquicktime (patch by Dan Horák)
- fix building with gcc-4.3
* Sun Nov 25 2007 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 1.1.1-3
- rebuilt
* Sun Aug 19 2007 Dominik Mierzejewski <rpm at greysector.net> - 1.1.1-2
- require ffmpeg (needed for lots of functions)
* Wed Aug 08 2007 Dominik Mierzejewski <rpm at greysector.net> - 1.1.1-1
1.1.1
- fix build (patch by Dan Horák)
* Tue Jun 19 2007 Dominik Mierzejewski <rpm at greysector.net> - 1.0.0-2
- fix up udev rules file
- remove redundant BR
* Thu Jun 07 2007 Dominik Mierzejewski <rpm at greysector.net> - 1.0.0-1
1.0.0
- adapt to upstream changes
- fix unowned dirs (#1457)
- fix kino2raw symlink
- drop kino.desktop, upstream ships a good desktop file
* Sun Feb 4 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.9.5-2
- Rebuild.
* Tue Jan 16 2007 Dominik Mierzejewski <rpm at greysector.net> - 0.9.5-1
0.9.5-1
- dropped upstreamed patches
- URL update
* Wed Jan 03 2007 Dominik Mierzejewski <rpm at greysector.net> - 0.9.4-1
0.9.4-1
- patch for better plugin linking by Dan Horak
- patch to fix build with libswscale
- clean up BuildRequires
- don't build static libs
* Fri Dec 22 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.3-2
- Rebuild.
* Mon Nov 06 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0.9.3-1
- version upgrade (#1257)
- plugins are now included the right way (#1193)
* Wed Oct 11 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0.9.2-1
- version upgrade
* Thu Mar 16 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0.8.0-2
- fix devel build (#795)
* Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- switch to new release field
* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- add dist
* Wed Jan 25 2006 Adrian Reber <adrian(a)lisas.de> - 0.8.0-0.lvn.1
- Updated to 0.8.0
- Dropped 0 Epoch
- Changes for modular X
* Tue Sep 27 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- finally fix #502
* Sat Jun 04 2005 Thorsten Leemhuis <fedora[AT]leemhuis.info>
- send error output of lqt-config to /dev/null; fixes building with svn-to-srpm
* Mon May 23 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.7.6-0.lvn.2
- Fix #441
* Sun May 22 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.7.6-0.lvn.1
- Version upgrade
- Add libquicktime fixes and spec cleanups from Ville Skyttä (#437)
* Tue May 10 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.7.5-2.lvn.3
- Added missing buildrequires for gettext
* Mon May 9 2005 Dams <anvil[AT]livna.org>
0:0.7.5-2.lvn.2
- Minor details corrections
* Tue Feb 15 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.7.5-2.lvn.1
- add libquicktime and ffmpeg
- add lvn tag
* Sun Feb 13 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0.7.5-1
- drop fdr
- minor beautifications
* Thu Nov 25 2004 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.7.5-0.fdr.1
- Version upgrade (0.7.5)
* Tue Jul 27 2004 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de
0:0.7.2-0.fdr.2
- added missing BuildRequires libsamplerate
- require libdv >= 0.102
* Tue Jul 27 2004 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de
0:0.7.2-0.fdr.1
- Version upgrade (0.7.2)
* Mon May 31 2004 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:0.7.1-0.fdr.1
- Version upgrade (0.7.1)
* Tue Dec 23 2003 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- Initial RPM release.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/kino/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 22 Jul 2008 16:51:54 -0000 1.1
+++ .cvsignore 11 Aug 2008 10:32:27 -0000 1.2
@@ -0,0 +1 @@
+kino-1.3.0.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/kino/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 22 Jul 2008 16:51:54 -0000 1.1
+++ sources 11 Aug 2008 10:32:27 -0000 1.2
@@ -0,0 +1 @@
+843af2668846dd03a6985ecaf12a9259 kino-1.3.0.tar.gz
16 years, 3 months
rpms/kino/devel kino-ffmpeg.patch,NONE,1.1 kino.spec,1.1,1.2
by Dan Horák
Author: sharkcz
Update of /cvs/free/rpms/kino/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3601
Modified Files:
kino.spec
Added Files:
kino-ffmpeg.patch
Log Message:
* Mon Aug 11 2008 Dan Horák <dan at danny.cz> - 1.3.0-2
- fix build with new ffmpeg
kino-ffmpeg.patch:
--- NEW FILE kino-ffmpeg.patch ---
diff -Nru kino-1.3.0.orig/src/frame.h kino-1.3.0/src/frame.h
--- kino-1.3.0.orig/src/frame.h 2007-11-08 05:34:06.000000000 +0100
+++ kino-1.3.0/src/frame.h 2008-08-11 08:48:35.000000000 +0200
@@ -48,10 +48,10 @@
#if defined(HAVE_LIBAVCODEC)
extern "C"
{
-# include <avcodec.h>
-# include <avformat.h>
+# include <libavcodec/avcodec.h>
+# include <libavformat/avformat.h>
#ifdef HAVE_SWSCALE
-# include <swscale.h>
+# include <libswscale/swscale.h>
#endif
}
#endif
Index: kino.spec
===================================================================
RCS file: /cvs/free/rpms/kino/devel/kino.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kino.spec 23 Jul 2008 05:45:54 -0000 1.1
+++ kino.spec 11 Aug 2008 09:51:35 -0000 1.2
@@ -1,6 +1,6 @@
Name: kino
Version: 1.3.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Kino is a non-linear DV editor for GNU/Linux
Group: Applications/Multimedia
@@ -9,6 +9,7 @@
Source0: http://dl.sf.net/kino/kino-%{version}.tar.gz
Patch0: %{name}-udev.patch
Patch3: %{name}-gcc43.patch
+Patch4: %{name}-ffmpeg.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gtk2-devel
@@ -50,6 +51,7 @@
%setup -q
%patch0 -p1 -b .udev
%patch3 -p1 -b .gcc43
+%patch4 -p1 -b .ffmpeg
%build
@@ -102,6 +104,9 @@
%{_includedir}/kino
%changelog
+* Mon Aug 11 2008 Dan Horák <dan at danny.cz> - 1.3.0-2
+- fix build with new ffmpeg
+
* Mon Mar 03 2008 Dan Horák <dan at danny.cz> - 1.3.0-1
1.3.0
- dropped upstream'd patches
16 years, 3 months