[gstreamer-plugins-ugly] Fedora has dropped gstreamer from the f31 repo
by Leigh Scott
commit 1793f6d489f34cde86145b32a96d4cfb46ab1535
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Aug 12 00:08:35 2019 +0100
Fedora has dropped gstreamer from the f31 repo
.gitignore | 1 -
0001-new-libcdio.patch | 179 ------------------------
0002-fix-build-with-new-gtkdoc.patch | 18 ---
dead.package | 1 +
gstreamer-plugins-ugly.spec | 264 -----------------------------------
sources | 1 -
6 files changed, 1 insertion(+), 463 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..efd7080
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Fedora has dropped gstreamer from the f31 repo
5 years, 3 months
[gstreamer-plugins-bad] Fedora has dropped gstreamer from the f31 repo
by Leigh Scott
commit 4405cf25725fb29c847ac677484f479a3e44a73f
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Aug 12 00:07:49 2019 +0100
Fedora has dropped gstreamer from the f31 repo
.gitignore | 1 -
0001-fix-faad2-version-check.patch | 35 ---
dead.package | 1 +
gstreamer-plugins-bad.spec | 450 -------------------------------------
sources | 1 -
5 files changed, 1 insertion(+), 487 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..efd7080
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Fedora has dropped gstreamer from the f31 repo
5 years, 3 months
[gstreamer-ffmpeg] Fedora has dropped gstreamer from the f31 repo
by Leigh Scott
commit 350b0d55ec505910aadfe21668664cad918c9d00
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Aug 12 00:06:01 2019 +0100
Fedora has dropped gstreamer from the f31 repo
.gitignore | 2 -
0001-configure.ac-Fix-for-new-libav.patch | 27 --
0002-gstffmpegutils-Fix-include.patch | 34 --
...fmpegdec-Re-enable-MT-decoding-by-default.patch | 25 --
0004-ffmpeg-fix-pad-template-ref-leaks.patch | 112 -------
...ec-Report-latency-if-B-frames-are-present.patch | 98 ------
...nel-layouts-are-now-set-for-DTS-and-E-AC3.patch | 43 ---
0007-ffmpegdemux-fix-caps-leak.patch | 24 --
...ec-Only-set-get_buffer-function-for-video.patch | 32 --
...ecmap-Add-mapping-for-Indeo-4-video-codec.patch | 38 ---
...se-auto-threads-if-available-and-only-sli.patch | 38 ---
...ux-Use-correct-enum-type-for-return-value.patch | 25 --
0012-ffdec-don-t-flush-buffers-on-DISCONT.patch | 40 ---
dead.package | 1 +
gst-ffmpeg-0.10.12-ChangeLog-UTF-8.patch | 9 -
gstreamer-ffmpeg.spec | 352 ---------------------
sources | 2 -
17 files changed, 1 insertion(+), 901 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..efd7080
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Fedora has dropped gstreamer from the f31 repo
5 years, 3 months
[dream] Release 2.2
by Antonio
commit aa4c9396e66bf859cea69f9e0c6a345b56f33ae6
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Sun Aug 11 20:42:32 2019 +0200
Release 2.2
.gitignore | 1 +
dream-2.1.1-use-system-libs.patch | 58 ---------------------------------------
dream-2.2-use-system-libs.patch | 23 ++++++++++++++++
dream.spec | 18 ++++++------
sources | 2 +-
5 files changed, 35 insertions(+), 67 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8cbe3d9..e5e6d0a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/dream-2.1.1-svn808.tar.gz
+/dream_2.2.orig.tar.gz
diff --git a/dream-2.2-use-system-libs.patch b/dream-2.2-use-system-libs.patch
new file mode 100644
index 0000000..e4779dd
--- /dev/null
+++ b/dream-2.2-use-system-libs.patch
@@ -0,0 +1,23 @@
+diff --git a/dream.pro b/dream.pro
+--- a/dream.pro
++++ b/dream.pro
+@@ -3,8 +3,6 @@
+ TARGET = dream
+ OBJECTS_DIR = obj
+ DEFINES += EXECUTABLE_NAME=$$TARGET
+-LIBS += -L$$PWD/lib
+-INCLUDEPATH += $$PWD/include
+ contains(QT_VERSION, ^4\\..*) {
+ VERSION_MESSAGE = Qt 4
+ }
+@@ -402,8 +400,8 @@
+ LIBS += -lqwt-qt5
+ }
+ !crosscompile {
+- exists(/usr/include/qwt/qwt.h) {
+- INCLUDEPATH += /usr/include/qwt
++ exists(/usr/include/qt5/qwt/qwt.h) {
++ INCLUDEPATH += /usr/include/qt5/qwt
+ }
+ exists(/usr/local/include/qwt/qwt.h) {
+ INCLUDEPATH += /usr/local/include/qwt
diff --git a/dream.spec b/dream.spec
index 9d6d82a..4d82dda 100644
--- a/dream.spec
+++ b/dream.spec
@@ -2,18 +2,18 @@
%global ver_suffix svn808
Name: dream
-Version: 2.1.1
-Release: 7%{?dist}
+Version: 2.2
+Release: 1%{?dist}
Summary: A software radio for AM and Digital Radio Mondiale (DRM)
License: GPLv2+
URL: https://sourceforge.net/projects/drm/
-Source0: https://downloads.sourceforge.net/project/drm/%{name}/%{version}/%{name}-...
+Source0: https://sourceforge.net/projects/drm/files/dream/%{version}/dream_%{versi...
Source1: dream.desktop
-Patch0: dream-2.1.1-use-system-libs.patch
+Patch0: dream-%{version}-use-system-libs.patch
BuildRequires: gcc-c++, hamlib-devel, dos2unix, qt5-devel, pulseaudio-libs-devel
BuildRequires: libpcap-devel, gpsd-devel, libsndfile-devel, speexdsp-devel, fftw-devel
BuildRequires: opus-devel, faad2-devel, qwt-qt5-devel, qt5-qtwebkit-devel
-BuildRequires: desktop-file-utils
+BuildRequires: desktop-file-utils, libpcap-devel
BuildRequires: faac-devel > 1.29.9.2-3
Requires: hicolor-icon-theme
@@ -23,15 +23,14 @@ With Dream, DRM broadcasts can be received with a modified analog
receiver (SW, MW, LW) and a PC with a sound card.
%prep
-%setup -q -n %{name}
+%autosetup -n dream-%{version}
# convert CRLF to LF
dos2unix dream.pro
-%patch0 -p1 -b .use-system-libs
-
%build
OUT_PWD="%{_prefix}" %{qmake_qt5} ./dream.pro
+%make_build
%install
%make_install INSTALL_ROOT="%{buildroot}"
@@ -54,6 +53,9 @@ desktop-file-install --add-category="Utility" \
%{_mandir}/man1/*
%changelog
+* Sun Aug 11 2019 Antonio Trande <sagitter(a)fedoraproject.org> - 2.2-1
+- Release 2.2
+
* Sat Aug 10 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.1.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
diff --git a/sources b/sources
index dd593f3..529876e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4745a4f03216bc3afda077398d0e5d3b dream-2.1.1-svn808.tar.gz
+df3d272ce491aafd7de843c8d9ff5e63 dream_2.2.orig.tar.gz
5 years, 3 months
[mythtv] Fix Python binding conditional macro
by Antonio
commit f25cca2deb50bed76036c5b5dc7be9d1de0c2829
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Sun Aug 11 20:40:01 2019 +0200
Fix Python binding conditional macro
mythtv.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mythtv.spec b/mythtv.spec
index 4138e92..747401a 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -963,7 +963,7 @@ pushd mythtv
%if !%{with php}
--without-bindings=php \
%endif
-%if !%{with python}
+%if %{without python}
--without-bindings=python \
%endif
--extra-cflags="%{optflags} -fomit-frame-pointer -fno-devirtualize" \
5 years, 3 months
[mythtv] Fix Python builds
by Antonio
commit cb5bf3d30c991ac0e7c2105e09f3a62b5c89c8ed
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Sun Aug 11 19:42:14 2019 +0200
Fix Python builds
mythtv.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/mythtv.spec b/mythtv.spec
index 63ebe2f..4138e92 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -680,7 +680,7 @@ Provides a PHP-based interface to interacting with MythTV.
%package -n %{py_prefix}-MythTV
Summary: Python2 bindings for MythTV
-%if 0%{?fedora} > 32
+%if 0%{?fedora} > 30
%{?python_provide:%python_provide python3-%{name}}
%else
%{?python_provide:%python_provide python2-%{name}}
@@ -947,7 +947,7 @@ pushd mythtv
--disable-vaapi \
%endif
--enable-bdjava \
-%if 0%{?fedora} > 32
+%if 0%{?fedora} > 30
--python=%{__python3} \
%else
--python=%{__python2} \
@@ -1059,7 +1059,7 @@ pushd mythplugins
--disable-mythnetvision \
%endif
--enable-opengl \
-%if 0%{?fedora} > 32
+%if 0%{?fedora} > 30
--python=%{__python3} \
%else
--python=%{__python2} \
@@ -1162,7 +1162,7 @@ popd
%endif
# Fixes ERROR: ambiguous python shebang in F30
-%if 0%{?fedora} > 32
+%if 0%{?fedora} > 30
find %{buildroot}%{_datadir}/mythtv/ -type f -name "*.py" -exec sed -i '1s:#!/usr/bin/env python$:#!%{__python3}:' {} ';'
find %{buildroot}%{_datadir}/mythtv/ -type f -name "*.py" -exec sed -i '1s:#!/usr/bin/python$:#!%{__python3}:' {} ';'
%else
@@ -1344,7 +1344,7 @@ exit 0
%if %{with python}
%files -n %{py_prefix}-MythTV
%{_bindir}/mythpython
-%if 0%{?fedora} > 32
+%if 0%{?fedora} > 30
%{python3_sitelib}/MythTV/
%{python3_sitelib}/MythTV-*.egg-info
%else
5 years, 3 months
[mythtv] Deprecate old script
by Antonio
commit 3e937087d43d87d44501a29f6228877e28f04cd2
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Sun Aug 11 16:05:42 2019 +0200
Deprecate old script
mythtv.spec | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/mythtv.spec b/mythtv.spec
index d15d4ff..63ebe2f 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -1231,7 +1231,6 @@ exit 0
%{_bindir}/mythcommflag
%{_bindir}/mythpreviewgen
%{_bindir}/mythtranscode
-%{_bindir}/mythwikiscripts
%{_bindir}/mythmetadatalookup
%{_bindir}/mythutil
%{_datadir}/mythtv/mythconverg*.pl
5 years, 3 months
[mythtv] Use Python3 on Fedora 31+
by Antonio
commit 415d065672876c2e147aa7012d5864eadedd3caa
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Sun Aug 11 14:56:23 2019 +0200
Use Python3 on Fedora 31+
mythtv.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mythtv.spec b/mythtv.spec
index b561647..d15d4ff 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -75,7 +75,7 @@
#
Name: mythtv
Version: 30.0
-Release: 9%{?rel_string}%{?dist}
+Release: 10%{?rel_string}%{?dist}
Summary: A digital video recorder (DVR) application
# The primary license is GPLv2+, but bits are borrowed from a number of
@@ -130,7 +130,7 @@ Patch2: %{name}-php72_fix.patch
%global py_prefix python
%endif
-%if 0%{?fedora} && 0%{?fedora} > 32
+%if 0%{?fedora} && 0%{?fedora} > 30
%global py_prefix python3
%else
%global py_prefix python2
@@ -1464,6 +1464,9 @@ exit 0
%changelog
+* Sun Aug 11 2019 Antonio Trande <sagitter(a)fedoraproject.org> - 30.0-10.20190601git6bd8cd4993
+- Use Python3 on Fedora 31+
+
* Fri Aug 09 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 30.0-9.20190601git6bd8cd4993
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
5 years, 3 months
[qtav/f30] (2 commits) ...Release 1.13.0
by Antonio
Summary of changes:
906f66c... Rebuild for new ffmpeg version (*)
e470209... Release 1.13.0 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 3 months