rpms/libquicktime/devel libquicktime.spec,1.7,1.8
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libquicktime/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12116
Modified Files:
libquicktime.spec
Log Message:
Fix
Index: libquicktime.spec
===================================================================
RCS file: /cvs/free/rpms/libquicktime/devel/libquicktime.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libquicktime.spec 28 Dec 2008 10:24:52 -0000 1.7
+++ libquicktime.spec 23 Mar 2009 23:31:02 -0000 1.8
@@ -16,7 +16,6 @@
BuildRequires: libavc1394-devel libraw1394-devel >= 0.9.0-12
BuildRequires: gtk2-devel >= 2.4.0
BuildRequires: gettext-devel
-BuildRequires: libtool
%package utils
Summary: Utilities for working with Quicktime files
@@ -54,8 +53,6 @@
%prep
%setup -q
-# regenerate configure to disable rpath
-autoreconf -f -i
# --------------------------------------------------------------------
@@ -75,6 +72,10 @@
--disable-mmx
%endif
+# remove rpath from libtool
+sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+
make %{?_smp_mflags}
# --------------------------------------------------------------------
15 years, 9 months
rpms/open-vm-tools-kmod/devel .cvsignore, 1.5, 1.6 open-vm-tools-kmod.spec, 1.20, 1.21 sources, 1.5, 1.6 open-vm-tools-137496-kern.patch, 1.1, NONE
by Denis Leroy
Author: denis
Update of /cvs/free/rpms/open-vm-tools-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5719
Modified Files:
.cvsignore open-vm-tools-kmod.spec sources
Removed Files:
open-vm-tools-137496-kern.patch
Log Message:
Update to upstream build 154848
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools-kmod/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 28 Jan 2009 12:08:34 -0000 1.5
+++ .cvsignore 23 Mar 2009 11:06:37 -0000 1.6
@@ -1 +1 @@
-open-vm-tools-2009.01.21-142982.tar.gz
+open-vm-tools-2009.03.18-154848.tar.gz
Index: open-vm-tools-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools-kmod/devel/open-vm-tools-kmod.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- open-vm-tools-kmod.spec 15 Feb 2009 15:06:59 -0000 1.20
+++ open-vm-tools-kmod.spec 23 Mar 2009 11:06:37 -0000 1.21
@@ -6,20 +6,19 @@
%define buildforkernels newest
%define tname open-vm-tools
-%define builddate 2009.01.21
-%define buildver 142982
+%define builddate 2009.03.18
+%define buildver 154848
%define ovtmodules vmblock vmci vmhgfs vmmemctl vmsync vmxnet vmxnet3 vsock pvscsi
Name: open-vm-tools-kmod
Version: 0.0.0.%{buildver}
-Release: 1%{?dist}.2
+Release: 1%{?dist}
Summary: VMware Tools Kernel Modules
Group: System Environment/Kernel
License: GPLv2
URL: http://open-vm-tools.sourceforge.net/
Source0: http://downloads.sourceforge.net/%{tname}/%{tname}-%{builddate}-%{buildve...
Source11: %{tname}-excludekernel-filterfile
-Patch0: open-vm-tools-137496-kern.patch
BuildRoot: %{_tmppath}/%{name}-%{builddate}-%{release}-root-%(%{__id_u} -n)
# VMWare only supports x86 architectures.
@@ -45,7 +44,6 @@
kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} --filterfile %{SOURCE11} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null
%setup -q -n open-vm-tools-%{builddate}-%{buildver}
-%patch0 -p1 -b .kern
for kernel_version in %{?kernel_versions} ; do
cp -ar modules/linux _kmod_build_${kernel_version%%___*}
done
@@ -75,6 +73,9 @@
%changelog
+* Mon Mar 23 2009 <denis(a)poolshark.org> - 0.0.0.154848-1
+- Update to upstream build 154848
+
* Sun Feb 15 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.0.0.142982-1.2
- rebuild for latest Fedora kernel;
Index: sources
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools-kmod/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 28 Jan 2009 12:08:34 -0000 1.5
+++ sources 23 Mar 2009 11:06:37 -0000 1.6
@@ -1 +1 @@
-cecb6bc82be1fbad56998133ae89d5a3 open-vm-tools-2009.01.21-142982.tar.gz
+23d577a1bc07fa61bcd5352e94f05ed6 open-vm-tools-2009.03.18-154848.tar.gz
--- open-vm-tools-137496-kern.patch DELETED ---
15 years, 9 months
rpms/open-vm-tools/devel open-vm-tools.spec,1.5,1.6
by Denis Leroy
Author: denis
Update of /cvs/free/rpms/open-vm-tools/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5242
Modified Files:
open-vm-tools.spec
Log Message:
Added missing BR
Index: open-vm-tools.spec
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools/devel/open-vm-tools.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- open-vm-tools.spec 23 Mar 2009 10:48:04 -0000 1.5
+++ open-vm-tools.spec 23 Mar 2009 10:59:32 -0000 1.6
@@ -27,6 +27,7 @@
BuildRequires: desktop-file-utils
BuildRequires: uriparser-devel
BuildRequires: libnotify-devel
+BuildRequires: libXScrnSaver-devel
Requires: open-vm-tools-kmod >= %{version}
Obsoletes: open-vm-tools-kmod < %{version}
15 years, 9 months
rpms/open-vm-tools/devel .cvsignore, 1.5, 1.6 open-vm-tools.spec, 1.4, 1.5 sources, 1.5, 1.6 open-vm-tools-123053-desktop.patch, 1.1, NONE
by Denis Leroy
Author: denis
Update of /cvs/free/rpms/open-vm-tools/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4506
Modified Files:
.cvsignore open-vm-tools.spec sources
Removed Files:
open-vm-tools-123053-desktop.patch
Log Message:
- Update to upstream build 154848
- Some renames, config dir simplification
- Added plugin directory
- Fixed rpath issue
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 28 Jan 2009 11:51:11 -0000 1.5
+++ .cvsignore 23 Mar 2009 10:48:03 -0000 1.6
@@ -1 +1 @@
-open-vm-tools-2009.01.21-142982.tar.gz
+open-vm-tools-2009.03.18-154848.tar.gz
Index: open-vm-tools.spec
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools/devel/open-vm-tools.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- open-vm-tools.spec 28 Jan 2009 11:51:11 -0000 1.4
+++ open-vm-tools.spec 23 Mar 2009 10:48:04 -0000 1.5
@@ -1,5 +1,5 @@
-%define builddate 2009.01.21
-%define buildver 142982
+%define builddate 2009.03.18
+%define buildver 154848
Name: open-vm-tools
Version: 0.0.0.%{buildver}
@@ -18,12 +18,15 @@
ExclusiveArch: i386 x86_64
BuildRequires: gtk2-devel
+BuildRequires: gtkmm24-devel
BuildRequires: libXtst-devel
BuildRequires: libdnet-devel
BuildRequires: procps
BuildRequires: libdnet-devel
BuildRequires: libicu-devel
BuildRequires: desktop-file-utils
+BuildRequires: uriparser-devel
+BuildRequires: libnotify-devel
Requires: open-vm-tools-kmod >= %{version}
Obsoletes: open-vm-tools-kmod < %{version}
@@ -61,9 +64,13 @@
%configure \
--disable-static \
--disable-dependency-tracking \
- --disable-unity \
--without-kernel-modules \
- --without-root-privileges
+ --without-root-privileges \
+ --with-gtkmm
+
+# Disable use of rpath
+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 %{?_smp_mflags}
@@ -131,21 +138,16 @@
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog NEWS README
-%{_bindir}/vmware*
+%{_bindir}/vm*
%{_sbindir}/vmware*
%{_datadir}/applications/*.desktop
%{_sysconfdir}/xdg/autostart/*.desktop
%{_datadir}/pixmaps/*.xpm
%{_libdir}/*.so.*
+%{_libdir}/open-vm-tools
%{_sysconfdir}/init.d/*
-%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/pam.d/vmware-guestd*
-%dir %{_sysconfdir}/vmware-tools
-%{_sysconfdir}/vmware-tools/poweroff-vm-default
-%{_sysconfdir}/vmware-tools/poweron-vm-default
-%{_sysconfdir}/vmware-tools/resume-vm-default
-%{_sysconfdir}/vmware-tools/suspend-vm-default
-%{_sysconfdir}/vmware-tools/vm-support
-%config(noreplace) %{_sysconfdir}/vmware-tools/tools.conf
+%{_sysconfdir}/vmware-tools
+%config(noreplace) %{_sysconfdir}/pam.d/*
%config(noreplace) %{_sysconfdir}/sysconfig/mouse
%config(noreplace) %{_sysconfdir}/modprobe.d/*
%attr(4755,root,root) /sbin/mount.vmhgfs
@@ -159,6 +161,12 @@
%changelog
+* Mon Mar 23 2009 <denis(a)poolshark.org> - 0.0.0.154848-1
+- Update to upstream build 154848
+- Some renames, config dir simplification
+- Added plugin directory
+- Fixed rpath issue
+
* Wed Jan 28 2009 Denis Leroy <denis(a)poolshark.org> - 0.0.0.142982-1
- Update to upstream build 142982
- Bug fixes, support for more recent kernels
Index: sources
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 28 Jan 2009 11:51:11 -0000 1.5
+++ sources 23 Mar 2009 10:48:04 -0000 1.6
@@ -1 +1 @@
-cecb6bc82be1fbad56998133ae89d5a3 open-vm-tools-2009.01.21-142982.tar.gz
+23d577a1bc07fa61bcd5352e94f05ed6 open-vm-tools-2009.03.18-154848.tar.gz
--- open-vm-tools-123053-desktop.patch DELETED ---
15 years, 9 months
rpms/faac/EL-5 faac-libmp4v2.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 faac.spec, 1.4, 1.5 sources, 1.2, 1.3 faac-1.25-enable-libmp4v2.patch, 1.1, NONE
by Dominik Mierzejewski
Author: rathann
Update of /cvs/free/rpms/faac/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31806
Modified Files:
.cvsignore faac.spec sources
Added Files:
faac-libmp4v2.patch
Removed Files:
faac-1.25-enable-libmp4v2.patch
Log Message:
- sync with rawhide (faac-1.28), no ABI changes
faac-libmp4v2.patch:
--- NEW FILE faac-libmp4v2.patch ---
diff -up faac-1.28/configure.in.mp4v2 faac-1.28/configure.in
--- faac-1.28/configure.in.mp4v2 2009-02-05 01:55:38.000000000 +0100
+++ faac-1.28/configure.in 2009-03-12 01:42:20.000000000 +0100
@@ -36,6 +36,8 @@ AC_CHECK_DECLS([MP4Create, MP4MetadataDe
if test x$external_mp4v2 = xyes; then
AC_MSG_NOTICE([*** Building with external mp4v2 ***])
+ MY_DEFINE(HAVE_LIBMP4V2)
+ LIBS="-lmp4v2 $LIBS"
else
if test x$WITHMP4V2 = xyes; then
AC_MSG_NOTICE([*** Building with internal mp4v2 ***])
diff -up faac-1.28/configure.mp4v2 faac-1.28/configure
--- faac-1.28/configure.mp4v2 2009-02-10 09:36:58.000000000 +0100
+++ faac-1.28/configure 2009-03-12 01:42:20.000000000 +0100
@@ -19938,6 +19938,13 @@ fi
if test x$external_mp4v2 = xyes; then
{ echo "$as_me:$LINENO: *** Building with external mp4v2 ***" >&5
echo "$as_me: *** Building with external mp4v2 ***" >&6;}
+
+cat >>confdefs.h <<\_ACEOF
+#define HAVE_LIBMP4V2 1
+_ACEOF
+
+LIBS="-lmp4v2 $LIBS"
+
else
if test x$WITHMP4V2 = xyes; then
{ echo "$as_me:$LINENO: *** Building with internal mp4v2 ***" >&5
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/faac/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 22 Jul 2008 17:58:28 -0000 1.2
+++ .cvsignore 23 Mar 2009 09:16:43 -0000 1.3
@@ -1 +1 @@
-faac-1.25.tar.gz
+faac-1.28.tar.bz2
Index: faac.spec
===================================================================
RCS file: /cvs/free/rpms/faac/EL-5/faac.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- faac.spec 4 Nov 2008 09:43:39 -0000 1.4
+++ faac.spec 23 Mar 2009 09:16:43 -0000 1.5
@@ -1,21 +1,17 @@
Name: faac
-Version: 1.25
-Release: 7%{?dist}
+Version: 1.28
+Release: 1%{?dist}
Summary: Encoder and encoding library for MPEG2/4 AAC
Group: Applications/Multimedia
-License: LGPL2+
+License: LGPLv2+
URL: http://www.audiocoding.com/
-Source0: http://download.sourceforge.net/sourceforge/faac/faac-1.25.tar.gz
-Patch0: faac-1.25-enable-libmp4v2.patch
+Source0: http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.t...
+Patch0: %{name}-libmp4v2.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libmp4v2-devel
-BuildRequires: libtool
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: dos2unix
%description
@@ -36,14 +32,21 @@
This package contains development files and documentation for libfaac.
%prep
-%setup -q -n %{name}
-find . -type f -print|xargs dos2unix
-%patch0 -p1 -b .patch0
-chmod 0644 COPYING ChangeLog README TODO
+%setup -q
+%patch0 -p1 -b .mp4v2
+touch -r configure.in.mp4v2 configure.in
+#fix permissions
+find . -type f \( -name \*.h -or -name \*.c \) -exec chmod 644 {} \;
+chmod 644 AUTHORS COPYING ChangeLog NEWS README TODO docs/*
+
+#fix encoding
+/usr/bin/iconv -f iso8859-1 -t utf-8 AUTHORS > AUTHORS.conv && touch -r AUTHORS AUTHORS.conv && /bin/mv -f AUTHORS.conv AUTHORS
%build
-sh ./bootstrap
%configure --disable-static
+# remove rpath from libtool
+sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}
@@ -63,9 +66,10 @@
%files
%defattr(-,root,root,-)
-%doc COPYING ChangeLog README TODO
+%doc AUTHORS COPYING ChangeLog NEWS README TODO docs/*
%{_bindir}/*
%{_libdir}/*.so.*
+%{_mandir}/man1/%{name}*
%files devel
%defattr(-,root,root,-)
@@ -74,6 +78,20 @@
%{_includedir}/*.h
%changelog
+* Thu Mar 12 2009 Dominik Mierzejewski <rpm [AT] greysector [DOT] net> - 1.28-1
+- update to 1.28
+- drop redundant BRs
+- fix Source URL and use bz2 tarball
+- fix rpath
+- include manpage
+- ship AUTHORS NEWS docs/*
+- integrated changes from Julian Sikorski <belegdol[at]gmail[dot]com>
+-- Dropped dos2unix BR, not needed anymore
+-- Made Source0 use macros
+-- Fixed License tag
+-- Fixed file permissions
+-- Converted ChangeLog to utf-8
+
* Tue Nov 04 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.25-7
- chmod 644 all docs (fixes #115)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/faac/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 22 Jul 2008 17:58:28 -0000 1.2
+++ sources 23 Mar 2009 09:16:43 -0000 1.3
@@ -1 +1 @@
-75eaffd18ee072eaca52ae2d622bb1db faac-1.25.tar.gz
+c5dde68840cefe46532089c9392d1df0 faac-1.28.tar.bz2
--- faac-1.25-enable-libmp4v2.patch DELETED ---
15 years, 9 months
rpms/avidemux/devel avidemux.spec,1.14,1.15
by Stewart Adam
Author: firewing
Update of /cvs/free/rpms/avidemux/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18825
Modified Files:
avidemux.spec
Log Message:
* Sun Mar 22 2009 Stewart Adam <s.adam at diffingo.com> - 2.4.4-3
- Apply the patch
Index: avidemux.spec
===================================================================
RCS file: /cvs/free/rpms/avidemux/devel/avidemux.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- avidemux.spec 22 Mar 2009 17:50:15 -0000 1.14
+++ avidemux.spec 22 Mar 2009 18:28:41 -0000 1.15
@@ -120,6 +120,7 @@
%patch1 -p1 -b .qt4
%patch2 -p1 -b .i18n
%patch3 -p1 -b .libdca
+%patch4 -p1 -b .gcc44
%build
%cmake
@@ -165,6 +166,9 @@
%{_datadir}/applications/*qt*.desktop
%changelog
+* Sun Mar 22 2009 Stewart Adam <s.adam at diffingo.com> - 2.4.4-3
+- Apply the patch
+
* Sun Mar 22 2009 Stewart Adam <s.adam at diffingo.com> - 2.4.4-2
- Fix build errors when compiling with gcc 4.4 (#386) (thanks to Rathann)
15 years, 9 months
rpms/avidemux/devel avidemux-2.4-gcc44-movq.patch, NONE, 1.1 avidemux.spec, 1.13, 1.14
by Stewart Adam
Author: firewing
Update of /cvs/free/rpms/avidemux/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16611
Modified Files:
avidemux.spec
Added Files:
avidemux-2.4-gcc44-movq.patch
Log Message:
* Sun Mar 22 2009 Stewart Adam <s.adam at diffingo.com> - 2.4.4-2
- Fix build errors when compiling with gcc 4.4 (#386) (thanks to Rathann)
avidemux-2.4-gcc44-movq.patch:
--- NEW FILE avidemux-2.4-gcc44-movq.patch ---
diff -up avidemux_2.4.3/avidemux/ADM_colorspace/ADM_rgb.h.compile avidemux_2.4.3/avidemux/ADM_colorspace/ADM_rgb.h
--- avidemux_2.4.3/avidemux/ADM_colorspace/ADM_rgb.h.compile 2008-07-20 09:19:20.000000000 +0200
+++ avidemux_2.4.3/avidemux/ADM_colorspace/ADM_rgb.h 2009-03-22 14:19:00.000000000 +0100
@@ -19,6 +19,8 @@
#ifndef COLYUVRGB_H
#define COLYUVRGB_H
+#include <inttypes.h>
+
#define ADM_COLOR_IS_YUV 0x1000
typedef enum
{
diff -up avidemux_2.4.3/avidemux/ADM_inputs/ADM_mpegdemuxer/dmx_io.cpp.compile avidemux_2.4.3/avidemux/ADM_inputs/ADM_mpegdemuxer/dmx_io.cpp
--- avidemux_2.4.3/avidemux/ADM_inputs/ADM_mpegdemuxer/dmx_io.cpp.compile 2008-01-11 14:37:18.000000000 +0100
+++ avidemux_2.4.3/avidemux/ADM_inputs/ADM_mpegdemuxer/dmx_io.cpp 2009-03-22 13:53:05.000000000 +0100
@@ -71,7 +71,7 @@ fileParser::~fileParser()
*/
uint8_t fileParser::open( const char *filename,FP_TYPE *multi )
{
- char *dot = NULL; // pointer to the last dot in filename
+ const char *dot = NULL; // pointer to the last dot in filename
uint8_t decimals = 0; // number of decimals
char *left = NULL, *number = NULL, *right = NULL; // parts of filename (after splitting)
diff -up avidemux_2.4.3/avidemux/ADM_libraries/ADM_libmpeg2enc/yuv4mpeg_ratio.cc.compile avidemux_2.4.3/avidemux/ADM_libraries/ADM_libmpeg2enc/yuv4mpeg_ratio.cc
--- avidemux_2.4.3/avidemux/ADM_libraries/ADM_libmpeg2enc/yuv4mpeg_ratio.cc.compile 2004-01-30 20:32:00.000000000 +0100
+++ avidemux_2.4.3/avidemux/ADM_libraries/ADM_libmpeg2enc/yuv4mpeg_ratio.cc 2009-03-22 14:00:34.000000000 +0100
@@ -104,7 +104,7 @@ void y4m_ratio_reduce(y4m_ratio_t *r)
int y4m_parse_ratio(y4m_ratio_t *r, const char *s)
{
- char *t = strchr(s, ':');
+ const char *t = strchr(s, ':');
if (t == NULL) return Y4M_ERR_RANGE;
r->n = atoi(s);
r->d = atoi(t+1);
diff -up avidemux_2.4.3/avidemux/ADM_libraries/ADM_mplex/lpcmstrm_in.cpp.compile avidemux_2.4.3/avidemux/ADM_libraries/ADM_mplex/lpcmstrm_in.cpp
--- avidemux_2.4.3/avidemux/ADM_libraries/ADM_mplex/lpcmstrm_in.cpp.compile 2007-08-03 02:04:40.000000000 +0200
+++ avidemux_2.4.3/avidemux/ADM_libraries/ADM_mplex/lpcmstrm_in.cpp 2009-03-22 14:01:28.000000000 +0100
@@ -53,7 +53,7 @@ LPCMStream::LPCMStream(IBitStream &ibs,
bool LPCMStream::Probe(IBitStream &bs )
{
- char *last_dot = strrchr( bs.StreamName(), '.' );
+ const char *last_dot = strrchr( bs.StreamName(), '.' );
return
last_dot != NULL
&& strcmp( last_dot+1, "lpcm") == 0;
diff -up avidemux_2.4.3/avidemux/ADM_osSupport/ADM_fileio.cpp.compile avidemux_2.4.3/avidemux/ADM_osSupport/ADM_fileio.cpp
--- avidemux_2.4.3/avidemux/ADM_osSupport/ADM_fileio.cpp.compile 2008-06-29 00:34:26.000000000 +0200
+++ avidemux_2.4.3/avidemux/ADM_osSupport/ADM_fileio.cpp 2009-03-22 13:52:03.000000000 +0100
@@ -515,7 +515,7 @@ void PathStripName(char *str)
*/
const char *GetFileName(const char *str)
{
- char *filename;
+ const char *filename;
char *filename2;
#ifndef ADM_WIN32
filename = strrchr(str, '/');
diff -up avidemux_2.4.3/avidemux/ADM_userInterfaces/ADM_QT4/ADM_gui/ADM_qslider.cpp.compile avidemux_2.4.3/avidemux/ADM_userInterfaces/ADM_QT4/ADM_gui/ADM_qslider.cpp
--- avidemux_2.4.3/avidemux/ADM_userInterfaces/ADM_QT4/ADM_gui/ADM_qslider.cpp.compile 2009-03-22 14:10:27.000000000 +0100
+++ avidemux_2.4.3/avidemux/ADM_userInterfaces/ADM_QT4/ADM_gui/ADM_qslider.cpp 2009-03-22 14:15:51.000000000 +0100
@@ -13,7 +13,7 @@ Custom slider
***************************************************************************/
#include "config.h"
-
+#include <cstdio>
#include <math.h>
#include <QPainter>
#include <QSlider>
diff -up avidemux_2.4.3/avidemux/ADM_userInterfaces/ADM_QT4/ADM_gui/ADM_qslider.h.compile avidemux_2.4.3/avidemux/ADM_userInterfaces/ADM_QT4/ADM_gui/ADM_qslider.h
--- avidemux_2.4.3/avidemux/ADM_userInterfaces/ADM_QT4/ADM_gui/ADM_qslider.h.compile 2007-08-21 17:02:54.000000000 +0200
+++ avidemux_2.4.3/avidemux/ADM_userInterfaces/ADM_QT4/ADM_gui/ADM_qslider.h 2009-03-22 14:16:01.000000000 +0100
@@ -1,6 +1,6 @@
#ifndef ADM_Q_SLIDER_H
#define ADM_Q_SLIDER_H
-
+#include <inttypes.h>
class ADM_QSlider : public QSlider
{
protected:
diff -up avidemux_2.4.3/avidemux/ADM_userInterfaces/ADM_QT4/ADM_gui/gui_none.cpp.compile avidemux_2.4.3/avidemux/ADM_userInterfaces/ADM_QT4/ADM_gui/gui_none.cpp
--- avidemux_2.4.3/avidemux/ADM_userInterfaces/ADM_QT4/ADM_gui/gui_none.cpp.compile 2008-03-06 19:48:52.000000000 +0100
+++ avidemux_2.4.3/avidemux/ADM_userInterfaces/ADM_QT4/ADM_gui/gui_none.cpp 2009-03-22 14:09:29.000000000 +0100
@@ -9,7 +9,7 @@
//
#include "config.h"
-
+#include <inttypes.h>
#include <QtGui/QApplication>
#include <QtGui/QDesktopWidget>
diff -up avidemux_2.4.3/avidemux/ADM_video/mmx_macros.h.compile avidemux_2.4.3/avidemux/ADM_video/mmx_macros.h
--- avidemux_2.4.3/avidemux/ADM_video/mmx_macros.h.compile 2006-10-31 16:35:20.000000000 +0100
+++ avidemux_2.4.3/avidemux/ADM_video/mmx_macros.h 2009-03-22 13:47:06.000000000 +0100
@@ -353,7 +353,7 @@ mmx_ok(void)
#define mmx_m2r(op, mem, reg) \
__asm__ __volatile__ (#op " %0, %%" #reg \
: /* nothing */ \
- : "X" (mem))
+ : "m" (mem))
#define mmx_r2m(op, reg, mem) \
__asm__ __volatile__ (#op " %%" #reg ", %0" \
Index: avidemux.spec
===================================================================
RCS file: /cvs/free/rpms/avidemux/devel/avidemux.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- avidemux.spec 20 Feb 2009 04:41:56 -0000 1.13
+++ avidemux.spec 22 Mar 2009 17:50:15 -0000 1.14
@@ -2,7 +2,7 @@
Name: avidemux
Version: 2.4.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Graphical video editing and transcoding tool
Group: Applications/Multimedia
@@ -19,6 +19,10 @@
Patch2: avidemux-2.4-i18n.patch
# http://ftp.ncnu.edu.tw/Linux/Gentoo/gentoo-portage/media-video/avidemux/f...
Patch3: avidemux-2.4-libdca.patch
+# https://bugzilla.rpmfusion.org/attachment.cgi?id=131
+# Upstream report: http://bugs.avidemux.org/index.php?do=details&task_id=592
+Patch4: avidemux-2.4-gcc44-movq.patch
+
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: %{name}-cli = %{version}
@@ -161,6 +165,9 @@
%{_datadir}/applications/*qt*.desktop
%changelog
+* Sun Mar 22 2009 Stewart Adam <s.adam at diffingo.com> - 2.4.4-2
+- Fix build errors when compiling with gcc 4.4 (#386) (thanks to Rathann)
+
* Wed Feb 18 2009 Stewart Adam <s.adam at diffingo.com> - 2.4.4-1
- Update to 2.4.4 final, update patches accordingly
- Move Qt translation files to qt subpackage
15 years, 9 months
rpms/amule/F-9 aMule-2.2.3-gcc44.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 amule.spec, 1.5, 1.6 sources, 1.3, 1.4
by Felix Kaechele
Author: felix
Update of /cvs/free/rpms/amule/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9962
Modified Files:
.cvsignore amule.spec sources
Added Files:
aMule-2.2.3-gcc44.patch
Log Message:
* Sun Mar 22 2009 Felix Kaechele <felix at fetzig dot org> - 2.2.3-1
- updated to 2.2.3
- replaced patch3 with new one for gcc4.4
aMule-2.2.3-gcc44.patch:
--- NEW FILE aMule-2.2.3-gcc44.patch ---
diff -ruN aMule-2.2.3.orig/src/libs/common/Format.cpp aMule-2.2.3/src/libs/common/Format.cpp
--- aMule-2.2.3.orig/src/libs/common/Format.cpp 2008-12-11 00:15:28.000000000 +0100
+++ aMule-2.2.3/src/libs/common/Format.cpp 2009-03-22 16:36:29.501147163 +0100
@@ -23,7 +23,7 @@
//
#include "Format.h"
-
+#include <stdint.h>
//! Known type-modifiers.
enum Modifiers
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/amule/F-9/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 8 Nov 2008 09:14:43 -0000 1.3
+++ .cvsignore 22 Mar 2009 16:29:29 -0000 1.4
@@ -1 +1 @@
-aMule-2.2.2.tar.bz2
+aMule-2.2.3.tar.bz2
Index: amule.spec
===================================================================
RCS file: /cvs/free/rpms/amule/F-9/amule.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- amule.spec 21 Nov 2008 07:30:10 -0000 1.5
+++ amule.spec 22 Mar 2009 16:29:29 -0000 1.6
@@ -1,13 +1,13 @@
# TODO: setup firefox for ed2k links using triggers and a file in /usr/lib/firefox-3.0.1/defaults/preferences/
Name: amule
-Version: 2.2.2
-Release: 2%{?dist}
+Version: 2.2.3
+Release: 1%{?dist}
Summary: File sharing client compatible with eDonkey
License: GPLv2+
Group: Applications/Internet
Source0: http://dl.sourceforge.net/%{name}/aMule-%{version}.tar.bz2
-Patch3: aMule-2.1.3-gcc43.patch
+Patch3: aMule-2.2.3-gcc44.patch
URL: http://amule.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# See http://www.amule.org/wiki/index.php/Requirements
@@ -46,7 +46,7 @@
%prep
%setup -q -n aMule-%{version}
-%patch3 -p1 -b .gcc43
+%patch3 -p1 -b .gcc44
%build
@@ -65,7 +65,8 @@
--enable-geoip \
--enable-ccache \
--enable-amule-gui \
- --enable-optimize
+ --enable-optimize \
+ --with-denoise-level=0
make %{?_smp_mflags}
@@ -159,6 +160,10 @@
%changelog
+* Sun Mar 22 2009 Felix Kaechele <felix at fetzig dot org> - 2.2.3-1
+- updated to 2.2.3
+- replaced patch3 with new one for gcc4.4
+
* Thu Nov 20 2008 Aurelien Bompard <abompard(a)fedoraproject.org> 2.2.2-2
- add remote GUI
Index: sources
===================================================================
RCS file: /cvs/free/rpms/amule/F-9/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 8 Nov 2008 09:14:43 -0000 1.3
+++ sources 22 Mar 2009 16:29:29 -0000 1.4
@@ -1 +1 @@
-4bbb5fef3b7acd206c08beddb7fdbb42 aMule-2.2.2.tar.bz2
+64a0d41edbdd7cf36fa892e45a652bfd aMule-2.2.3.tar.bz2
15 years, 9 months
rpms/faac/F-9 faac-libmp4v2.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 faac.spec, 1.3, 1.4 sources, 1.2, 1.3 faac-1.25-enable-libmp4v2.patch, 1.1, NONE
by Dominik Mierzejewski
Author: rathann
Update of /cvs/free/rpms/faac/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9767
Modified Files:
.cvsignore faac.spec sources
Added Files:
faac-libmp4v2.patch
Removed Files:
faac-1.25-enable-libmp4v2.patch
Log Message:
- sync with devel, no ABI change
faac-libmp4v2.patch:
--- NEW FILE faac-libmp4v2.patch ---
diff -up faac-1.28/configure.in.mp4v2 faac-1.28/configure.in
--- faac-1.28/configure.in.mp4v2 2009-02-05 01:55:38.000000000 +0100
+++ faac-1.28/configure.in 2009-03-12 01:42:20.000000000 +0100
@@ -36,6 +36,8 @@ AC_CHECK_DECLS([MP4Create, MP4MetadataDe
if test x$external_mp4v2 = xyes; then
AC_MSG_NOTICE([*** Building with external mp4v2 ***])
+ MY_DEFINE(HAVE_LIBMP4V2)
+ LIBS="-lmp4v2 $LIBS"
else
if test x$WITHMP4V2 = xyes; then
AC_MSG_NOTICE([*** Building with internal mp4v2 ***])
diff -up faac-1.28/configure.mp4v2 faac-1.28/configure
--- faac-1.28/configure.mp4v2 2009-02-10 09:36:58.000000000 +0100
+++ faac-1.28/configure 2009-03-12 01:42:20.000000000 +0100
@@ -19938,6 +19938,13 @@ fi
if test x$external_mp4v2 = xyes; then
{ echo "$as_me:$LINENO: *** Building with external mp4v2 ***" >&5
echo "$as_me: *** Building with external mp4v2 ***" >&6;}
+
+cat >>confdefs.h <<\_ACEOF
+#define HAVE_LIBMP4V2 1
+_ACEOF
+
+LIBS="-lmp4v2 $LIBS"
+
else
if test x$WITHMP4V2 = xyes; then
{ echo "$as_me:$LINENO: *** Building with internal mp4v2 ***" >&5
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/faac/F-9/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 22 Jul 2008 18:04:43 -0000 1.2
+++ .cvsignore 22 Mar 2009 16:27:10 -0000 1.3
@@ -1 +1 @@
-faac-1.25.tar.gz
+faac-1.28.tar.bz2
Index: faac.spec
===================================================================
RCS file: /cvs/free/rpms/faac/F-9/faac.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- faac.spec 4 Nov 2008 09:44:39 -0000 1.3
+++ faac.spec 22 Mar 2009 16:27:10 -0000 1.4
@@ -1,21 +1,17 @@
Name: faac
-Version: 1.25
-Release: 7%{?dist}
+Version: 1.28
+Release: 1%{?dist}
Summary: Encoder and encoding library for MPEG2/4 AAC
Group: Applications/Multimedia
-License: LGPL2+
+License: LGPLv2+
URL: http://www.audiocoding.com/
-Source0: http://download.sourceforge.net/sourceforge/faac/faac-1.25.tar.gz
-Patch0: faac-1.25-enable-libmp4v2.patch
+Source0: http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.t...
+Patch0: %{name}-libmp4v2.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libmp4v2-devel
-BuildRequires: libtool
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: dos2unix
%description
@@ -36,14 +32,21 @@
This package contains development files and documentation for libfaac.
%prep
-%setup -q -n %{name}
-find . -type f -print|xargs dos2unix
-%patch0 -p1 -b .patch0
-chmod 0644 COPYING ChangeLog README TODO
+%setup -q
+%patch0 -p1 -b .mp4v2
+touch -r configure.in.mp4v2 configure.in
+#fix permissions
+find . -type f \( -name \*.h -or -name \*.c \) -exec chmod 644 {} \;
+chmod 644 AUTHORS COPYING ChangeLog NEWS README TODO docs/*
+
+#fix encoding
+/usr/bin/iconv -f iso8859-1 -t utf-8 AUTHORS > AUTHORS.conv && touch -r AUTHORS AUTHORS.conv && /bin/mv -f AUTHORS.conv AUTHORS
%build
-sh ./bootstrap
%configure --disable-static
+# remove rpath from libtool
+sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}
@@ -63,9 +66,10 @@
%files
%defattr(-,root,root,-)
-%doc COPYING ChangeLog README TODO
+%doc AUTHORS COPYING ChangeLog NEWS README TODO docs/*
%{_bindir}/*
%{_libdir}/*.so.*
+%{_mandir}/man1/%{name}*
%files devel
%defattr(-,root,root,-)
@@ -74,6 +78,20 @@
%{_includedir}/*.h
%changelog
+* Thu Mar 12 2009 Dominik Mierzejewski <rpm [AT] greysector [DOT] net> - 1.28-1
+- update to 1.28
+- drop redundant BRs
+- fix Source URL and use bz2 tarball
+- fix rpath
+- include manpage
+- ship AUTHORS NEWS docs/*
+- integrated changes from Julian Sikorski <belegdol[at]gmail[dot]com>
+-- Dropped dos2unix BR, not needed anymore
+-- Made Source0 use macros
+-- Fixed License tag
+-- Fixed file permissions
+-- Converted ChangeLog to utf-8
+
* Tue Nov 04 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.25-7
- chmod 644 all docs (fixes #115)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/faac/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 22 Jul 2008 18:04:43 -0000 1.2
+++ sources 22 Mar 2009 16:27:10 -0000 1.3
@@ -1 +1 @@
-75eaffd18ee072eaca52ae2d622bb1db faac-1.25.tar.gz
+c5dde68840cefe46532089c9392d1df0 faac-1.28.tar.bz2
--- faac-1.25-enable-libmp4v2.patch DELETED ---
15 years, 9 months
rpms/amule/F-10 aMule-2.2.3-gcc44.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 amule.spec, 1.6, 1.7 sources, 1.3, 1.4
by Felix Kaechele
Author: felix
Update of /cvs/free/rpms/amule/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9366
Modified Files:
.cvsignore amule.spec sources
Added Files:
aMule-2.2.3-gcc44.patch
Log Message:
* Sun Mar 22 2009 Felix Kaechele <felix at fetzig dot org> - 2.2.3-1
- updated to 2.2.3
- replaced patch3 with new one for gcc4.4
aMule-2.2.3-gcc44.patch:
--- NEW FILE aMule-2.2.3-gcc44.patch ---
diff -ruN aMule-2.2.3.orig/src/libs/common/Format.cpp aMule-2.2.3/src/libs/common/Format.cpp
--- aMule-2.2.3.orig/src/libs/common/Format.cpp 2008-12-11 00:15:28.000000000 +0100
+++ aMule-2.2.3/src/libs/common/Format.cpp 2009-03-22 16:36:29.501147163 +0100
@@ -23,7 +23,7 @@
//
#include "Format.h"
-
+#include <stdint.h>
//! Known type-modifiers.
enum Modifiers
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/amule/F-10/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 8 Nov 2008 09:14:43 -0000 1.3
+++ .cvsignore 22 Mar 2009 16:26:41 -0000 1.4
@@ -1 +1 @@
-aMule-2.2.2.tar.bz2
+aMule-2.2.3.tar.bz2
Index: amule.spec
===================================================================
RCS file: /cvs/free/rpms/amule/F-10/amule.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- amule.spec 21 Nov 2008 07:30:10 -0000 1.6
+++ amule.spec 22 Mar 2009 16:26:41 -0000 1.7
@@ -1,13 +1,13 @@
# TODO: setup firefox for ed2k links using triggers and a file in /usr/lib/firefox-3.0.1/defaults/preferences/
Name: amule
-Version: 2.2.2
-Release: 2%{?dist}
+Version: 2.2.3
+Release: 1%{?dist}
Summary: File sharing client compatible with eDonkey
License: GPLv2+
Group: Applications/Internet
Source0: http://dl.sourceforge.net/%{name}/aMule-%{version}.tar.bz2
-Patch3: aMule-2.1.3-gcc43.patch
+Patch3: aMule-2.2.3-gcc44.patch
URL: http://amule.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# See http://www.amule.org/wiki/index.php/Requirements
@@ -46,7 +46,7 @@
%prep
%setup -q -n aMule-%{version}
-%patch3 -p1 -b .gcc43
+%patch3 -p1 -b .gcc44
%build
@@ -65,7 +65,8 @@
--enable-geoip \
--enable-ccache \
--enable-amule-gui \
- --enable-optimize
+ --enable-optimize \
+ --with-denoise-level=0
make %{?_smp_mflags}
@@ -159,6 +160,10 @@
%changelog
+* Sun Mar 22 2009 Felix Kaechele <felix at fetzig dot org> - 2.2.3-1
+- updated to 2.2.3
+- replaced patch3 with new one for gcc4.4
+
* Thu Nov 20 2008 Aurelien Bompard <abompard(a)fedoraproject.org> 2.2.2-2
- add remote GUI
Index: sources
===================================================================
RCS file: /cvs/free/rpms/amule/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 8 Nov 2008 09:14:43 -0000 1.3
+++ sources 22 Mar 2009 16:26:41 -0000 1.4
@@ -1 +1 @@
-4bbb5fef3b7acd206c08beddb7fdbb42 aMule-2.2.2.tar.bz2
+64a0d41edbdd7cf36fa892e45a652bfd aMule-2.2.3.tar.bz2
15 years, 9 months