[moc/f33] Disable debug mode
by sagitter
Summary of changes:
2ac24c2... Disable debug mode (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 4 months
[moc/f34] Disable debug mode
by sagitter
Summary of changes:
2ac24c2... Disable debug mode (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 4 months
[moc] Disable debug mode
by sagitter
commit 2ac24c256bc10c589c11cdf66edf93bb3dd4505c
Author: Antonio Trande <sagitter(a)fedoraproject.org>
Date: Sun Jul 4 19:52:22 2021 +0200
Disable debug mode
moc.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/moc.spec b/moc.spec
index 4c6eea5..f6b01ba 100644
--- a/moc.spec
+++ b/moc.spec
@@ -1,5 +1,5 @@
## Debug builds?
-%bcond_without debug
+%bcond_with debug
#
# Filtering of private libraries
@@ -14,7 +14,7 @@
Name: moc
Summary: Music on Console - Console audio player for Linux/UNIX
Version: 2.6
-Release: 0.40.svn%{checkout}%{?dist}
+Release: 0.41.svn%{checkout}%{?dist}
License: GPLv3+
URL: http://moc.daper.net
@@ -111,6 +111,9 @@ patchelf --set-rpath %{_libdir}/mocp/decoder_plugins %{buildroot}%{_bindir}/*
%{_libdir}/mocp/decoder_plugins/*.so
%changelog
+* Sun Jul 04 2021 Antonio Trande <sagitter(a)fedoraproject.org> - 2.6-0.41.svn3005
+- Disable debug mode
+
* Sat Jul 03 2021 Antonio Trande <sagitter(a)fedoraproject.org> - 2.6-0.40.svn3005
- Restore rpath to the private decoder directory
3 years, 4 months
[moc] Restore rpath to the private decoder directory
by sagitter
commit 882cc93ac624f7d2ce58de785ececeaf35df2da0
Author: Antonio Trande <sagitter(a)fedoraproject.org>
Date: Sat Jul 3 19:43:53 2021 +0200
Restore rpath to the private decoder directory
moc.spec | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/moc.spec b/moc.spec
index 29c58ab..4c6eea5 100644
--- a/moc.spec
+++ b/moc.spec
@@ -1,5 +1,5 @@
## Debug builds?
-%bcond_with debug
+%bcond_without debug
#
# Filtering of private libraries
@@ -14,7 +14,7 @@
Name: moc
Summary: Music on Console - Console audio player for Linux/UNIX
Version: 2.6
-Release: 0.39.svn%{checkout}%{?dist}
+Release: 0.40.svn%{checkout}%{?dist}
License: GPLv3+
URL: http://moc.daper.net
@@ -57,6 +57,7 @@ BuildRequires: faad2-devel
BuildRequires: autoconf, automake
BuildRequires: gcc
BuildRequires: make
+BuildRequires: patchelf
%description
MOC (music on console) is a console audio player for LINUX/UNIX designed to be
@@ -77,7 +78,7 @@ export CFLAGS="-O0 -g"
%endif
export LT_SYS_LIBRARY_PATH=%{_libdir}/mocp
%configure LT_SYS_LIBRARY_PATH=%{_libdir}/mocp \
- --disable-static --disable-silent-rules --disable-rpath --with-rcc \
+ --disable-static --disable-silent-rules --enable-rpath --with-rcc \
--with-oss --with-alsa --with-jack --with-aac --with-mp3 \
--with-musepack --with-vorbis --with-flac --with-wavpack \
--with-sndfile --with-modplug --with-ffmpeg --with-speex \
@@ -97,6 +98,8 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
rm -f $RPM_BUILD_ROOT%{_libdir}/mocp/decoder_plugins/*.la
+patchelf --set-rpath %{_libdir}/mocp/decoder_plugins %{buildroot}%{_bindir}/*
+
%files
%doc README README_equalizer AUTHORS ChangeLog config.example keymap.example NEWS
%license COPYING
@@ -108,6 +111,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/mocp/decoder_plugins/*.la
%{_libdir}/mocp/decoder_plugins/*.so
%changelog
+* Sat Jul 03 2021 Antonio Trande <sagitter(a)fedoraproject.org> - 2.6-0.40.svn3005
+- Restore rpath to the private decoder directory
+
* Sat Jul 03 2021 Antonio Trande <sagitter(a)fedoraproject.org> - 2.6-0.39.svn3005
- Enable RCC support
3 years, 4 months
[moc/f34] Enable RCC support
by sagitter
Summary of changes:
afe8d50... Enable RCC support (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 4 months
[moc] Enable RCC support
by sagitter
commit afe8d50ad03c281b75cc69c224bce30955a2e867
Author: Antonio Trande <sagitter(a)fedoraproject.org>
Date: Sat Jul 3 18:42:33 2021 +0200
Enable RCC support
moc.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/moc.spec b/moc.spec
index 19dcf8e..29c58ab 100644
--- a/moc.spec
+++ b/moc.spec
@@ -14,7 +14,7 @@
Name: moc
Summary: Music on Console - Console audio player for Linux/UNIX
Version: 2.6
-Release: 0.38.svn%{checkout}%{?dist}
+Release: 0.39.svn%{checkout}%{?dist}
License: GPLv3+
URL: http://moc.daper.net
@@ -48,7 +48,7 @@ BuildRequires: libtool-ltdl-devel
BuildRequires: gettext-devel
BuildRequires: pkgconfig(opus)
BuildRequires: libtool
-#BuildRequires: librcc-devel
+BuildRequires: librcc-devel
BuildRequires: popt-devel
BuildRequires: ffmpeg-devel
BuildRequires: libmad-devel
@@ -77,7 +77,7 @@ export CFLAGS="-O0 -g"
%endif
export LT_SYS_LIBRARY_PATH=%{_libdir}/mocp
%configure LT_SYS_LIBRARY_PATH=%{_libdir}/mocp \
- --disable-static --disable-silent-rules --disable-rpath --without-rcc \
+ --disable-static --disable-silent-rules --disable-rpath --with-rcc \
--with-oss --with-alsa --with-jack --with-aac --with-mp3 \
--with-musepack --with-vorbis --with-flac --with-wavpack \
--with-sndfile --with-modplug --with-ffmpeg --with-speex \
@@ -108,6 +108,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/mocp/decoder_plugins/*.la
%{_libdir}/mocp/decoder_plugins/*.so
%changelog
+* Sat Jul 03 2021 Antonio Trande <sagitter(a)fedoraproject.org> - 2.6-0.39.svn3005
+- Enable RCC support
+
* Sun May 23 2021 Antonio Trande <sagitter(a)fedoraproject.org> - 2.6-0.38.svn3005
- Fix conflicts of %%{_libdir}/%%{name}
- Temporary disable RCC support (rhbz#1963427)
3 years, 4 months
[unifi/f33] Update to 6.2.26.
by Richard Shaw
Summary of changes:
4482018... Update to 6.2.26. (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 4 months