rpms/ffmpeg/F-17 .cvsignore, 1.31, 1.32 ffmpeg.spec, 1.54, 1.55 sources, 1.31, 1.32
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/ffmpeg/F-17
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30300/F-17
Modified Files:
.cvsignore ffmpeg.spec sources
Log Message:
Update to 0.10 in F-17
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-17/.cvsignore,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- .cvsignore 1 Feb 2012 09:03:24 -0000 1.31
+++ .cvsignore 26 Feb 2012 11:06:53 -0000 1.32
@@ -1 +1 @@
-ffmpeg-0.8.9.tar.bz2
+ffmpeg-0.10.tar.bz2
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-17/ffmpeg.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ffmpeg.spec 1 Feb 2012 09:03:24 -0000 1.54
+++ ffmpeg.spec 26 Feb 2012 11:06:53 -0000 1.55
@@ -1,12 +1,12 @@
# TODO: add make test to %%check section
-%global branch oldabi-
+#global branch oldabi-
#global date 20110612
#global rel rc1
Summary: Digital VCR and streaming server
Name: ffmpeg
-Version: 0.8.9
+Version: 0.10
Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
@@ -24,16 +24,23 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: %{name}-libs = %{version}-%{release}
BuildRequires: bzip2-devel
-BuildRequires: celt-devel
-BuildRequires: dirac-devel
+%{!?_without_celt:BuildRequires: celt-devel}
+%{?_with_dirac:BuildRequires: dirac-devel}
%{?_with_faac:BuildRequires: faac-devel}
BuildRequires: freetype-devel
+%{?_with_frei0r:BuildRequires: frei0r-devel}
+BuildRequires: gnutls-devel
BuildRequires: gsm-devel
BuildRequires: lame-devel >= 3.98.3
+%{?_with_jack:BuildRequires: jack-audio-connection-kit-devel}
BuildRequires: libass-devel
+%{!?_without_cdio:BuildRequires: libcdio-devel}
+#libcrystalhd is currently broken
+%{?_with_crystalhd:BuildRequires: libcrystalhd-devel}
BuildRequires: libdc1394-devel
BuildRequires: librtmp-devel
BuildRequires: libtheora-devel
+BuildRequires: libv4l-devel
BuildRequires: libva-devel >= 0.31.0
BuildRequires: libvdpau-devel
BuildRequires: libvorbis-devel
@@ -42,7 +49,10 @@
BuildRequires: libXvMC-devel
%endif
%{?_with_amr:BuildRequires: opencore-amr-devel vo-amrwbenc-devel}
+%{?_with_openal:BuildRequires: openal-soft-devel}
+%{?_with_opencv:BuildRequires: opencv-devel}
BuildRequires: openjpeg-devel
+%{!?_without_pulse:BuildRequires: pulseaudio-libs-devel}
BuildRequires: schroedinger-devel
BuildRequires: SDL-devel
BuildRequires: speex-devel
@@ -97,19 +107,28 @@
--extra-cflags="$RPM_OPT_FLAGS" \\\
%{?_with_amr:--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-amrwbenc --enable-version3} \\\
--enable-bzlib \\\
- --enable-libcelt \\\
+ %{!?_with_crystalhd:--disable-crystalhd} \\\
+ %{?_with_frei0r:--enable-frei0r} \\\
+ --enable-gnutls \\\
+ %{!?_without_cdio:--enable-libcdio} \\\
+ %{!?_without_celt:--enable-libcelt} \\\
--enable-libdc1394 \\\
- --enable-libdirac \\\
+ %{?_with_dirac:--enable-libdirac} \\\
%{?_with_faac:--enable-libfaac --enable-nonfree} \\\
+ %{!?_with_jack:--disable-indev=jack} \\\
--enable-libfreetype \\\
--enable-libgsm \\\
--enable-libmp3lame \\\
+ %{?_with_openal:--enable-openal} \\\
+ %{?_with_opencv:--enable-libopencv} \\\
--enable-libopenjpeg \\\
+ %{!?_without_pulse:--enable-libpulse} \\\
--enable-librtmp \\\
--enable-libschroedinger \\\
--enable-libspeex \\\
--enable-libtheora \\\
--enable-libvorbis \\\
+ --enable-libv4l2 \\\
--enable-libvpx \\\
%{!?_without_x264:--enable-libx264} \\\
--enable-libxvid \\\
@@ -234,7 +253,7 @@
%files devel
%defattr(-,root,root,-)
-%doc MAINTAINERS doc/APIchanges doc/TODO doc/*.txt
+%doc MAINTAINERS doc/APIchanges doc/*.txt
%{_includedir}/ffmpeg
%{_libdir}/pkgconfig/lib*.pc
%{_libdir}/lib*.so
@@ -246,6 +265,14 @@
%changelog
+* Sun Feb 19 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.10-1
+- Update to 0.10
+- Disable dirac by default - rfbz#1946
+- Enabled by default: libv4l2 gnutls
+- New RPM Conditionals:
+ --with crystalhd dirac jack frei0r openal opencv
+ --without celt cdio pulse
+
* Wed Feb 01 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.8.9-1
- Update to 0.8.9
- Add BR libass-devel
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-17/sources,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- sources 1 Feb 2012 09:03:24 -0000 1.31
+++ sources 26 Feb 2012 11:06:53 -0000 1.32
@@ -1 +1 @@
-001d4e81008b02099cec28924aa11257 ffmpeg-0.8.9.tar.bz2
+dc665cc599a739e3c5262ccdac13d129 ffmpeg-0.10.tar.bz2
12 years, 9 months
rpms/x264/F-17 x264.spec,1.30,1.31
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/x264/F-17
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29197
Modified Files:
x264.spec
Log Message:
Semi-bump
Index: x264.spec
===================================================================
RCS file: /cvs/free/rpms/x264/F-17/x264.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- x264.spec 26 Feb 2012 11:00:14 -0000 1.30
+++ x264.spec 26 Feb 2012 11:00:56 -0000 1.31
@@ -5,7 +5,7 @@
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.0.0
-Release: 0.33.%{snapshot}%{?dist}
+Release: 0.33.%{snapshot}%{?dist}.1
License: GPLv2+
Group: System Environment/Libraries
URL: http://developers.videolan.org/x264.html
12 years, 9 months
rpms/x264/F-17 x264.spec,1.29,1.30
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/x264/F-17
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28911
Modified Files:
x264.spec
Log Message:
Rebuilt without gpac
Index: x264.spec
===================================================================
RCS file: /cvs/free/rpms/x264/F-17/x264.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- x264.spec 8 Feb 2012 22:11:46 -0000 1.29
+++ x264.spec 26 Feb 2012 11:00:14 -0000 1.30
@@ -1,5 +1,6 @@
%global snapshot 20120125
%global branch stable
+%global _without_gpac 1
Summary: H264/AVC video streams encoder
Name: x264
12 years, 9 months
rpms/vlc/devel sources,1.53,1.54 .cvsignore,1.45,1.46
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26867
Modified Files:
sources .cvsignore
Log Message:
Update to 2.0.0
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/sources,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- sources 25 Jan 2012 16:43:41 -0000 1.53
+++ sources 22 Feb 2012 22:57:22 -0000 1.54
@@ -1 +1 @@
-8c4bfbc5e79ff0bdfff572d53b03a92a vlc-2.0.0-rc1.tar.xz
+8806bff2ea9c76791123d444a92f708c vlc-2.0.0.tar.xz
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/.cvsignore,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- .cvsignore 25 Jan 2012 16:43:41 -0000 1.45
+++ .cvsignore 22 Feb 2012 22:57:22 -0000 1.46
@@ -1 +1 @@
-vlc-2.0.0-rc1.tar.xz
+vlc-2.0.0.tar.xz
12 years, 9 months
rpms/vlc/devel vlc.spec,1.146,1.147
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26759
Modified Files:
vlc.spec
Log Message:
Rebuilt
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- vlc.spec 25 Jan 2012 16:43:41 -0000 1.146
+++ vlc.spec 22 Feb 2012 22:56:46 -0000 1.147
@@ -1,5 +1,5 @@
-#global live555_date 2009.07.28
-%global vlc_rc -rc1
+#global live555_date 2012.01.26
+#global vlc_rc -rc1
%global _with_bootstrap 1
%global _with_workaround_circle_deps 1
%if 0%{?!_without_freeworld:1}
@@ -23,7 +23,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: 2.0.0
-Release: 0.9_rc1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -495,6 +495,12 @@
%changelog
+* Wed Feb 22 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.0.0-2
+- Rebuilt for x264/FFmpeg
+
+* Sun Feb 19 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.0.0-1
+- Update to 2.0.0 (Final)
+
* Wed Jan 25 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.0.0-0.9_rc1
- Update to 2.0.0-rc1
12 years, 9 months
rpms/gstreamer-plugins-ugly/devel gstreamer-plugins-ugly.spec, 1.35, 1.36
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/gstreamer-plugins-ugly/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26651
Modified Files:
gstreamer-plugins-ugly.spec
Log Message:
Rebuilt
Index: gstreamer-plugins-ugly.spec
===================================================================
RCS file: /cvs/free/rpms/gstreamer-plugins-ugly/devel/gstreamer-plugins-ugly.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- gstreamer-plugins-ugly.spec 23 Nov 2011 17:04:55 -0000 1.35
+++ gstreamer-plugins-ugly.spec 22 Feb 2012 22:56:14 -0000 1.36
@@ -11,7 +11,7 @@
Summary: GStreamer streaming media framework "ugly" plug-ins
Name: gstreamer-plugins-ugly
Version: 0.10.18
-Release: 4%{?dist}
+Release: 5%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
URL: http://gstreamer.freedesktop.org/
@@ -125,6 +125,9 @@
%changelog
+* Wed Feb 22 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.10.18-5
+- Rebuilt for x264/FFmpeg
+
* Wed Nov 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.10.18-4
- Rebuilt for libcdio
12 years, 9 months
rpms/libquicktime/devel libquicktime.spec,1.25,1.26
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libquicktime/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22020
Modified Files:
libquicktime.spec
Log Message:
Rebuilt
Index: libquicktime.spec
===================================================================
RCS file: /cvs/free/rpms/libquicktime/devel/libquicktime.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- libquicktime.spec 8 Feb 2012 21:52:27 -0000 1.25
+++ libquicktime.spec 22 Feb 2012 22:14:59 -0000 1.26
@@ -1,7 +1,7 @@
Summary: Library for reading and writing Quicktime files
Name: libquicktime
Version: 1.2.3
-Release: 4%{?dist}
+Release: 5%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://libquicktime.sourceforge.net/
@@ -129,6 +129,9 @@
# --------------------------------------------------------------------
%changelog
+* Wed Feb 22 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.2.3-5
+- Rebuilt for x264/FFmpeg
+
* Wed Feb 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.2.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
12 years, 9 months
rpms/audacity-freeworld/F-15 .cvsignore, 1.9, 1.10 audacity-freeworld.spec, 1.19, 1.20 sources, 1.9, 1.10
by David Timms
Author: dtimms
Update of /cvs/free/rpms/audacity-freeworld/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19560
Modified Files:
.cvsignore audacity-freeworld.spec sources
Log Message:
update to 2.0.0 release candidate 3
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/audacity-freeworld/F-15/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 13 Dec 2011 08:48:27 -0000 1.9
+++ .cvsignore 22 Feb 2012 21:54:14 -0000 1.10
@@ -1 +1 @@
-audacity-minsrc-1.3.14-beta.tar.bz2
+audacity-minsrc-2.0.0rc3.tar.bz2
Index: audacity-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/audacity-freeworld/F-15/audacity-freeworld.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- audacity-freeworld.spec 13 Dec 2011 08:48:27 -0000 1.19
+++ audacity-freeworld.spec 22 Feb 2012 21:54:14 -0000 1.20
@@ -3,8 +3,8 @@
Name: audacity-freeworld
-Version: 1.3.14
-Release: 0.5%{?dist}
+Version: 2.0.0
+Release: 0.3.rc3%{?dist}
Summary: Multitrack audio editor
Group: Applications/Multimedia
License: GPLv2
@@ -14,13 +14,13 @@
Conflicts: %{realname}
# use for upstream source releases:
-#Source0: http://downloads.sf.net/sourceforge/audacity/audacity-minsrc-%{version}-b...
-Source0: http://audacity.googlecode.com/files/audacity-minsrc-1.3.14-beta.tar.bz2
-%define tartopdir audacity-src-%{version}-beta
+#Source0: http://downloads.sf.net/sourceforge/audacity/audacity-minsrc-%#{version}-...
+Source0: http://audacity.googlecode.com/files/audacity-minsrc-%{version}rc3.tar.bz2
+%define tartopdir audacity-src-%{version}
# use for svn snapshot: [see package README for generation process]
-#Source0: audacity-minsrc-1.3.14-alpha-20111101.tar.bz2
-#%#define tartopdir audacity-src-%{version}-alpha-20111101
+#S#ource0: audacity-minsrc-2.0.0-rc1-20120218.tar.bz2
+#%#define tartopdir audacity-src-%{version}
Patch1: audacity-1.3.7-libmp3lame-default.patch
Patch2: audacity-1.3.9-libdir.patch
@@ -30,7 +30,6 @@
# add categories Sequencer X-Jack AudioVideoEditing for F-12 Studio feature
Patch3: audacity-1.3.13-desktop.in.patch
Patch4: audacity-1.3.14-gtypes.patch
-Patch5: audacity-1.3.14-ffmpeg-0.8.patch
Provides: audacity-nonfree = %{version}-%{release}
Obsoletes: audacity-nonfree < %{version}-%{release}
@@ -93,7 +92,6 @@
%patch3 -b .desktop.old
%patch4 -b .gtypes
-%patch5 -b .ffmpeg.old
%build
@@ -164,6 +162,16 @@
%changelog
+* Wed Feb 22 2012 David Timms <iinet.net.au@dtimms> - 2.0.0-0.3.rc3
+- update to 2.0.0 release candidate 3
+
+* Sat Feb 18 2012 David Timms <iinet.net.au@dtimms> - 2.0.0-0.2.rc1.20120218svn11513
+- update to release candidate from svn snapshot
+
+* Sun Feb 5 2012 David Timms <iinet.net.au@dtimms> - 2.0.0-0.1.alpha20120205svn11456
+- update to 2.0.0 alpha svn snapshot
+- delete accepted ffmpeg-0.8.y patch
+
* Tue Dec 13 2011 David Timms <iinet.net.au@dtimms> - 1.3.14-0.5
- fix Source1 help reference (again).
Index: sources
===================================================================
RCS file: /cvs/free/rpms/audacity-freeworld/F-15/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 13 Dec 2011 08:48:27 -0000 1.9
+++ sources 22 Feb 2012 21:54:14 -0000 1.10
@@ -1 +1 @@
-e7754757e7c3b543db9aa32180b0fb6f audacity-minsrc-1.3.14-beta.tar.bz2
+6c470126d1385888c22869b5341adfbf audacity-minsrc-2.0.0rc3.tar.bz2
12 years, 9 months
rpms/x264/devel x264.spec,1.30,1.31
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/x264/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17806
Modified Files:
x264.spec
Log Message:
bootstraping
Index: x264.spec
===================================================================
RCS file: /cvs/free/rpms/x264/devel/x264.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- x264.spec 22 Feb 2012 21:21:36 -0000 1.30
+++ x264.spec 22 Feb 2012 21:38:50 -0000 1.31
@@ -1,5 +1,6 @@
%global snapshot 20120125
%global branch stable
+%global _without_gpac 1
Summary: H264/AVC video streams encoder
Name: x264
12 years, 9 months