[libmimic] Add BuildRequires: gcc
by Leigh Scott
commit fcee3c522ba510bf9330c4749773f711d85968d1
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Mon Mar 4 14:15:22 2019 +0000
Add BuildRequires: gcc
libmimic.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libmimic.spec b/libmimic.spec
index 3ae8b6b..95c0994 100644
--- a/libmimic.spec
+++ b/libmimic.spec
@@ -6,7 +6,7 @@ Group: System Environment/Libraries
License: LGPLv2+
URL: http://farsight.sourceforge.net/
Source0: http://downloads.sourceforge.net/farsight/%{name}-%{version}.tar.gz
-BuildRequires: doxygen glib2-devel
+BuildRequires: doxygen glib2-devel gcc
%description
libmimic is an open source video encoding/decoding library for Mimic V2.x-
5 years, 8 months
[libshairport] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
by Leigh Scott
commit 9b615f62d175c6892686bb0ffe42c4e5386896ef
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Mon Mar 4 15:04:46 2019 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)googlemail.com>
libshairport.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/libshairport.spec b/libshairport.spec
index 6a7bb50..047d8b6 100644
--- a/libshairport.spec
+++ b/libshairport.spec
@@ -1,7 +1,7 @@
%global checkout 20121218git16395d8
Name: libshairport
Version: 1.2.1
-Release: 7.%{checkout}%{?dist}
+Release: 8.%{checkout}%{?dist}
Summary: Emulates an AirPort Express
Group: System Environment/Libraries
@@ -69,6 +69,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog
+* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.2.1-8.20121218git16395d8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
* Thu Jul 26 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.2.1-7.20121218git16395d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
5 years, 8 months
[normalize] Drop madplay support
by Leigh Scott
commit 7262d71d4b44840abf3cbc3114e8dc5e0281c67d
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Mon Mar 4 17:47:06 2019 +0000
Drop madplay support
normalize.spec | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/normalize.spec b/normalize.spec
index c67d726..7377e1a 100644
--- a/normalize.spec
+++ b/normalize.spec
@@ -10,15 +10,15 @@ Group: Applications/Multimedia
Source: http://savannah.nongnu.org/download/normalize/normalize-0.7.7.tar.bz2
Patch0: normalize-0.7.7-audiofile.patch
Patch1: normalize-0.7.7-autoreconf.patch
-BuildRequires: audiofile-devel >= 1:0.2.1-2 libmad-devel gettext
+BuildRequires: audiofile-devel >= 1:0.2.1-2 gettext gcc
# For autoreconf
BuildRequires: libtool perl(Carp)
# For dependency generation
BuildRequires: perl-generators
# Binaries from the following are required.
-BuildRequires: lame vorbis-tools madplay flac
+BuildRequires: lame vorbis-tools flac
# Explicit, because won't be detected automatically.
-Requires: lame vorbis-tools madplay flac
+Requires: lame vorbis-tools flac
%description
normalize is a tool for adjusting the volume of audio files to a
@@ -31,7 +31,7 @@ albums can cause the volume to vary greatly from song to song.
Summary: Relative volume adjustment plugin for XMMS
Group: Applications/Multimedia
BuildRequires: xmms-devel, gtk+-devel
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}%{?_isa} = %{version}-%{release}
%description -n xmms-%{name}
Plugin for XMMS to honour relative volume adjustment (RVA2) ID3 tag frames.
@@ -77,6 +77,8 @@ rm $RPM_BUILD_ROOT%{_libdir}/xmms/Effect/librva.la
%changelog
* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.7.7-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+- Drop madplay support
+- Add BuildRequires: gcc
* Fri Jul 27 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.7.7-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
5 years, 8 months
[normalize] Fix configure option
by Leigh Scott
commit 818654c3b00b72e20578f051bda4d3eb3a83badf
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Mon Mar 4 17:52:00 2019 +0000
Fix configure option
normalize.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/normalize.spec b/normalize.spec
index 7377e1a..dd81d36 100644
--- a/normalize.spec
+++ b/normalize.spec
@@ -51,7 +51,7 @@ done
%build
-%configure --enable-xmms --with-mad --with-audiofile --disable-static
+%configure --enable-xmms --with-audiofile --disable-static
make %{?_smp_mflags}
5 years, 8 months
[vagalume] Add BuildRequires: gcc
by Leigh Scott
commit f8002270067c99986fda8d422baa1bb028a86f7d
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Tue Mar 5 00:02:31 2019 +0000
Add BuildRequires: gcc
vagalume.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/vagalume.spec b/vagalume.spec
index 94f2c2e..aeea7c5 100644
--- a/vagalume.spec
+++ b/vagalume.spec
@@ -16,6 +16,7 @@ BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(libnotify)
BuildRequires: pkgconfig(libproxy-1.0)
+BuildRequires: gcc
BuildRequires: intltool
BuildRequires: desktop-file-utils
BuildRequires: gettext
5 years, 8 months
[pianobar] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
by Leigh Scott
commit 12968cd687e3e40986261d650e001fab194a94de
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Mon Mar 4 20:23:22 2019 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)googlemail.com>
pianobar.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/pianobar.spec b/pianobar.spec
index 84ab10f..8b755cf 100644
--- a/pianobar.spec
+++ b/pianobar.spec
@@ -1,6 +1,6 @@
Name: pianobar
Version: 2017.08.30
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: Console-based client for Pandora
License: MIT
@@ -54,6 +54,9 @@ chmod a+x configure
%changelog
+* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2017.08.30-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
* Sun Aug 19 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 2017.08.30-7
- Rebuilt for Fedora 29 Mass Rebuild binutils issue
5 years, 8 months
[vdr-softhddevice-openglosd] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
by Leigh Scott
commit 45dc2a0e4a1ab4ae56e483d8c839563abe31d03e
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Tue Mar 5 00:07:53 2019 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)googlemail.com>
vdr-softhddevice-openglosd.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vdr-softhddevice-openglosd.spec b/vdr-softhddevice-openglosd.spec
index f3994be..f617387 100644
--- a/vdr-softhddevice-openglosd.spec
+++ b/vdr-softhddevice-openglosd.spec
@@ -11,7 +11,7 @@
Name: vdr-softhddevice-openglosd
Version: 0.6.1
-Release: 20.%{gitdate}git%{shortcommit}%{?dist}
+Release: 21.%{gitdate}git%{shortcommit}%{?dist}
Summary: A software and GPU emulated HD output device plugin for VDR
License: AGPLv3
@@ -109,6 +109,9 @@ install -Dpm 644 %{SOURCE1} \
%license AGPL-3.0.txt
%changelog
+* Tue Mar 05 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.6.1-21.20160717git569fde5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
* Sun Sep 30 2018 Sérgio Basto <sergio(a)serjux.com> - 0.6.1-20.20160717git569fde5
- Add BuildRequires: gcc-c++
5 years, 8 months
[cairo-dock-freeworld] Add BuildRequires: gcc
by Leigh Scott
commit 10a77282b0feaa572fd9a7bed830d486ec06672c
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Mon Mar 4 09:49:46 2019 +0000
Add BuildRequires: gcc
cairo-dock-freeworld.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/cairo-dock-freeworld.spec b/cairo-dock-freeworld.spec
index 71f83b9..6d6eeee 100644
--- a/cairo-dock-freeworld.spec
+++ b/cairo-dock-freeworld.spec
@@ -15,7 +15,7 @@ Source0: https://github.com/Cairo-Dock/cairo-dock-core/archive/%{version}/cairo
Source1: cairo-dock-freeworld-oldchangelog
BuildRequires: cmake
-BuildRequires: gcc
+BuildRequires: gcc-c++
#BuildRequires: desktop-file-utils
BuildRequires: gettext
BuildRequires: intltool
5 years, 8 months