rpms/avidemux/F-18 avidemux.spec,1.74,1.75
by Richard Shaw
Author: hobbes1069
Update of /cvs/free/rpms/avidemux/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8133
Modified Files:
avidemux.spec
Log Message:
* Mon Jun 3 2013 Richard Shaw <hobbes1069(a)gmail.com> - 2.6.4-2
- Fix packaging of translations (qt package only).
Index: avidemux.spec
===================================================================
RCS file: /cvs/free/rpms/avidemux/F-18/avidemux.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- avidemux.spec 27 May 2013 17:28:43 -0000 1.74
+++ avidemux.spec 3 Jun 2013 18:08:37 -0000 1.75
@@ -2,7 +2,7 @@
Name: avidemux
Version: 2.6.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Graphical video editing and transcoding tool
License: GPLv2+
@@ -346,6 +346,7 @@
%{_bindir}/avidemux3_qt4
%{_bindir}/avidemux3_jobs
%{_libdir}/libADM_render6_qt4.so
+%{_datadir}/avidemux6/i18n/
%{_datadir}/applications/rpmfusion-avidemux-qt.desktop
%files help
@@ -354,7 +355,11 @@
%files devel
%{_includedir}/avidemux/
+
%changelog
+* Mon Jun 3 2013 Richard Shaw <hobbes1069(a)gmail.com> - 2.6.4-2
+- Fix packaging of translations (qt package only).
+
* Wed May 15 2013 Richard Shaw <hobbes1069(a)gmail.com> - 2.6.4-1
- Update to latest upstream release.
@@ -371,7 +376,7 @@
- Update to latest upstream release.
* Sun Dec 16 2012 Richard Shaw <hobbes1069(a)gmail.com> - 2.6.0-4
-- Make sure we're building all availabel plugins. (#2575)
+- Make sure we're building all available plugins. (#2575)
- Don't install the gtk interface when all you want is the qt one. (#2574)
- Exclude arm as a build target. (#2466)
11 years, 5 months
rpms/avidemux/F-19 avidemux.spec,1.77,1.78
by Richard Shaw
Author: hobbes1069
Update of /cvs/free/rpms/avidemux/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8004
Modified Files:
avidemux.spec
Log Message:
* Mon Jun 3 2013 Richard Shaw <hobbes1069(a)gmail.com> - 2.6.4-2
- Fix packaging of translations (qt package only).
Index: avidemux.spec
===================================================================
RCS file: /cvs/free/rpms/avidemux/F-19/avidemux.spec,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- avidemux.spec 27 May 2013 13:43:38 -0000 1.77
+++ avidemux.spec 3 Jun 2013 18:08:00 -0000 1.78
@@ -2,7 +2,7 @@
Name: avidemux
Version: 2.6.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Graphical video editing and transcoding tool
License: GPLv2+
@@ -346,6 +346,7 @@
%{_bindir}/avidemux3_qt4
%{_bindir}/avidemux3_jobs
%{_libdir}/libADM_render6_qt4.so
+%{_datadir}/avidemux6/i18n/
%{_datadir}/applications/rpmfusion-avidemux-qt.desktop
%files help
@@ -354,7 +355,11 @@
%files devel
%{_includedir}/avidemux/
+
%changelog
+* Mon Jun 3 2013 Richard Shaw <hobbes1069(a)gmail.com> - 2.6.4-2
+- Fix packaging of translations (qt package only).
+
* Wed May 15 2013 Richard Shaw <hobbes1069(a)gmail.com> - 2.6.4-1
- Update to latest upstream release.
@@ -371,7 +376,7 @@
- Update to latest upstream release.
* Sun Dec 16 2012 Richard Shaw <hobbes1069(a)gmail.com> - 2.6.0-4
-- Make sure we're building all availabel plugins. (#2575)
+- Make sure we're building all available plugins. (#2575)
- Don't install the gtk interface when all you want is the qt one. (#2574)
- Exclude arm as a build target. (#2466)
11 years, 5 months
rpms/avidemux/devel avidemux-2.5.6-ffmpeg_parallel_build.patch, 1.2, 1.3
by Richard Shaw
Author: hobbes1069
Update of /cvs/free/rpms/avidemux/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5944
Added Files:
avidemux-2.5.6-ffmpeg_parallel_build.patch
Log Message:
add ffmpeg parallel build patch.
avidemux-2.5.6-ffmpeg_parallel_build.patch:
admFFmpegBuild.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: avidemux-2.5.6-ffmpeg_parallel_build.patch
===================================================================
RCS file: avidemux-2.5.6-ffmpeg_parallel_build.patch
diff -N avidemux-2.5.6-ffmpeg_parallel_build.patch
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ avidemux-2.5.6-ffmpeg_parallel_build.patch 3 Jun 2013 16:52:37 -0000 1.3
@@ -0,0 +1,12 @@
+diff -Naur avidemux_2.5.6.orig/cmake/admFFmpegBuild.cmake avidemux_2.5.6/cmake/admFFmpegBuild.cmake
+--- avidemux_2.5.6.orig/cmake/admFFmpegBuild.cmake 2011-12-28 08:51:49.000000000 -0600
++++ avidemux_2.5.6/cmake/admFFmpegBuild.cmake 2012-01-26 14:07:41.928167845 -0600
+@@ -167,7 +167,7 @@
+
+ # Build FFmpeg
+ add_custom_command(OUTPUT "${FFMPEG_BINARY_DIR}/ffmpeg${CMAKE_EXECUTABLE_SUFFIX}"
+- COMMAND ${CMAKE_COMMAND} -DCMAKE_BUILD_TOOL=${CMAKE_BUILD_TOOL} -P "${CMAKE_SOURCE_DIR}/cmake/admFFmpegMake.cmake"
++ COMMAND ${CMAKE_COMMAND} -DCMAKE_BUILD_TOOL=$(MAKE) -P "${CMAKE_SOURCE_DIR}/cmake/admFFmpegMake.cmake"
+ WORKING_DIRECTORY "${FFMPEG_BINARY_DIR}")
+
+ add_custom_target(ffmpeg ALL
11 years, 5 months
rpms/avidemux/devel avidemux.spec,1.77,1.78
by Richard Shaw
Author: hobbes1069
Update of /cvs/free/rpms/avidemux/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5891
Modified Files:
avidemux.spec
Log Message:
* Mon Jun 3 2013 Richard Shaw <hobbes1069(a)gmail.com> - 2.6.4-2
- Fix packaging of translations (qt package only).
Index: avidemux.spec
===================================================================
RCS file: /cvs/free/rpms/avidemux/devel/avidemux.spec,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- avidemux.spec 26 May 2013 19:27:03 -0000 1.77
+++ avidemux.spec 3 Jun 2013 16:52:01 -0000 1.78
@@ -2,7 +2,7 @@
Name: avidemux
Version: 2.6.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Graphical video editing and transcoding tool
License: GPLv2+
@@ -346,6 +346,7 @@
%{_bindir}/avidemux3_qt4
%{_bindir}/avidemux3_jobs
%{_libdir}/libADM_render6_qt4.so
+%{_datadir}/avidemux6/i18n/
%{_datadir}/applications/rpmfusion-avidemux-qt.desktop
%files help
@@ -354,7 +355,11 @@
%files devel
%{_includedir}/avidemux/
+
%changelog
+* Mon Jun 3 2013 Richard Shaw <hobbes1069(a)gmail.com> - 2.6.4-2
+- Fix packaging of translations (qt package only).
+
* Wed May 15 2013 Richard Shaw <hobbes1069(a)gmail.com> - 2.6.4-1
- Update to latest upstream release.
@@ -371,7 +376,7 @@
- Update to latest upstream release.
* Sun Dec 16 2012 Richard Shaw <hobbes1069(a)gmail.com> - 2.6.0-4
-- Make sure we're building all availabel plugins. (#2575)
+- Make sure we're building all available plugins. (#2575)
- Don't install the gtk interface when all you want is the qt one. (#2574)
- Exclude arm as a build target. (#2466)
11 years, 5 months
rpms/alsa-plugins-freeworld/F-19 .cvsignore, 1.9, 1.10 sources, 1.9, 1.10
by Daniel Ziemba
Author: zman0900
Update of /cvs/free/rpms/alsa-plugins-freeworld/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv20219
Modified Files:
.cvsignore sources
Log Message:
* Sat Jun 01 2013 Daniel Ziemba <zman0900(a)gmail.com> - 1.0.27-1
- Update to 1.0.27
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/alsa-plugins-freeworld/F-19/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 1 Jun 2013 08:46:13 -0000 1.9
+++ .cvsignore 1 Jun 2013 09:06:55 -0000 1.10
@@ -0,0 +1 @@
+alsa-plugins-1.0.27.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/alsa-plugins-freeworld/F-19/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 1 Jun 2013 08:46:13 -0000 1.9
+++ sources 1 Jun 2013 09:06:55 -0000 1.10
@@ -0,0 +1 @@
+ada0163e0e84c787bfc929ad0f3f5cb8 alsa-plugins-1.0.27.tar.bz2
11 years, 5 months
rpms/alsa-plugins-freeworld/devel .cvsignore, 1.8, 1.9 alsa-plugins-freeworld.spec, 1.16, 1.17 sources, 1.8, 1.9 alsa-plugins-1.0.25-ffmpeg54.patch, 1.1, NONE alsa-plugins-1.0.25-gcc47.patch, 1.1, NONE alsa-plugins-1.0.26-recent-libavcodec-1.patch, 1.1, NONE alsa-plugins-1.0.26-recent-libavcodec-2.patch, 1.1, NONE
by Daniel Ziemba
Author: zman0900
Update of /cvs/free/rpms/alsa-plugins-freeworld/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv20022
Modified Files:
.cvsignore alsa-plugins-freeworld.spec sources
Removed Files:
alsa-plugins-1.0.25-ffmpeg54.patch
alsa-plugins-1.0.25-gcc47.patch
alsa-plugins-1.0.26-recent-libavcodec-1.patch
alsa-plugins-1.0.26-recent-libavcodec-2.patch
Log Message:
* Sat Jun 01 2013 Daniel Ziemba <zman0900(a)gmail.com> - 1.0.27-1
- Update to 1.0.27
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/alsa-plugins-freeworld/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 15 Sep 2012 09:16:50 -0000 1.8
+++ .cvsignore 1 Jun 2013 09:00:45 -0000 1.9
@@ -1 +1 @@
-alsa-plugins-1.0.26.tar.bz2
+alsa-plugins-1.0.27.tar.bz2
Index: alsa-plugins-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/alsa-plugins-freeworld/devel/alsa-plugins-freeworld.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- alsa-plugins-freeworld.spec 26 May 2013 21:38:14 -0000 1.16
+++ alsa-plugins-freeworld.spec 1 Jun 2013 09:00:46 -0000 1.17
@@ -1,6 +1,6 @@
Name: alsa-plugins-freeworld
-Version: 1.0.26
-Release: 4%{?dist}
+Version: 1.0.27
+Release: 1%{?dist}
Summary: The ALSA Plugins - freeworld version
# All packages are LGPLv2+ with the exception of samplerate which is GPLv2+
License: LGPLv2+
@@ -9,8 +9,6 @@
Source0: ftp://ftp.alsa-project.org/pub/plugins/alsa-plugins-%{version}.tar.bz2
Source1: a52.conf
Source2: lavcrate.conf
-Patch1: alsa-plugins-1.0.26-recent-libavcodec-1.patch
-Patch2: alsa-plugins-1.0.26-recent-libavcodec-2.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: alsa-lib-devel >= 1.0.24
@@ -48,8 +46,6 @@
%prep
%setup -q -n alsa-plugins-%{version}%{?prever}
-%patch1 -p1 -b .patch1
-%patch2 -p1 -b .patch2
%build
@@ -75,8 +71,7 @@
$RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_pcm_oss.so \
$RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_pcm_upmix.so \
$RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_pcm_usb_stream.so \
- $RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_pcm_vdownmix.so \
- $RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_pcm_speex.so || :
+ $RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_pcm_vdownmix.so || :
# Copying default configuration for a52 and lavcrate modules
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/alsa/pcm
@@ -110,6 +105,9 @@
%changelog
+* Sat Jun 01 2013 Daniel Ziemba <zman0900(a)gmail.com> - 1.0.27-1
+- Update to 1.0.27
+
* Sun May 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.26-4
- Rebuilt for x264/FFmpeg
Index: sources
===================================================================
RCS file: /cvs/free/rpms/alsa-plugins-freeworld/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 15 Sep 2012 09:16:50 -0000 1.8
+++ sources 1 Jun 2013 09:00:46 -0000 1.9
@@ -1 +1 @@
-4facd408326ef5567a7d4ceb6589e6b0 alsa-plugins-1.0.26.tar.bz2
+ada0163e0e84c787bfc929ad0f3f5cb8 alsa-plugins-1.0.27.tar.bz2
--- alsa-plugins-1.0.25-ffmpeg54.patch DELETED ---
--- alsa-plugins-1.0.25-gcc47.patch DELETED ---
--- alsa-plugins-1.0.26-recent-libavcodec-1.patch DELETED ---
--- alsa-plugins-1.0.26-recent-libavcodec-2.patch DELETED ---
11 years, 5 months
rpms/alsa-plugins-freeworld/F-19 .cvsignore, 1.8, 1.9 alsa-plugins-freeworld.spec, 1.16, 1.17 sources, 1.8, 1.9 alsa-plugins-1.0.25-ffmpeg54.patch, 1.1, NONE alsa-plugins-1.0.25-gcc47.patch, 1.1, NONE alsa-plugins-1.0.26-recent-libavcodec-1.patch, 1.1, NONE alsa-plugins-1.0.26-recent-libavcodec-2.patch, 1.1, NONE
by Daniel Ziemba
Author: zman0900
Update of /cvs/free/rpms/alsa-plugins-freeworld/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19733
Modified Files:
.cvsignore alsa-plugins-freeworld.spec sources
Removed Files:
alsa-plugins-1.0.25-ffmpeg54.patch
alsa-plugins-1.0.25-gcc47.patch
alsa-plugins-1.0.26-recent-libavcodec-1.patch
alsa-plugins-1.0.26-recent-libavcodec-2.patch
Log Message:
* Sat Jun 01 2013 Daniel Ziemba <zman0900(a)gmail.com> - 1.0.27-1
- Update to 1.0.27
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/alsa-plugins-freeworld/F-19/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 15 Sep 2012 09:16:50 -0000 1.8
+++ .cvsignore 1 Jun 2013 08:46:13 -0000 1.9
@@ -1 +0,0 @@
-alsa-plugins-1.0.26.tar.bz2
Index: alsa-plugins-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/alsa-plugins-freeworld/F-19/alsa-plugins-freeworld.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- alsa-plugins-freeworld.spec 26 May 2013 21:38:26 -0000 1.16
+++ alsa-plugins-freeworld.spec 1 Jun 2013 08:46:13 -0000 1.17
@@ -1,6 +1,6 @@
Name: alsa-plugins-freeworld
-Version: 1.0.26
-Release: 4%{?dist}
+Version: 1.0.27
+Release: 1%{?dist}
Summary: The ALSA Plugins - freeworld version
# All packages are LGPLv2+ with the exception of samplerate which is GPLv2+
License: LGPLv2+
@@ -9,8 +9,6 @@
Source0: ftp://ftp.alsa-project.org/pub/plugins/alsa-plugins-%{version}.tar.bz2
Source1: a52.conf
Source2: lavcrate.conf
-Patch1: alsa-plugins-1.0.26-recent-libavcodec-1.patch
-Patch2: alsa-plugins-1.0.26-recent-libavcodec-2.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: alsa-lib-devel >= 1.0.24
@@ -48,8 +46,6 @@
%prep
%setup -q -n alsa-plugins-%{version}%{?prever}
-%patch1 -p1 -b .patch1
-%patch2 -p1 -b .patch2
%build
@@ -75,8 +71,7 @@
$RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_pcm_oss.so \
$RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_pcm_upmix.so \
$RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_pcm_usb_stream.so \
- $RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_pcm_vdownmix.so \
- $RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_pcm_speex.so || :
+ $RPM_BUILD_ROOT%{_libdir}/alsa-lib/libasound_module_pcm_vdownmix.so || :
# Copying default configuration for a52 and lavcrate modules
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/alsa/pcm
@@ -110,6 +105,9 @@
%changelog
+* Sat Jun 01 2013 Daniel Ziemba <zman0900(a)gmail.com> - 1.0.27-1
+- Update to 1.0.27
+
* Sun May 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.26-4
- Rebuilt for x264/FFmpeg
Index: sources
===================================================================
RCS file: /cvs/free/rpms/alsa-plugins-freeworld/F-19/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 15 Sep 2012 09:16:50 -0000 1.8
+++ sources 1 Jun 2013 08:46:13 -0000 1.9
@@ -1 +0,0 @@
-4facd408326ef5567a7d4ceb6589e6b0 alsa-plugins-1.0.26.tar.bz2
--- alsa-plugins-1.0.25-ffmpeg54.patch DELETED ---
--- alsa-plugins-1.0.25-gcc47.patch DELETED ---
--- alsa-plugins-1.0.26-recent-libavcodec-1.patch DELETED ---
--- alsa-plugins-1.0.26-recent-libavcodec-2.patch DELETED ---
11 years, 5 months