rpms/sox-plugins-freeworld Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/sox-plugins-freeworld
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsF27757/rpms/sox-plugins-freeworld
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module sox-plugins-freeworld
--- NEW FILE Makefile ---
# Top level Makefile for module sox-plugins-freeworld
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
--- NEW FILE import.log ---
--- NEW FILE pkg.acl ---
12 years, 8 months
rpms/sox-plugins-freeworld/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/sox-plugins-freeworld/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsF27757/rpms/sox-plugins-freeworld/devel
Log Message:
Directory /cvs/free/rpms/sox-plugins-freeworld/devel added to the repository
12 years, 8 months
rpms/sox-plugins-freeworld - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/sox-plugins-freeworld
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsF27757/rpms/sox-plugins-freeworld
Log Message:
Directory /cvs/free/rpms/sox-plugins-freeworld added to the repository
12 years, 8 months
rpms/smplayer/F-15 smplayer-0.7.0-system-quazip.patch, NONE, 1.1 .cvsignore, 1.11, 1.12 smplayer-0.6.9-desktop-files.patch, 1.2, 1.3 smplayer.spec, 1.14, 1.15 sources, 1.11, 1.12
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/smplayer/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10456
Modified Files:
.cvsignore smplayer-0.6.9-desktop-files.patch smplayer.spec
sources
Added Files:
smplayer-0.7.0-system-quazip.patch
Log Message:
* Sat Mar 24 2012 Sérgio Basto <sergio(a)serjux.com> - 0.7.1-1
- New upstream version: 0.7.1, changelog says "This version includes some bug fixes,
some of them important. It's highly recommended to update."
- Remove some bundle sources.
- Small fixes in patches to fit on 0.7.1.
* Sat Mar 24 2012 Sérgio Basto <sergio(a)serjux.com> - 0.7.0-3
- Add a patch to remove bundled quazip shlibs and Requires kde-filesystem, bug rfbz #1164
- Removed tag BuildRoot.
smplayer-0.7.0-system-quazip.patch:
smplayer-0.6.9/src/findsubtitles/findsubtitles.pro | 20 +------------------
smplayer-0.7.1/src/smplayer.pro | 22 +++------------------
2 files changed, 6 insertions(+), 36 deletions(-)
--- NEW FILE smplayer-0.7.0-system-quazip.patch ---
diff -urP smplayer-0.6.9.org/src/findsubtitles/findsubtitles.pro smplayer-0.6.9/src/findsubtitles/findsubtitles.pro
--- smplayer-0.6.9.org/src/findsubtitles/findsubtitles.pro 2009-01-01 15:34:51.000000000 -0700
+++ smplayer-0.6.9/src/findsubtitles/findsubtitles.pro 2010-04-26 03:51:13.821648677 -0600
@@ -28,30 +28,14 @@
DEFINES += NO_SMPLAYER_SUPPORT DOWNLOAD_SUBS
contains( DEFINES, DOWNLOAD_SUBS ) {
- INCLUDEPATH += filedownloader quazip
- DEPENDPATH += filedownloader quazip
+ INCLUDEPATH += filedownloader
+ DEPENDPATH += filedownloader
HEADERS += filedownloader.h subchooserdialog.h
SOURCES += filedownloader.cpp subchooserdialog.cpp
FORMS += subchooserdialog.ui
- HEADERS += crypt.h \
- ioapi.h \
- quazip.h \
- quazipfile.h \
- quazipfileinfo.h \
- quazipnewinfo.h \
- unzip.h \
- zip.h
-
- SOURCES += ioapi.c \
- quazip.cpp \
- quazipfile.cpp \
- quazipnewinfo.cpp \
- unzip.c \
- zip.c
-
LIBS += -lz
win32 {
--- smplayer-0.7.1/src/smplayer.pro.orig 2012-02-09 11:07:02.000000000 +0000
+++ smplayer-0.7.1/src/smplayer.pro 2012-03-24 01:57:08.950048887 +0000
@@ -256,31 +256,17 @@ TRANSLATIONS = translations/smplayer_es.
translations/smplayer_da.ts translations/smplayer_hr.ts
contains( DEFINES, DOWNLOAD_SUBS ) {
- INCLUDEPATH += findsubtitles/filedownloader findsubtitles/quazip
- DEPENDPATH += findsubtitles/filedownloader findsubtitles/quazip
+ INCLUDEPATH += findsubtitles/filedownloader
+ DEPENDPATH += findsubtitles/filedownloader
HEADERS += filedownloader.h subchooserdialog.h
SOURCES += filedownloader.cpp subchooserdialog.cpp
FORMS += subchooserdialog.ui
- HEADERS += crypt.h \
- ioapi.h \
- quazip.h \
- quazipfile.h \
- quazipfileinfo.h \
- quazipnewinfo.h \
- unzip.h \
- zip.h
+ INCLUDEPATH += /usr/include/quazip /usr/include/minizip
- SOURCES += ioapi.c \
- quazip.cpp \
- quazipfile.cpp \
- quazipnewinfo.cpp \
- unzip.c \
- zip.c
-
- LIBS += -lz
+ LIBS += -lz -lquazip
win32 {
INCLUDEPATH += ..\\zlib-1.2.6
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/smplayer/F-15/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore 7 Feb 2012 03:43:09 -0000 1.11
+++ .cvsignore 24 Mar 2012 03:21:15 -0000 1.12
@@ -1 +1 @@
-smplayer-0.7.0.tar.bz2
+smplayer-0.7.1.tar.bz2
smplayer-0.6.9-desktop-files.patch:
smplayer.desktop | 2 +-
smplayer_enqueue.desktop | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Index: smplayer-0.6.9-desktop-files.patch
===================================================================
RCS file: /cvs/free/rpms/smplayer/F-15/smplayer-0.6.9-desktop-files.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- smplayer-0.6.9-desktop-files.patch 7 Feb 2012 03:43:09 -0000 1.2
+++ smplayer-0.6.9-desktop-files.patch 24 Mar 2012 03:21:15 -0000 1.3
@@ -15,7 +15,7 @@
+++ ./smplayer_enqueue.desktop 2010-05-24 17:12:31.152634138 +0200
@@ -1,6 +1,6 @@
[Desktop Entry]
- Categories=Qt;AudioVideo;Player;Video;
+ Categories=Qt;KDE;AudioVideo;Player;Video;
-Exec=smplayer -add-to-playlist %U
+Exec=smplayer -add-to-playlist %F
Icon=smplayer
Index: smplayer.spec
===================================================================
RCS file: /cvs/free/rpms/smplayer/F-15/smplayer.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- smplayer.spec 7 Feb 2012 03:43:09 -0000 1.14
+++ smplayer.spec 24 Mar 2012 03:21:15 -0000 1.15
@@ -8,7 +8,7 @@
%endif
Name: smplayer
-Version: 0.7.0
+Version: 0.7.1
Release: 1%{?dist}
Summary: A graphical frontend for mplayer
@@ -25,12 +25,14 @@
# Fix regression in Thunar (TODO: re-check in upcoming versions!)
# https://bugzilla.rpmfusion.org/show_bug.cgi?id=1217
Patch0: smplayer-0.6.9-desktop-files.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch1: smplayer-0.7.0-system-quazip.patch
BuildRequires: desktop-file-utils
BuildRequires: qt4-devel
+BuildRequires: quazip-devel
# smplayer without mplayer is quite useless
Requires: mplayer
+Requires: kde-filesystem
%description
smplayer intends to be a complete front-end for Mplayer, from basic features
@@ -42,7 +44,11 @@
%prep
%setup -qn %{name}-%{version}
+#remove some bundle sources
+rm -rf zlib-1.2.6
+rm -rf src/findsubtitles/quazip
%patch0 -p0 -b .desktop-files
+%patch1 -p1 -b .quazip
# correction for wrong-file-end-of-line-encoding
%{__sed} -i 's/\r//' *.txt
@@ -125,6 +131,19 @@
%endif
%changelog
+* Sat Mar 24 2012 Sérgio Basto <sergio(a)serjux.com> - 0.7.1-1
+- New upstream version: 0.7.1, changelog says "This version includes some bug fixes,
+ some of them important. It's highly recommended to update."
+- Remove some bundle sources.
+- Small fixes in patches to fit on 0.7.1.
+
+* Sat Mar 24 2012 Sérgio Basto <sergio(a)serjux.com> - 0.7.0-3
+- Add a patch to remove bundled quazip shlibs and Requires kde-filesystem, bug rfbz #1164
+- Removed tag BuildRoot.
+
+* Fri Mar 02 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.0-2
+- Rebuilt for c++ ABI breakage
+
* Tue Feb 7 2012 Sérgio Basto <sergio(a)serjux.com> - 0.7.0-1
- new upstream version: 0.7.0
Index: sources
===================================================================
RCS file: /cvs/free/rpms/smplayer/F-15/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources 7 Feb 2012 03:43:09 -0000 1.11
+++ sources 24 Mar 2012 03:21:15 -0000 1.12
@@ -1 +1 @@
-e39ba5b54e6218d411ecd296002d77bb smplayer-0.7.0.tar.bz2
+e50046399ee918bb7b57e98971425c95 smplayer-0.7.1.tar.bz2
12 years, 8 months
rpms/smplayer/F-16 smplayer-0.7.0-system-quazip.patch, NONE, 1.1 .cvsignore, 1.11, 1.12 smplayer-0.6.9-desktop-files.patch, 1.2, 1.3 smplayer.spec, 1.14, 1.15 sources, 1.11, 1.12
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/smplayer/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9320
Modified Files:
.cvsignore smplayer-0.6.9-desktop-files.patch smplayer.spec
sources
Added Files:
smplayer-0.7.0-system-quazip.patch
Log Message:
* Sat Mar 24 2012 Sérgio Basto <sergio(a)serjux.com> - 0.7.1-1
- New upstream version: 0.7.1, changelog says "This version includes some bug fixes,
some of them important. It's highly recommended to update."
- Remove some bundle sources.
- Small fixes in patches to fit on 0.7.1.
* Sat Mar 24 2012 Sérgio Basto <sergio(a)serjux.com> - 0.7.0-3
- Add a patch to remove bundled quazip shlibs and Requires kde-filesystem, bug rfbz #1164
- Removed tag BuildRoot.
smplayer-0.7.0-system-quazip.patch:
smplayer-0.6.9/src/findsubtitles/findsubtitles.pro | 20 +------------------
smplayer-0.7.1/src/smplayer.pro | 22 +++------------------
2 files changed, 6 insertions(+), 36 deletions(-)
--- NEW FILE smplayer-0.7.0-system-quazip.patch ---
diff -urP smplayer-0.6.9.org/src/findsubtitles/findsubtitles.pro smplayer-0.6.9/src/findsubtitles/findsubtitles.pro
--- smplayer-0.6.9.org/src/findsubtitles/findsubtitles.pro 2009-01-01 15:34:51.000000000 -0700
+++ smplayer-0.6.9/src/findsubtitles/findsubtitles.pro 2010-04-26 03:51:13.821648677 -0600
@@ -28,30 +28,14 @@
DEFINES += NO_SMPLAYER_SUPPORT DOWNLOAD_SUBS
contains( DEFINES, DOWNLOAD_SUBS ) {
- INCLUDEPATH += filedownloader quazip
- DEPENDPATH += filedownloader quazip
+ INCLUDEPATH += filedownloader
+ DEPENDPATH += filedownloader
HEADERS += filedownloader.h subchooserdialog.h
SOURCES += filedownloader.cpp subchooserdialog.cpp
FORMS += subchooserdialog.ui
- HEADERS += crypt.h \
- ioapi.h \
- quazip.h \
- quazipfile.h \
- quazipfileinfo.h \
- quazipnewinfo.h \
- unzip.h \
- zip.h
-
- SOURCES += ioapi.c \
- quazip.cpp \
- quazipfile.cpp \
- quazipnewinfo.cpp \
- unzip.c \
- zip.c
-
LIBS += -lz
win32 {
--- smplayer-0.7.1/src/smplayer.pro.orig 2012-02-09 11:07:02.000000000 +0000
+++ smplayer-0.7.1/src/smplayer.pro 2012-03-24 01:57:08.950048887 +0000
@@ -256,31 +256,17 @@ TRANSLATIONS = translations/smplayer_es.
translations/smplayer_da.ts translations/smplayer_hr.ts
contains( DEFINES, DOWNLOAD_SUBS ) {
- INCLUDEPATH += findsubtitles/filedownloader findsubtitles/quazip
- DEPENDPATH += findsubtitles/filedownloader findsubtitles/quazip
+ INCLUDEPATH += findsubtitles/filedownloader
+ DEPENDPATH += findsubtitles/filedownloader
HEADERS += filedownloader.h subchooserdialog.h
SOURCES += filedownloader.cpp subchooserdialog.cpp
FORMS += subchooserdialog.ui
- HEADERS += crypt.h \
- ioapi.h \
- quazip.h \
- quazipfile.h \
- quazipfileinfo.h \
- quazipnewinfo.h \
- unzip.h \
- zip.h
+ INCLUDEPATH += /usr/include/quazip /usr/include/minizip
- SOURCES += ioapi.c \
- quazip.cpp \
- quazipfile.cpp \
- quazipnewinfo.cpp \
- unzip.c \
- zip.c
-
- LIBS += -lz
+ LIBS += -lz -lquazip
win32 {
INCLUDEPATH += ..\\zlib-1.2.6
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/smplayer/F-16/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore 7 Feb 2012 03:18:48 -0000 1.11
+++ .cvsignore 24 Mar 2012 03:12:14 -0000 1.12
@@ -1 +1 @@
-smplayer-0.7.0.tar.bz2
+smplayer-0.7.1.tar.bz2
smplayer-0.6.9-desktop-files.patch:
smplayer.desktop | 2 +-
smplayer_enqueue.desktop | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Index: smplayer-0.6.9-desktop-files.patch
===================================================================
RCS file: /cvs/free/rpms/smplayer/F-16/smplayer-0.6.9-desktop-files.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- smplayer-0.6.9-desktop-files.patch 7 Feb 2012 03:18:48 -0000 1.2
+++ smplayer-0.6.9-desktop-files.patch 24 Mar 2012 03:12:14 -0000 1.3
@@ -15,7 +15,7 @@
+++ ./smplayer_enqueue.desktop 2010-05-24 17:12:31.152634138 +0200
@@ -1,6 +1,6 @@
[Desktop Entry]
- Categories=Qt;AudioVideo;Player;Video;
+ Categories=Qt;KDE;AudioVideo;Player;Video;
-Exec=smplayer -add-to-playlist %U
+Exec=smplayer -add-to-playlist %F
Icon=smplayer
Index: smplayer.spec
===================================================================
RCS file: /cvs/free/rpms/smplayer/F-16/smplayer.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- smplayer.spec 7 Feb 2012 03:18:48 -0000 1.14
+++ smplayer.spec 24 Mar 2012 03:12:14 -0000 1.15
@@ -8,7 +8,7 @@
%endif
Name: smplayer
-Version: 0.7.0
+Version: 0.7.1
Release: 1%{?dist}
Summary: A graphical frontend for mplayer
@@ -25,12 +25,14 @@
# Fix regression in Thunar (TODO: re-check in upcoming versions!)
# https://bugzilla.rpmfusion.org/show_bug.cgi?id=1217
Patch0: smplayer-0.6.9-desktop-files.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch1: smplayer-0.7.0-system-quazip.patch
BuildRequires: desktop-file-utils
BuildRequires: qt4-devel
+BuildRequires: quazip-devel
# smplayer without mplayer is quite useless
Requires: mplayer
+Requires: kde-filesystem
%description
smplayer intends to be a complete front-end for Mplayer, from basic features
@@ -42,7 +44,11 @@
%prep
%setup -qn %{name}-%{version}
+#remove some bundle sources
+rm -rf zlib-1.2.6
+rm -rf src/findsubtitles/quazip
%patch0 -p0 -b .desktop-files
+%patch1 -p1 -b .quazip
# correction for wrong-file-end-of-line-encoding
%{__sed} -i 's/\r//' *.txt
@@ -125,6 +131,19 @@
%endif
%changelog
+* Sat Mar 24 2012 Sérgio Basto <sergio(a)serjux.com> - 0.7.1-1
+- New upstream version: 0.7.1, changelog says "This version includes some bug fixes,
+ some of them important. It's highly recommended to update."
+- Remove some bundle sources.
+- Small fixes in patches to fit on 0.7.1.
+
+* Sat Mar 24 2012 Sérgio Basto <sergio(a)serjux.com> - 0.7.0-3
+- Add a patch to remove bundled quazip shlibs and Requires kde-filesystem, bug rfbz #1164
+- Removed tag BuildRoot.
+
+* Fri Mar 02 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.0-2
+- Rebuilt for c++ ABI breakage
+
* Tue Feb 7 2012 Sérgio Basto <sergio(a)serjux.com> - 0.7.0-1
- new upstream version: 0.7.0
Index: sources
===================================================================
RCS file: /cvs/free/rpms/smplayer/F-16/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources 7 Feb 2012 03:18:48 -0000 1.11
+++ sources 24 Mar 2012 03:12:14 -0000 1.12
@@ -1 +1 @@
-e39ba5b54e6218d411ecd296002d77bb smplayer-0.7.0.tar.bz2
+e50046399ee918bb7b57e98971425c95 smplayer-0.7.1.tar.bz2
12 years, 8 months
rpms/smplayer/F-17 smplayer-0.7.0-system-quazip.patch, NONE, 1.1 .cvsignore, 1.11, 1.12 smplayer-0.6.9-desktop-files.patch, 1.3, 1.4 smplayer.spec, 1.15, 1.16 sources, 1.11, 1.12
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/smplayer/F-17
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8602
Modified Files:
.cvsignore smplayer-0.6.9-desktop-files.patch smplayer.spec
sources
Added Files:
smplayer-0.7.0-system-quazip.patch
Log Message:
* Sat Mar 24 2012 Sérgio Basto <sergio(a)serjux.com> - 0.7.1-1
- New upstream version: 0.7.1, changelog says "This version includes some bug fixes,
some of them important. It's highly recommended to update."
- Remove some bundle sources.
- Small fixes in patches to fit on 0.7.1.
* Sat Mar 24 2012 Sérgio Basto <sergio(a)serjux.com> - 0.7.0-3
- Add a patch to remove bundled quazip shlibs and Requires kde-filesystem, bug rfbz #1164
- Removed tag BuildRoot.
smplayer-0.7.0-system-quazip.patch:
smplayer-0.6.9/src/findsubtitles/findsubtitles.pro | 20 +------------------
smplayer-0.7.1/src/smplayer.pro | 22 +++------------------
2 files changed, 6 insertions(+), 36 deletions(-)
--- NEW FILE smplayer-0.7.0-system-quazip.patch ---
diff -urP smplayer-0.6.9.org/src/findsubtitles/findsubtitles.pro smplayer-0.6.9/src/findsubtitles/findsubtitles.pro
--- smplayer-0.6.9.org/src/findsubtitles/findsubtitles.pro 2009-01-01 15:34:51.000000000 -0700
+++ smplayer-0.6.9/src/findsubtitles/findsubtitles.pro 2010-04-26 03:51:13.821648677 -0600
@@ -28,30 +28,14 @@
DEFINES += NO_SMPLAYER_SUPPORT DOWNLOAD_SUBS
contains( DEFINES, DOWNLOAD_SUBS ) {
- INCLUDEPATH += filedownloader quazip
- DEPENDPATH += filedownloader quazip
+ INCLUDEPATH += filedownloader
+ DEPENDPATH += filedownloader
HEADERS += filedownloader.h subchooserdialog.h
SOURCES += filedownloader.cpp subchooserdialog.cpp
FORMS += subchooserdialog.ui
- HEADERS += crypt.h \
- ioapi.h \
- quazip.h \
- quazipfile.h \
- quazipfileinfo.h \
- quazipnewinfo.h \
- unzip.h \
- zip.h
-
- SOURCES += ioapi.c \
- quazip.cpp \
- quazipfile.cpp \
- quazipnewinfo.cpp \
- unzip.c \
- zip.c
-
LIBS += -lz
win32 {
--- smplayer-0.7.1/src/smplayer.pro.orig 2012-02-09 11:07:02.000000000 +0000
+++ smplayer-0.7.1/src/smplayer.pro 2012-03-24 01:57:08.950048887 +0000
@@ -256,31 +256,17 @@ TRANSLATIONS = translations/smplayer_es.
translations/smplayer_da.ts translations/smplayer_hr.ts
contains( DEFINES, DOWNLOAD_SUBS ) {
- INCLUDEPATH += findsubtitles/filedownloader findsubtitles/quazip
- DEPENDPATH += findsubtitles/filedownloader findsubtitles/quazip
+ INCLUDEPATH += findsubtitles/filedownloader
+ DEPENDPATH += findsubtitles/filedownloader
HEADERS += filedownloader.h subchooserdialog.h
SOURCES += filedownloader.cpp subchooserdialog.cpp
FORMS += subchooserdialog.ui
- HEADERS += crypt.h \
- ioapi.h \
- quazip.h \
- quazipfile.h \
- quazipfileinfo.h \
- quazipnewinfo.h \
- unzip.h \
- zip.h
+ INCLUDEPATH += /usr/include/quazip /usr/include/minizip
- SOURCES += ioapi.c \
- quazip.cpp \
- quazipfile.cpp \
- quazipnewinfo.cpp \
- unzip.c \
- zip.c
-
- LIBS += -lz
+ LIBS += -lz -lquazip
win32 {
INCLUDEPATH += ..\\zlib-1.2.6
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/smplayer/F-17/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore 7 Feb 2012 03:00:03 -0000 1.11
+++ .cvsignore 24 Mar 2012 03:07:19 -0000 1.12
@@ -1 +1 @@
-smplayer-0.7.0.tar.bz2
+smplayer-0.7.1.tar.bz2
smplayer-0.6.9-desktop-files.patch:
smplayer.desktop | 2 +-
smplayer_enqueue.desktop | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Index: smplayer-0.6.9-desktop-files.patch
===================================================================
RCS file: /cvs/free/rpms/smplayer/F-17/smplayer-0.6.9-desktop-files.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- smplayer-0.6.9-desktop-files.patch 7 Feb 2012 03:08:07 -0000 1.3
+++ smplayer-0.6.9-desktop-files.patch 24 Mar 2012 03:07:19 -0000 1.4
@@ -15,7 +15,7 @@
+++ ./smplayer_enqueue.desktop 2010-05-24 17:12:31.152634138 +0200
@@ -1,6 +1,6 @@
[Desktop Entry]
- Categories=Qt;AudioVideo;Player;Video;
+ Categories=Qt;KDE;AudioVideo;Player;Video;
-Exec=smplayer -add-to-playlist %U
+Exec=smplayer -add-to-playlist %F
Icon=smplayer
Index: smplayer.spec
===================================================================
RCS file: /cvs/free/rpms/smplayer/F-17/smplayer.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- smplayer.spec 2 Mar 2012 15:04:47 -0000 1.15
+++ smplayer.spec 24 Mar 2012 03:07:19 -0000 1.16
@@ -8,8 +8,8 @@
%endif
Name: smplayer
-Version: 0.7.0
-Release: 2%{?dist}
+Version: 0.7.1
+Release: 1%{?dist}
Summary: A graphical frontend for mplayer
Group: Applications/Multimedia
@@ -25,12 +25,14 @@
# Fix regression in Thunar (TODO: re-check in upcoming versions!)
# https://bugzilla.rpmfusion.org/show_bug.cgi?id=1217
Patch0: smplayer-0.6.9-desktop-files.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch1: smplayer-0.7.0-system-quazip.patch
BuildRequires: desktop-file-utils
BuildRequires: qt4-devel
+BuildRequires: quazip-devel
# smplayer without mplayer is quite useless
Requires: mplayer
+Requires: kde-filesystem
%description
smplayer intends to be a complete front-end for Mplayer, from basic features
@@ -42,7 +44,11 @@
%prep
%setup -qn %{name}-%{version}
+#remove some bundle sources
+rm -rf zlib-1.2.6
+rm -rf src/findsubtitles/quazip
%patch0 -p0 -b .desktop-files
+%patch1 -p1 -b .quazip
# correction for wrong-file-end-of-line-encoding
%{__sed} -i 's/\r//' *.txt
@@ -125,6 +131,16 @@
%endif
%changelog
+* Sat Mar 24 2012 Sérgio Basto <sergio(a)serjux.com> - 0.7.1-1
+- New upstream version: 0.7.1, changelog says "This version includes some bug fixes,
+ some of them important. It's highly recommended to update."
+- Remove some bundle sources.
+- Small fixes in patches to fit on 0.7.1.
+
+* Sat Mar 24 2012 Sérgio Basto <sergio(a)serjux.com> - 0.7.0-3
+- Add a patch to remove bundled quazip shlibs and Requires kde-filesystem, bug rfbz #1164
+- Removed tag BuildRoot.
+
* Fri Mar 02 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.0-2
- Rebuilt for c++ ABI breakage
Index: sources
===================================================================
RCS file: /cvs/free/rpms/smplayer/F-17/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources 7 Feb 2012 03:00:03 -0000 1.11
+++ sources 24 Mar 2012 03:07:19 -0000 1.12
@@ -1 +1 @@
-e39ba5b54e6218d411ecd296002d77bb smplayer-0.7.0.tar.bz2
+e50046399ee918bb7b57e98971425c95 smplayer-0.7.1.tar.bz2
12 years, 8 months
rpms/smplayer/devel .cvsignore, 1.11, 1.12 smplayer-0.6.9-desktop-files.patch, 1.3, 1.4 smplayer-0.7.0-system-quazip.patch, 1.1, 1.2 smplayer.spec, 1.16, 1.17 sources, 1.11, 1.12
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/smplayer/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21513
Modified Files:
.cvsignore smplayer-0.6.9-desktop-files.patch
smplayer-0.7.0-system-quazip.patch smplayer.spec sources
Log Message:
* Sat Mar 24 2012 Sérgio Basto <sergio(a)serjux.com> - 0.7.1-1
- New upstream version: 0.7.1, changelog says "This version includes some bug fixes,
some of them important. It's highly recommended to update."
- Remove some bundle sources.
- Small fixes in patches to fit on 0.7.1.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/smplayer/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore 7 Feb 2012 03:00:03 -0000 1.11
+++ .cvsignore 24 Mar 2012 02:39:09 -0000 1.12
@@ -1 +1 @@
-smplayer-0.7.0.tar.bz2
+smplayer-0.7.1.tar.bz2
smplayer-0.6.9-desktop-files.patch:
smplayer.desktop | 2 +-
smplayer_enqueue.desktop | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Index: smplayer-0.6.9-desktop-files.patch
===================================================================
RCS file: /cvs/free/rpms/smplayer/devel/smplayer-0.6.9-desktop-files.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- smplayer-0.6.9-desktop-files.patch 7 Feb 2012 03:08:07 -0000 1.3
+++ smplayer-0.6.9-desktop-files.patch 24 Mar 2012 02:39:09 -0000 1.4
@@ -15,7 +15,7 @@
+++ ./smplayer_enqueue.desktop 2010-05-24 17:12:31.152634138 +0200
@@ -1,6 +1,6 @@
[Desktop Entry]
- Categories=Qt;AudioVideo;Player;Video;
+ Categories=Qt;KDE;AudioVideo;Player;Video;
-Exec=smplayer -add-to-playlist %U
+Exec=smplayer -add-to-playlist %F
Icon=smplayer
smplayer-0.7.0-system-quazip.patch:
smplayer-0.6.9/src/findsubtitles/findsubtitles.pro | 20 +------------------
smplayer-0.7.1/src/smplayer.pro | 22 +++------------------
2 files changed, 6 insertions(+), 36 deletions(-)
Index: smplayer-0.7.0-system-quazip.patch
===================================================================
RCS file: /cvs/free/rpms/smplayer/devel/smplayer-0.7.0-system-quazip.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- smplayer-0.7.0-system-quazip.patch 24 Mar 2012 01:30:31 -0000 1.1
+++ smplayer-0.7.0-system-quazip.patch 24 Mar 2012 02:39:09 -0000 1.2
@@ -34,9 +34,9 @@
LIBS += -lz
win32 {
---- smplayer-0.7.0/src/smplayer.pro.orig 2012-01-22 09:45:20.000000000 +0000
-+++ smplayer-0.7.0/src/smplayer.pro 2012-03-24 00:55:09.670097366 +0000
-@@ -256,32 +256,18 @@ TRANSLATIONS = translations/smplayer_es.
+--- smplayer-0.7.1/src/smplayer.pro.orig 2012-02-09 11:07:02.000000000 +0000
++++ smplayer-0.7.1/src/smplayer.pro 2012-03-24 01:57:08.950048887 +0000
+@@ -256,31 +256,17 @@ TRANSLATIONS = translations/smplayer_es.
translations/smplayer_da.ts translations/smplayer_hr.ts
contains( DEFINES, DOWNLOAD_SUBS ) {
@@ -68,9 +68,7 @@
- zip.c
-
- LIBS += -lz
--
-+ LIBS += -lz -lquazip
-+
++ LIBS += -lz -lquazip
+
win32 {
- INCLUDEPATH += c:\\development\\zlib-1.2.3
- LIBS += -Lc:\\development\\zlib-1.2.3
+ INCLUDEPATH += ..\\zlib-1.2.6
Index: smplayer.spec
===================================================================
RCS file: /cvs/free/rpms/smplayer/devel/smplayer.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- smplayer.spec 24 Mar 2012 01:30:31 -0000 1.16
+++ smplayer.spec 24 Mar 2012 02:39:09 -0000 1.17
@@ -8,8 +8,8 @@
%endif
Name: smplayer
-Version: 0.7.0
-Release: 3%{?dist}
+Version: 0.7.1
+Release: 1%{?dist}
Summary: A graphical frontend for mplayer
Group: Applications/Multimedia
@@ -44,8 +44,11 @@
%prep
%setup -qn %{name}-%{version}
+#remove some bundle sources
+rm -rf zlib-1.2.6
+rm -rf src/findsubtitles/quazip
%patch0 -p0 -b .desktop-files
-%patch1 -p1
+%patch1 -p1 -b .quazip
# correction for wrong-file-end-of-line-encoding
%{__sed} -i 's/\r//' *.txt
@@ -128,6 +131,12 @@
%endif
%changelog
+* Sat Mar 24 2012 Sérgio Basto <sergio(a)serjux.com> - 0.7.1-1
+- New upstream version: 0.7.1, changelog says "This version includes some bug fixes,
+ some of them important. It's highly recommended to update."
+- Remove some bundle sources.
+- Small fixes in patches to fit on 0.7.1.
+
* Sat Mar 24 2012 Sérgio Basto <sergio(a)serjux.com> - 0.7.0-3
- Add a patch to remove bundled quazip shlibs and Requires kde-filesystem, bug rfbz #1164
- Removed tag BuildRoot.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/smplayer/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources 7 Feb 2012 03:00:03 -0000 1.11
+++ sources 24 Mar 2012 02:39:09 -0000 1.12
@@ -1 +1 @@
-e39ba5b54e6218d411ecd296002d77bb smplayer-0.7.0.tar.bz2
+e50046399ee918bb7b57e98971425c95 smplayer-0.7.1.tar.bz2
12 years, 8 months
rpms/smplayer/devel smplayer-0.7.0-system-quazip.patch, NONE, 1.1 smplayer.spec, 1.15, 1.16
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/smplayer/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13471
Modified Files:
smplayer.spec
Added Files:
smplayer-0.7.0-system-quazip.patch
Log Message:
* Sat Mar 24 2012 Sérgio Basto <sergio(a)serjux.com> - 0.7.0-3
- Add a patch to remove bundled quazip shlibs and Requires kde-filesystem, bug rfbz #1164
- Removed tag BuildRoot.
smplayer-0.7.0-system-quazip.patch:
smplayer-0.6.9/src/findsubtitles/findsubtitles.pro | 20 +----------------
smplayer-0.7.0/src/smplayer.pro | 24 ++++-----------------
2 files changed, 7 insertions(+), 37 deletions(-)
--- NEW FILE smplayer-0.7.0-system-quazip.patch ---
diff -urP smplayer-0.6.9.org/src/findsubtitles/findsubtitles.pro smplayer-0.6.9/src/findsubtitles/findsubtitles.pro
--- smplayer-0.6.9.org/src/findsubtitles/findsubtitles.pro 2009-01-01 15:34:51.000000000 -0700
+++ smplayer-0.6.9/src/findsubtitles/findsubtitles.pro 2010-04-26 03:51:13.821648677 -0600
@@ -28,30 +28,14 @@
DEFINES += NO_SMPLAYER_SUPPORT DOWNLOAD_SUBS
contains( DEFINES, DOWNLOAD_SUBS ) {
- INCLUDEPATH += filedownloader quazip
- DEPENDPATH += filedownloader quazip
+ INCLUDEPATH += filedownloader
+ DEPENDPATH += filedownloader
HEADERS += filedownloader.h subchooserdialog.h
SOURCES += filedownloader.cpp subchooserdialog.cpp
FORMS += subchooserdialog.ui
- HEADERS += crypt.h \
- ioapi.h \
- quazip.h \
- quazipfile.h \
- quazipfileinfo.h \
- quazipnewinfo.h \
- unzip.h \
- zip.h
-
- SOURCES += ioapi.c \
- quazip.cpp \
- quazipfile.cpp \
- quazipnewinfo.cpp \
- unzip.c \
- zip.c
-
LIBS += -lz
win32 {
--- smplayer-0.7.0/src/smplayer.pro.orig 2012-01-22 09:45:20.000000000 +0000
+++ smplayer-0.7.0/src/smplayer.pro 2012-03-24 00:55:09.670097366 +0000
@@ -256,32 +256,18 @@ TRANSLATIONS = translations/smplayer_es.
translations/smplayer_da.ts translations/smplayer_hr.ts
contains( DEFINES, DOWNLOAD_SUBS ) {
- INCLUDEPATH += findsubtitles/filedownloader findsubtitles/quazip
- DEPENDPATH += findsubtitles/filedownloader findsubtitles/quazip
+ INCLUDEPATH += findsubtitles/filedownloader
+ DEPENDPATH += findsubtitles/filedownloader
HEADERS += filedownloader.h subchooserdialog.h
SOURCES += filedownloader.cpp subchooserdialog.cpp
FORMS += subchooserdialog.ui
- HEADERS += crypt.h \
- ioapi.h \
- quazip.h \
- quazipfile.h \
- quazipfileinfo.h \
- quazipnewinfo.h \
- unzip.h \
- zip.h
+ INCLUDEPATH += /usr/include/quazip /usr/include/minizip
- SOURCES += ioapi.c \
- quazip.cpp \
- quazipfile.cpp \
- quazipnewinfo.cpp \
- unzip.c \
- zip.c
-
- LIBS += -lz
-
+ LIBS += -lz -lquazip
+
win32 {
INCLUDEPATH += c:\\development\\zlib-1.2.3
LIBS += -Lc:\\development\\zlib-1.2.3
Index: smplayer.spec
===================================================================
RCS file: /cvs/free/rpms/smplayer/devel/smplayer.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- smplayer.spec 2 Mar 2012 22:15:38 -0000 1.15
+++ smplayer.spec 24 Mar 2012 01:30:31 -0000 1.16
@@ -9,7 +9,7 @@
Name: smplayer
Version: 0.7.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A graphical frontend for mplayer
Group: Applications/Multimedia
@@ -25,12 +25,14 @@
# Fix regression in Thunar (TODO: re-check in upcoming versions!)
# https://bugzilla.rpmfusion.org/show_bug.cgi?id=1217
Patch0: smplayer-0.6.9-desktop-files.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch1: smplayer-0.7.0-system-quazip.patch
BuildRequires: desktop-file-utils
BuildRequires: qt4-devel
+BuildRequires: quazip-devel
# smplayer without mplayer is quite useless
Requires: mplayer
+Requires: kde-filesystem
%description
smplayer intends to be a complete front-end for Mplayer, from basic features
@@ -43,6 +45,7 @@
%prep
%setup -qn %{name}-%{version}
%patch0 -p0 -b .desktop-files
+%patch1 -p1
# correction for wrong-file-end-of-line-encoding
%{__sed} -i 's/\r//' *.txt
@@ -125,6 +128,10 @@
%endif
%changelog
+* Sat Mar 24 2012 Sérgio Basto <sergio(a)serjux.com> - 0.7.0-3
+- Add a patch to remove bundled quazip shlibs and Requires kde-filesystem, bug rfbz #1164
+- Removed tag BuildRoot.
+
* Fri Mar 02 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.0-2
- Rebuilt for c++ ABI breakage
12 years, 8 months
rpms/VirtualBox-OSE/F-17 VirtualBox-OSE-4.1.10-gsoap.patch, NONE, 1.1
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/VirtualBox-OSE/F-17
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27566
Added Files:
VirtualBox-OSE-4.1.10-gsoap.patch
Log Message:
added missing file.
VirtualBox-OSE-4.1.10-gsoap.patch:
configure | 2 +-
src/VBox/Main/webservice/Makefile.kmk | 9 +++++++--
2 files changed, 8 insertions(+), 3 deletions(-)
--- NEW FILE VirtualBox-OSE-4.1.10-gsoap.patch ---
Index: /trunk/configure
===================================================================
--- trunk/configure (revision 40412)
+++ trunk/configure (revision 40476)
@@ -1961,5 +1961,5 @@
cnf_append "VBOX_GSOAP_CXX_SOURCES" ""
fi
- cnf_append "VBOX_GSOAP_CXX_LIBS" "libgsoap++"
+ cnf_append "VBOX_GSOAP_CXX_LIBS" "libgsoapssl++ ssl crypto"
log_success "found"
else
Index: /trunk/src/VBox/Main/webservice/Makefile.kmk
===================================================================
--- trunk/src/VBox/Main/webservice/Makefile.kmk (revision 40400)
+++ trunk/src/VBox/Main/webservice/Makefile.kmk (revision 40476)
@@ -194,4 +194,9 @@
+# disable -fvisibility=hidden as the SOAP stuff does not properly set the visibility attributes
+TEMPLATE_VBOXWEBR3EXE = Webservices without -fvisibility
+TEMPLATE_VBOXWEBR3EXE_EXTENDS = VBOXR3EXE
+TEMPLATE_VBOXWEBR3EXE_CXXFLAGS = $(filter-out $(VBOX_GCC_fvisibility-hidden) $(VBOX_GCC_fvisibility-inlines-hidden),\
+ $(TEMPLATE_VBOXR3EXE_CXXFLAGS))
ifdef VBOX_GSOAP_INSTALLED
@@ -201,5 +206,5 @@
#
LIBRARIES += vboxsoap
- vboxsoap_TEMPLATE = VBOXR3EXE
+ vboxsoap_TEMPLATE = VBOXWEBR3EXE
ifdef VBOX_USE_VCC80
vboxsoap_CXXFLAGS.win += -bigobj
@@ -430,5 +435,5 @@
#
PROGRAMS += webtest
- webtest_TEMPLATE = VBOXR3EXE
+ webtest_TEMPLATE = VBOXWEBR3EXE
ifdef VBOX_USE_VCC80
webtest_CXXFLAGS.win += -bigobj
12 years, 8 months
rpms/VirtualBox-OSE-kmod/F-16 VirtualBox-OSE-kmod.spec,1.82,1.83
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/VirtualBox-OSE-kmod/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19688
Modified Files:
VirtualBox-OSE-kmod.spec
Log Message:
* Fri Mar 23 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.10-1.1
- New release.
Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/F-16/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- VirtualBox-OSE-kmod.spec 21 Mar 2012 11:06:29 -0000 1.82
+++ VirtualBox-OSE-kmod.spec 23 Mar 2012 16:53:22 -0000 1.83
@@ -3,7 +3,7 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%define buildforkernels newest
+%define buildforkernels akmod
# In prerelease builds (such as betas), this package has the same
# major version number, while the kernel module abi is not guarranteed
@@ -17,8 +17,8 @@
%bcond_without hardening
Name: VirtualBox-OSE-kmod
-Version: 4.1.8
-Release: 1%{?dist}.17
+Version: 4.1.10
+Release: 1%{?dist}.1
Summary: Kernel module for VirtualBox-OSE
Group: System Environment/Kernel
@@ -100,6 +100,9 @@
%changelog
+* Fri Mar 23 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.10-1.1
+- New release.
+
* Wed Mar 21 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.8-1.17
- rebuild for updated kernel
12 years, 8 months