[mpd/el8] (2 commits) ...Disable adplug support
by Leigh Scott
Summary of changes:
fd6c76a... Rebuilt for new ffmpeg snapshot (*)
4112b76... Disable adplug support (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 10 months
[mpd/f32] (2 commits) ...Disable adplug support
by Leigh Scott
Summary of changes:
fd6c76a... Rebuilt for new ffmpeg snapshot (*)
4112b76... Disable adplug support (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 10 months
[mpd/f33] (2 commits) ...Disable adplug support
by Leigh Scott
Summary of changes:
fd6c76a... Rebuilt for new ffmpeg snapshot (*)
4112b76... Disable adplug support (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 10 months
[mpd] Disable adplug support
by Leigh Scott
commit 4112b763e9824d73cf9c492311229e415aefa776
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Jan 6 18:24:35 2021 +0000
Disable adplug support
mpd.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mpd.spec b/mpd.spec
index 1559cff..bdba711 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -17,7 +17,7 @@
Name: mpd
Epoch: 1
Version: 0.22.3
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
URL: https://www.musicpd.org
@@ -56,7 +56,6 @@ BuildRequires: libid3tag-devel
BuildRequires: libmad-devel
BuildRequires: libmms-devel
BuildRequires: libmodplug-devel
-BuildRequires: adplug-devel
BuildRequires: avahi-glib-devel
BuildRequires: avahi-compat-libdns_sd-devel
BuildRequires: avahi-devel
@@ -134,6 +133,7 @@ sed -i -e 's@sphinx-build@sphinx-build-3@g' doc/meson.build
%{meson} \
-Dsystemd_system_unit_dir=%{_unitdir} \
-Dsystemd_user_unit_dir=%{_userunitdir} \
+ -Dadplug=disabled \
-Dipv6=enabled \
-Dpipe=true \
%ifarch %{arm}
@@ -243,6 +243,9 @@ fi
%changelog
+* Wed Jan 6 2021 Leigh Scott <leigh123linux(a)gmail.com> - 1:0.22.3-3
+- Disable adplug support
+
* Thu Dec 31 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1:0.22.3-2
- Rebuilt for new ffmpeg snapshot
3 years, 10 months
[vdr-mpv/f32] Update to 0.2.2
by Martin Gansser
Summary of changes:
1535793... Update to 0.2.2 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 10 months
[vdr-mpv/f33] Update to 0.2.2
by Martin Gansser
Summary of changes:
1535793... Update to 0.2.2 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 10 months
[vdr-mpv] Update to 0.2.2
by Martin Gansser
commit 153579369b5057758309010392fdd425e4be990a
Author: Martin Gansser <mgansser(a)online.de>
Date: Wed Jan 6 10:33:27 2021 +0100
Update to 0.2.2
.gitignore | 1 +
sources | 2 +-
vdr-mpv.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4134fd0..ce6f0b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/vdr-plugin-mpv-0.0.4.tar.bz2
/vdr-mpv-0.2.1.tar.gz
+/vdr-mpv-0.2.2.tar.gz
diff --git a/sources b/sources
index 89a96f6..485bbdf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-mpv-0.2.1.tar.gz) = 83bce975b1a5bc3d24476e4b3265185e124ad398b1ea3b14880a0e6a9079b031f63106b97e16ddc6f55928f5b29da9b2428a71c85b3746d1c38b269723158031
+SHA512 (vdr-mpv-0.2.2.tar.gz) = 5320568d9f81828c28c2bc2ac6c414ae8ed69fdc3f65949c6540cbf4f4241aee46e0d97d66672ed865598c425b5e3576ac85482ae467ff943daa7c46af962c2e
diff --git a/vdr-mpv.spec b/vdr-mpv.spec
index 1f1460e..cfe86fd 100644
--- a/vdr-mpv.spec
+++ b/vdr-mpv.spec
@@ -1,7 +1,7 @@
%global pname mpv
Name: vdr-%{pname}
-Version: 0.2.1
+Version: 0.2.2
Release: 1%{?dist}
Summary: A mpv player plugin for VDR
License: AGPLv3+
@@ -40,6 +40,9 @@ make CFLAGS="%{optflags} -fPIC" CXXFLAGS="-std=gnu++14 %{optflags} -fPIC" %{?_sm
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%changelog
+* Wed Jan 06 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 0.2.2-1
+- Update to 0.2.2
+
* Tue Jan 05 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 0.2.1-1
- Use fork because its under maintenance
- Update to 0.2.1
3 years, 10 months
[devedeng] Reverted the use of boolean operators in Requires (BZ #5879)
by Andrea Musuruane
commit 19ba31a9fb385d74ef5cde7c9b861e3709bcbd79
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Wed Jan 6 10:21:56 2021 +0100
Reverted the use of boolean operators in Requires (BZ #5879)
devedeng.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/devedeng.spec b/devedeng.spec
index 25abdde..80d25f5 100644
--- a/devedeng.spec
+++ b/devedeng.spec
@@ -1,6 +1,6 @@
Name: devedeng
Version: 4.16.0
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: A program to create video DVDs and CDs (VCD, sVCD or CVD)
License: GPLv3
@@ -23,7 +23,7 @@ Requires: ffmpeg
Requires: dvdauthor
Requires: vcdimager
Requires: genisoimage
-Requires: (brasero or k3b or xfburn)
+#Requires: (brasero or k3b or xfburn)
Requires: brasero
Requires: ImageMagick
Requires: python3-urllib3
@@ -99,6 +99,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%changelog
+* Wed Jan 6 10:20:42 CET 2021 Andrea Musuruane <musuruan(a)gmail.com> - 4.16.0-7
+- Reverted the use of boolean operators in Requires (BZ #5879)
+
* Sat Jan 2 16:28:31 CET 2021 Andrea Musuruane <musuruan(a)gmail.com> - 4.16.0-6
- Reverted the use of boolean operators in Requires (BZ #5879)
3 years, 10 months