rpms/qtractor/F-13 .cvsignore, 1.6, 1.7 qtractor.spec, 1.6, 1.7 sources, 1.6, 1.7
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/qtractor/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26895
Modified Files:
.cvsignore qtractor.spec sources
Log Message:
* Sun May 23 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4.6-1
- Update to 0.4.6
- Drop upstreamed .desktop file modifications
- Drop old documentation
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/qtractor/F-13/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 30 Jan 2010 22:41:21 -0000 1.6
+++ .cvsignore 23 May 2010 20:59:44 -0000 1.7
@@ -1,2 +1 @@
-qtractor-0.3.0-user-manual.odt
-qtractor-0.4.5.tar.gz
+qtractor-0.4.6.tar.gz
Index: qtractor.spec
===================================================================
RCS file: /cvs/free/rpms/qtractor/F-13/qtractor.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- qtractor.spec 30 Jan 2010 22:41:21 -0000 1.6
+++ qtractor.spec 23 May 2010 20:59:44 -0000 1.7
@@ -10,13 +10,12 @@
Summary: Audio/MIDI multi-track sequencer
Name: qtractor
-Version: 0.4.5
+Version: 0.4.6
Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://qtractor.sourceforge.net/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Source1: http://downloads.sourceforge.net/%{name}/%{name}-0.3.0-user-manual.odt
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: alsa-lib-devel
@@ -45,15 +44,6 @@
%prep
%setup -q
-cp -a %{SOURCE1} .
-# Remove absolute paths from the desktop file:
-sed -i 's|@ac_prefix@.*|%{name}|' %{name}.desktop.in
-
-# Preserve timestamps:
-sed -i 's|@install|install -p|' Makefile.in
-
-# Fix weird permissions
-chmod -x src/*.{cpp,h}
%build
export PATH=${PATH}:%{_libdir}/qt4/bin
@@ -68,21 +58,8 @@
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
-# move icon to freedesktop location
-mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
-mv %{buildroot}%{_datadir}/pixmaps/%{name}.png \
- %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
-
-# install the desktop entry
-RM_CAT="JACK ALSA MIDI"
-ADD_CAT="X-Alsa X-Recorders X-Multitrack X-Jack X-MIDI Midi Sequencer"
-
-mkdir -p %{buildroot}%{_datadir}/applications
-desktop-file-install \
- --dir %{buildroot}%{_datadir}/applications \
- `for c in ${RM_CAT} ; do echo "--remove-category $c " ; done` \
- `for c in ${ADD_CAT} ; do echo "--add-category $c " ; done` \
- %{name}.desktop
+%check
+desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%clean
rm -rf %{buildroot}
@@ -102,12 +79,20 @@
%files
%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING README TODO *.odt
+%doc AUTHORS ChangeLog COPYING README TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%changelog
+* Sun May 23 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4.6-1
+- Update to 0.4.6
+- Drop upstreamed .desktop file modifications
+- Drop old documentation
+
+* Sun May 16 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4.6-0.1.1568svn1565
+- Update to 0.4.6 rc (svn1565)
+
* Sat Jan 30 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4.5-1
- updated to 0.4.5.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/qtractor/F-13/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 30 Jan 2010 22:41:21 -0000 1.6
+++ sources 23 May 2010 20:59:44 -0000 1.7
@@ -1,2 +1 @@
-295b3728414df215a9ed5eff81bf27c8 qtractor-0.3.0-user-manual.odt
-457985aa5f5a98f52f70300e509bef56 qtractor-0.4.5.tar.gz
+50ba658782fcba412095525eaaf56038 qtractor-0.4.6.tar.gz
14 years, 7 months
rpms/qtractor/devel .cvsignore, 1.6, 1.7 qtractor.spec, 1.6, 1.7 sources, 1.6, 1.7
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/qtractor/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26449
Modified Files:
.cvsignore qtractor.spec sources
Log Message:
* Sun May 23 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4.6-1
- Update to 0.4.6
- Drop upstreamed .desktop file modifications
- Drop old documentation
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/qtractor/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 30 Jan 2010 22:41:21 -0000 1.6
+++ .cvsignore 23 May 2010 20:59:04 -0000 1.7
@@ -1,2 +1 @@
-qtractor-0.3.0-user-manual.odt
-qtractor-0.4.5.tar.gz
+qtractor-0.4.6.tar.gz
Index: qtractor.spec
===================================================================
RCS file: /cvs/free/rpms/qtractor/devel/qtractor.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- qtractor.spec 30 Jan 2010 22:41:21 -0000 1.6
+++ qtractor.spec 23 May 2010 20:59:04 -0000 1.7
@@ -10,13 +10,12 @@
Summary: Audio/MIDI multi-track sequencer
Name: qtractor
-Version: 0.4.5
+Version: 0.4.6
Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://qtractor.sourceforge.net/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Source1: http://downloads.sourceforge.net/%{name}/%{name}-0.3.0-user-manual.odt
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: alsa-lib-devel
@@ -45,15 +44,6 @@
%prep
%setup -q
-cp -a %{SOURCE1} .
-# Remove absolute paths from the desktop file:
-sed -i 's|@ac_prefix@.*|%{name}|' %{name}.desktop.in
-
-# Preserve timestamps:
-sed -i 's|@install|install -p|' Makefile.in
-
-# Fix weird permissions
-chmod -x src/*.{cpp,h}
%build
export PATH=${PATH}:%{_libdir}/qt4/bin
@@ -68,21 +58,8 @@
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
-# move icon to freedesktop location
-mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
-mv %{buildroot}%{_datadir}/pixmaps/%{name}.png \
- %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
-
-# install the desktop entry
-RM_CAT="JACK ALSA MIDI"
-ADD_CAT="X-Alsa X-Recorders X-Multitrack X-Jack X-MIDI Midi Sequencer"
-
-mkdir -p %{buildroot}%{_datadir}/applications
-desktop-file-install \
- --dir %{buildroot}%{_datadir}/applications \
- `for c in ${RM_CAT} ; do echo "--remove-category $c " ; done` \
- `for c in ${ADD_CAT} ; do echo "--add-category $c " ; done` \
- %{name}.desktop
+%check
+desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%clean
rm -rf %{buildroot}
@@ -102,12 +79,20 @@
%files
%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING README TODO *.odt
+%doc AUTHORS ChangeLog COPYING README TODO
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%changelog
+* Sun May 23 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4.6-1
+- Update to 0.4.6
+- Drop upstreamed .desktop file modifications
+- Drop old documentation
+
+* Sun May 16 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4.6-0.1.1568svn1565
+- Update to 0.4.6 rc (svn1565)
+
* Sat Jan 30 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4.5-1
- updated to 0.4.5.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/qtractor/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 30 Jan 2010 22:41:21 -0000 1.6
+++ sources 23 May 2010 20:59:04 -0000 1.7
@@ -1,2 +1 @@
-295b3728414df215a9ed5eff81bf27c8 qtractor-0.3.0-user-manual.odt
-457985aa5f5a98f52f70300e509bef56 qtractor-0.4.5.tar.gz
+50ba658782fcba412095525eaaf56038 qtractor-0.4.6.tar.gz
14 years, 7 months
rpms/k3b-extras-freeworld/F-13 .cvsignore, 1.8, 1.9 k3b-extras-freeworld.spec, 1.17, 1.18 sources, 1.8, 1.9 k3b-1.91.0-qt47.patch, 1.1, NONE
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/k3b-extras-freeworld/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23438
Modified Files:
.cvsignore k3b-extras-freeworld.spec sources
Removed Files:
k3b-1.91.0-qt47.patch
Log Message:
* Sun May 23 2010 Rex Dieter <rdieter(a)fedoraproject.org> - 1:1.92.0-1
- k3b-1.92.0 (rc3)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/k3b-extras-freeworld/F-13/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 15 May 2010 21:15:05 -0000 1.8
+++ .cvsignore 23 May 2010 20:18:14 -0000 1.9
@@ -1 +1 @@
-k3b-1.91.0rc2.tar.bz2
+k3b-1.92.0rc3.tar.bz2
Index: k3b-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/k3b-extras-freeworld/F-13/k3b-extras-freeworld.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- k3b-extras-freeworld.spec 15 May 2010 23:39:55 -0000 1.17
+++ k3b-extras-freeworld.spec 23 May 2010 20:18:14 -0000 1.18
@@ -1,18 +1,16 @@
-%define pre rc2
+%define pre rc3
Name: k3b-extras-freeworld
Summary: Additional codec plugins for the k3b CD/DVD burning application
Epoch: 1
-Version: 1.91.0
+Version: 1.92.0
Release: 1%{?dist}
Group: Applications/Archiving
License: GPLv2+
URL: http://www.k3b.org/
Source0: http://downloads.sourceforge.net/sourceforge/k3b/k3b-%{version}%{pre}.tar...
-# fix build with Qt 4.7: http://websvn.kde.org/?view=revision&revision=1102482
-Patch0: k3b-1.91.0-qt47.patch
# fix build with FFmpeg 0.6 snapshots (define __STDC_CONSTANT_MACROS)
Patch1: k3b-1.91.0-ffmpeg06.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -52,7 +50,6 @@
%prep
%setup -q -n k3b-%{version}
-%patch0 -p0 -b .qt47
%patch1 -p1 -b .ffmpeg06
@@ -97,6 +94,9 @@
%changelog
+* Sun May 23 2010 Rex Dieter <rdieter(a)fedoraproject.org> - 1:1.92.0-1
+- k3b-1.92.0 (rc3)
+
* Sat May 15 2010 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 1:1.91.0-1
- k3b-1.91.0 (rc2)
- fix build with Qt 4.7 (upstream patch by cfeck)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/k3b-extras-freeworld/F-13/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 15 May 2010 21:15:05 -0000 1.8
+++ sources 23 May 2010 20:18:14 -0000 1.9
@@ -1 +1 @@
-56d1c726a2771d341f59f08d5364d141 k3b-1.91.0rc2.tar.bz2
+65372e9f2826165071b24c9f1d17882b k3b-1.92.0rc3.tar.bz2
--- k3b-1.91.0-qt47.patch DELETED ---
14 years, 7 months
rpms/k3b-extras-freeworld/devel .cvsignore, 1.8, 1.9 k3b-extras-freeworld.spec, 1.18, 1.19 sources, 1.8, 1.9 k3b-1.91.0-qt47.patch, 1.1, NONE
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/k3b-extras-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16910
Modified Files:
.cvsignore k3b-extras-freeworld.spec sources
Removed Files:
k3b-1.91.0-qt47.patch
Log Message:
* Sun May 23 2010 Rex Dieter <rdieter(a)fedoraproject.org> - 1:1.92.0-1
- k3b-1.92.0 (rc3)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/k3b-extras-freeworld/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 15 May 2010 21:15:06 -0000 1.8
+++ .cvsignore 23 May 2010 19:25:25 -0000 1.9
@@ -1 +1 @@
-k3b-1.91.0rc2.tar.bz2
+k3b-1.92.0rc3.tar.bz2
Index: k3b-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/k3b-extras-freeworld/devel/k3b-extras-freeworld.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- k3b-extras-freeworld.spec 15 May 2010 23:08:19 -0000 1.18
+++ k3b-extras-freeworld.spec 23 May 2010 19:25:25 -0000 1.19
@@ -1,18 +1,16 @@
-%define pre rc2
+%define pre rc3
Name: k3b-extras-freeworld
Summary: Additional codec plugins for the k3b CD/DVD burning application
Epoch: 1
-Version: 1.91.0
+Version: 1.92.0
Release: 1%{?dist}
Group: Applications/Archiving
License: GPLv2+
URL: http://www.k3b.org/
Source0: http://downloads.sourceforge.net/sourceforge/k3b/k3b-%{version}%{pre}.tar...
-# fix build with Qt 4.7: http://websvn.kde.org/?view=revision&revision=1102482
-Patch0: k3b-1.91.0-qt47.patch
# fix build with FFmpeg 0.6 snapshots (define __STDC_CONSTANT_MACROS)
Patch1: k3b-1.91.0-ffmpeg06.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -52,7 +50,6 @@
%prep
%setup -q -n k3b-%{version}
-%patch0 -p0 -b .qt47
%patch1 -p1 -b .ffmpeg06
@@ -97,6 +94,9 @@
%changelog
+* Sun May 23 2010 Rex Dieter <rdieter(a)fedoraproject.org> - 1:1.92.0-1
+- k3b-1.92.0 (rc3)
+
* Sat May 15 2010 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 1:1.91.0-1
- k3b-1.91.0 (rc2)
- fix build with Qt 4.7 (upstream patch by cfeck)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/k3b-extras-freeworld/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 15 May 2010 21:15:06 -0000 1.8
+++ sources 23 May 2010 19:25:25 -0000 1.9
@@ -1 +1 @@
-56d1c726a2771d341f59f08d5364d141 k3b-1.91.0rc2.tar.bz2
+65372e9f2826165071b24c9f1d17882b k3b-1.92.0rc3.tar.bz2
--- k3b-1.91.0-qt47.patch DELETED ---
14 years, 7 months
rpms/smc/F-13 smc.spec,1.13,1.14
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/smc/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23768
Modified Files:
smc.spec
Log Message:
- add BR gettext-devel
- add "LIBS=-lboost_system" to configure to fix another DSO issue; better
fix needed in the long term
Index: smc.spec
===================================================================
RCS file: /cvs/free/rpms/smc/F-13/smc.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- smc.spec 23 May 2010 12:17:16 -0000 1.13
+++ smc.spec 23 May 2010 13:34:50 -0000 1.14
@@ -12,6 +12,7 @@
Patch0: http://repo.calcforge.org/temp/smc-1.9-fix-implicit-linking.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libX11-devel
+BuildRequires: gettext-devel
BuildRequires: boost-devel >= 1.31
BuildRequires: cegui-devel >= 0.5
BuildRequires: libGLU-devel
@@ -38,7 +39,7 @@
%patch0 -p1 -b .patch0
%build
-%configure
+%configure LIBS=-lboost_system
make %{?_smp_mflags}
# Generate the credit list from lots of little text files scattered around the
@@ -113,6 +114,9 @@
* Sun May 23 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.9-4
- add patch and BR libX11-devel as kevin suggested in
http://thread.gmane.org/gmane.linux.redhat.fedora.rpmfusion.devel/7651/fo...
+- add BR gettext-devel
+- add "LIBS=-lboost_system" to configure to fix another DSO issue; better
+ fix needed in the long term
* Sun May 16 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.9-3
- rebuilt
14 years, 7 months
rpms/smc/F-13 smc-1.9-fix-implicit-linking.patch,NONE,1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/smc/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18330
Added Files:
smc-1.9-fix-implicit-linking.patch
Log Message:
add patch for smc-1_9-4_fc13
smc-1.9-fix-implicit-linking.patch:
configure | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 5 ++
2 files changed, 124 insertions(+)
--- NEW FILE smc-1.9-fix-implicit-linking.patch ---
diff -ur smc-1.9/configure smc-1.9-fix-implicit-linking/configure
--- smc-1.9/configure 2009-08-17 18:00:45.000000000 +0200
+++ smc-1.9-fix-implicit-linking/configure 2010-05-19 07:17:07.000000000 +0200
@@ -667,6 +667,8 @@
MSGFMT
GETTEXT_MACRO_VERSION
USE_NLS
+X11_LIBS
+X11_CFLAGS
CEGUI_LIBS
CEGUI_CFLAGS
SDL_LIBS
@@ -786,6 +788,8 @@
SDL_LIBS
CEGUI_CFLAGS
CEGUI_LIBS
+X11_CFLAGS
+X11_LIBS
CC
CFLAGS
CXXCPP'
@@ -1450,6 +1454,8 @@
CEGUI_CFLAGS
C compiler flags for CEGUI, overriding pkg-config
CEGUI_LIBS linker flags for CEGUI, overriding pkg-config
+ X11_CFLAGS C compiler flags for X11, overriding pkg-config
+ X11_LIBS linker flags for X11, overriding pkg-config
CC C compiler command
CFLAGS C compiler flags
CXXCPP C++ preprocessor
@@ -4274,6 +4280,119 @@
CPPFLAGS="$CPPFLAGS $CEGUI_CFLAGS"
LIBS="$LIBS $CEGUI_LIBS"
+# Check for the X11 library
+
+pkg_failed=no
+{ $as_echo "$as_me:$LINENO: checking for X11" >&5
+$as_echo_n "checking for X11... " >&6; }
+
+if test -n "$X11_CFLAGS"; then
+ pkg_cv_X11_CFLAGS="$X11_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+ if test -n "$PKG_CONFIG" && \
+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"x11\"") >&5
+ ($PKG_CONFIG --exists --print-errors "x11") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+ pkg_cv_X11_CFLAGS=`$PKG_CONFIG --cflags "x11" 2>/dev/null`
+else
+ pkg_failed=yes
+fi
+ else
+ pkg_failed=untried
+fi
+if test -n "$X11_LIBS"; then
+ pkg_cv_X11_LIBS="$X11_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+ if test -n "$PKG_CONFIG" && \
+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"x11\"") >&5
+ ($PKG_CONFIG --exists --print-errors "x11") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+ pkg_cv_X11_LIBS=`$PKG_CONFIG --libs "x11" 2>/dev/null`
+else
+ pkg_failed=yes
+fi
+ else
+ pkg_failed=untried
+fi
+
+
+
+if test $pkg_failed = yes; then
+
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+ _pkg_short_errors_supported=yes
+else
+ _pkg_short_errors_supported=no
+fi
+ if test $_pkg_short_errors_supported = yes; then
+ X11_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "x11" 2>&1`
+ else
+ X11_PKG_ERRORS=`$PKG_CONFIG --print-errors "x11" 2>&1`
+ fi
+ # Put the nasty error message in config.log where it belongs
+ echo "$X11_PKG_ERRORS" >&5
+
+ { { $as_echo "$as_me:$LINENO: error: Package requirements (x11) were not met:
+
+$X11_PKG_ERRORS
+
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
+
+Alternatively, you may set the environment variables X11_CFLAGS
+and X11_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+" >&5
+$as_echo "$as_me: error: Package requirements (x11) were not met:
+
+$X11_PKG_ERRORS
+
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
+
+Alternatively, you may set the environment variables X11_CFLAGS
+and X11_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+" >&2;}
+ { (exit 1); exit 1; }; }
+elif test $pkg_failed = untried; then
+ { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+Alternatively, you may set the environment variables X11_CFLAGS
+and X11_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details." >&5
+$as_echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+Alternatively, you may set the environment variables X11_CFLAGS
+and X11_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details." >&2;}
+ { (exit 1); exit 1; }; }; }
+else
+ X11_CFLAGS=$pkg_cv_X11_CFLAGS
+ X11_LIBS=$pkg_cv_X11_LIBS
+ { $as_echo "$as_me:$LINENO: result: yes" >&5
+$as_echo "yes" >&6; }
+ :
+fi
+CPPFLAGS="$CPPFLAGS $X11_CFLAGS"
+LIBS="$LIBS $X11_LIBS"
+
# Check for the gettext library
{ $as_echo "$as_me:$LINENO: checking whether NLS is requested" >&5
diff -ur smc-1.9/configure.ac smc-1.9-fix-implicit-linking/configure.ac
--- smc-1.9/configure.ac 2009-08-17 15:59:00.000000000 +0200
+++ smc-1.9-fix-implicit-linking/configure.ac 2010-05-19 07:16:42.000000000 +0200
@@ -57,6 +57,11 @@
CPPFLAGS="$CPPFLAGS $CEGUI_CFLAGS"
LIBS="$LIBS $CEGUI_LIBS"
+# Check for the X11 library
+PKG_CHECK_MODULES(X11, x11)
+CPPFLAGS="$CPPFLAGS $X11_CFLAGS"
+LIBS="$LIBS $X11_LIBS"
+
# Check for the gettext library
AM_GNU_GETTEXT([external])
14 years, 7 months
rpms/smc/F-13 smc.spec,1.12,1.13
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/smc/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17912
Modified Files:
smc.spec
Log Message:
* Sun May 23 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.9-4
- add patch and BR libX11-devel as kevin suggested in
http://thread.gmane.org/gmane.linux.redhat.fedora.rpmfusion.devel/7651/fo...
Index: smc.spec
===================================================================
RCS file: /cvs/free/rpms/smc/F-13/smc.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- smc.spec 16 May 2010 17:55:39 -0000 1.12
+++ smc.spec 23 May 2010 12:17:16 -0000 1.13
@@ -1,6 +1,6 @@
Name: smc
Version: 1.9
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: 2D platform game that uses OpenGL in a style similar to Super Mario
Group: Amusements/Games
License: GPLv3
@@ -8,7 +8,10 @@
Source0: http://downloads.sourceforge.net/smclone/%{name}-%{version}.tar.bz2
Source1: smc.sh
Source2: dochelper.pl
+# suggested in http://thread.gmane.org/gmane.linux.redhat.fedora.rpmfusion.devel/7651/fo...
+Patch0: http://repo.calcforge.org/temp/smc-1.9-fix-implicit-linking.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: libX11-devel
BuildRequires: boost-devel >= 1.31
BuildRequires: cegui-devel >= 0.5
BuildRequires: libGLU-devel
@@ -32,7 +35,7 @@
%setup -q
#Fix EOL chars
sed -i 's/\r//' docs/style.css docs/*.html docs/*.txt
-
+%patch0 -p1 -b .patch0
%build
%configure
@@ -107,6 +110,10 @@
%changelog
+* Sun May 23 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.9-4
+- add patch and BR libX11-devel as kevin suggested in
+ http://thread.gmane.org/gmane.linux.redhat.fedora.rpmfusion.devel/7651/fo...
+
* Sun May 16 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.9-3
- rebuilt
14 years, 7 months
rpms/ogmrip/F-12 .cvsignore, 1.6, 1.7 ogmrip.spec, 1.7, 1.8 sources, 1.6, 1.7 ogmrip-0.13.4-build_fix.patch, 1.1, NONE
by Gianluca Sforna
Author: giallu
Update of /cvs/free/rpms/ogmrip/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15018
Modified Files:
.cvsignore ogmrip.spec sources
Removed Files:
ogmrip-0.13.4-build_fix.patch
Log Message:
* Fri May 22 2010 Gianluca Sforna <giallu gmail com> - 0.13.5-1
- new upstream release
- drop upstreamed patch
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ogmrip/F-12/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 23 Mar 2010 21:39:04 -0000 1.6
+++ .cvsignore 22 May 2010 15:17:56 -0000 1.7
@@ -1 +1 @@
-ogmrip-0.13.4.tar.gz
+ogmrip-0.13.5.tar.gz
Index: ogmrip.spec
===================================================================
RCS file: /cvs/free/rpms/ogmrip/F-12/ogmrip.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ogmrip.spec 23 Mar 2010 21:39:04 -0000 1.7
+++ ogmrip.spec 22 May 2010 15:17:56 -0000 1.8
@@ -1,5 +1,5 @@
Name: ogmrip
-Version: 0.13.4
+Version: 0.13.5
Release: 1%{?dist}
Summary: DVD ripping and encoding graphical user interface
@@ -32,7 +32,7 @@
Requires(post): GConf2
Requires(postun): GConf2
-Patch0: ogmrip-0.13.4-build_fix.patch
+#Patch0: ogmrip-0.13.4-build_fix.patch
%description
OGMRip is an application and a set of libraries for ripping and encoding DVDs
@@ -59,7 +59,7 @@
%prep
%setup -q
-%patch0 -p1
+#patch0 -p1
%build
%configure \
@@ -136,6 +136,10 @@
%changelog
+* Fri May 22 2010 Gianluca Sforna <giallu gmail com> - 0.13.5-1
+- new upstream release
+- drop upstreamed patch
+
* Mon Mar 22 2010 Gianluca Sforna <giallu gmail com> - 0.13.4-1
- New upstream release
- Add patch to compile against GTK 2.19
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ogmrip/F-12/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 23 Mar 2010 21:39:04 -0000 1.6
+++ sources 22 May 2010 15:17:56 -0000 1.7
@@ -1 +1 @@
-cf4b970312a4cb03864b498c02b68837 ogmrip-0.13.4.tar.gz
+6cf5d93b4fb7af7f147e7ade92bf3df6 ogmrip-0.13.5.tar.gz
--- ogmrip-0.13.4-build_fix.patch DELETED ---
14 years, 7 months
rpms/ogmrip/F-13 .cvsignore, 1.6, 1.7 ogmrip.spec, 1.7, 1.8 sources, 1.6, 1.7 ogmrip-0.13.4-build_fix.patch, 1.1, NONE
by Gianluca Sforna
Author: giallu
Update of /cvs/free/rpms/ogmrip/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14864
Modified Files:
.cvsignore ogmrip.spec sources
Removed Files:
ogmrip-0.13.4-build_fix.patch
Log Message:
* Fri May 22 2010 Gianluca Sforna <giallu gmail com> - 0.13.5-1
- new upstream release
- drop upstreamed patch
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ogmrip/F-13/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 23 Mar 2010 21:13:59 -0000 1.6
+++ .cvsignore 22 May 2010 15:16:56 -0000 1.7
@@ -1 +1 @@
-ogmrip-0.13.4.tar.gz
+ogmrip-0.13.5.tar.gz
Index: ogmrip.spec
===================================================================
RCS file: /cvs/free/rpms/ogmrip/F-13/ogmrip.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ogmrip.spec 23 Mar 2010 21:13:59 -0000 1.7
+++ ogmrip.spec 22 May 2010 15:16:57 -0000 1.8
@@ -1,5 +1,5 @@
Name: ogmrip
-Version: 0.13.4
+Version: 0.13.5
Release: 1%{?dist}
Summary: DVD ripping and encoding graphical user interface
@@ -32,7 +32,7 @@
Requires(post): GConf2
Requires(postun): GConf2
-Patch0: ogmrip-0.13.4-build_fix.patch
+#Patch0: ogmrip-0.13.4-build_fix.patch
%description
OGMRip is an application and a set of libraries for ripping and encoding DVDs
@@ -59,7 +59,7 @@
%prep
%setup -q
-%patch0 -p1
+#patch0 -p1
%build
%configure \
@@ -136,6 +136,10 @@
%changelog
+* Fri May 22 2010 Gianluca Sforna <giallu gmail com> - 0.13.5-1
+- new upstream release
+- drop upstreamed patch
+
* Mon Mar 22 2010 Gianluca Sforna <giallu gmail com> - 0.13.4-1
- New upstream release
- Add patch to compile against GTK 2.19
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ogmrip/F-13/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 23 Mar 2010 21:13:59 -0000 1.6
+++ sources 22 May 2010 15:16:57 -0000 1.7
@@ -1 +1 @@
-cf4b970312a4cb03864b498c02b68837 ogmrip-0.13.4.tar.gz
+6cf5d93b4fb7af7f147e7ade92bf3df6 ogmrip-0.13.5.tar.gz
--- ogmrip-0.13.4-build_fix.patch DELETED ---
14 years, 7 months
rpms/ogmrip/devel .cvsignore, 1.6, 1.7 ogmrip.spec, 1.7, 1.8 sources, 1.6, 1.7 ogmrip-0.13.4-build_fix.patch, 1.1, NONE
by Gianluca Sforna
Author: giallu
Update of /cvs/free/rpms/ogmrip/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13471
Modified Files:
.cvsignore ogmrip.spec sources
Removed Files:
ogmrip-0.13.4-build_fix.patch
Log Message:
* Fri May 22 2010 Gianluca Sforna <giallu gmail com> - 0.13.5-1
- new upstream release
- drop upstreamed patch
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ogmrip/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 22 Mar 2010 09:02:28 -0000 1.6
+++ .cvsignore 22 May 2010 15:03:32 -0000 1.7
@@ -1 +1 @@
-ogmrip-0.13.4.tar.gz
+ogmrip-0.13.5.tar.gz
Index: ogmrip.spec
===================================================================
RCS file: /cvs/free/rpms/ogmrip/devel/ogmrip.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ogmrip.spec 22 Mar 2010 09:02:28 -0000 1.7
+++ ogmrip.spec 22 May 2010 15:03:32 -0000 1.8
@@ -1,5 +1,5 @@
Name: ogmrip
-Version: 0.13.4
+Version: 0.13.5
Release: 1%{?dist}
Summary: DVD ripping and encoding graphical user interface
@@ -32,7 +32,7 @@
Requires(post): GConf2
Requires(postun): GConf2
-Patch0: ogmrip-0.13.4-build_fix.patch
+#Patch0: ogmrip-0.13.4-build_fix.patch
%description
OGMRip is an application and a set of libraries for ripping and encoding DVDs
@@ -59,7 +59,7 @@
%prep
%setup -q
-%patch0 -p1
+#patch0 -p1
%build
%configure \
@@ -136,6 +136,10 @@
%changelog
+* Fri May 22 2010 Gianluca Sforna <giallu gmail com> - 0.13.5-1
+- new upstream release
+- drop upstreamed patch
+
* Mon Mar 22 2010 Gianluca Sforna <giallu gmail com> - 0.13.4-1
- New upstream release
- Add patch to compile against GTK 2.19
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ogmrip/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 22 Mar 2010 09:02:28 -0000 1.6
+++ sources 22 May 2010 15:03:32 -0000 1.7
@@ -1 +1 @@
-cf4b970312a4cb03864b498c02b68837 ogmrip-0.13.4.tar.gz
+6cf5d93b4fb7af7f147e7ade92bf3df6 ogmrip-0.13.5.tar.gz
--- ogmrip-0.13.4-build_fix.patch DELETED ---
14 years, 7 months