[kodi-visualization-spectrum] Bump to 2.0.3 (rfbz#5174)
by Leigh Scott
commit 57f3cc1f8cd776701db57da62a29ffb1cdc6c3fa
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Thu May 2 08:49:39 2019 +0100
Bump to 2.0.3 (rfbz#5174)
.gitignore | 1 +
kodi-visualization-spectrum.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0abf11c..3c9c40b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/visualization.spectrum-2.0.2.tar.gz
+/visualization.spectrum-2.0.3.tar.gz
diff --git a/kodi-visualization-spectrum.spec b/kodi-visualization-spectrum.spec
index cc030af..4028457 100644
--- a/kodi-visualization-spectrum.spec
+++ b/kodi-visualization-spectrum.spec
@@ -2,8 +2,8 @@
%global kodi_version 18.0
Name: kodi-visualization-spectrum
-Version: 2.0.2
-Release: 3%{?dist}
+Version: 2.0.3
+Release: 1%{?dist}
Summary: Spectrum visualizer for Kodi
License: GPLv2+
URL: https://github.com/xbmc/visualization.spectrum
@@ -48,6 +48,9 @@ find $RPM_BUILD_ROOT%{_datadir}/kodi/addons/ -type f -exec chmod 0644 {} \;
%{_datadir}/kodi/addons/%{aname}/
%changelog
+* Thu May 02 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 2.0.3-1
+- Bump to 2.0.3 (rfbz#5174)
+
* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.0.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/sources b/sources
index a025fdb..c58c6b9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-19dbca5ff55a54758853be17c2734b06 visualization.spectrum-2.0.2.tar.gz
+c7aace7b4c544d952ddc49ab4b2e6aad visualization.spectrum-2.0.3.tar.gz
5 years, 6 months
[kodi-visualization-spectrum] Use cmake3 for buildrequires and macro
by Leigh Scott
commit 857ea21235a90a324023a6db59e58cea7f4cd916
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Thu May 2 08:46:07 2019 +0100
Use cmake3 for buildrequires and macro
kodi-visualization-spectrum.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kodi-visualization-spectrum.spec b/kodi-visualization-spectrum.spec
index 76245fb..cc030af 100644
--- a/kodi-visualization-spectrum.spec
+++ b/kodi-visualization-spectrum.spec
@@ -9,7 +9,7 @@ License: GPLv2+
URL: https://github.com/xbmc/visualization.spectrum
Source0: %{url}/archive/v%{version}/%{aname}-%{version}.tar.gz
-BuildRequires: cmake
+BuildRequires: cmake3
BuildRequires: gcc-c++
BuildRequires: mesa-libGL-devel
BuildRequires: mesa-libGLES-devel
@@ -33,7 +33,7 @@ find . -name '*.h' -or -name '*.cpp' | xargs chmod a-x
sed -i "s|59 Temple Place - Suite 330, Boston, MA 02111-1307|51 Franklin Street, Fifth Floor, Boston, MA 02110-1335|" src/opengl_spectrum.cpp
%build
-%cmake .
+%cmake3 .
%make_build
%install
5 years, 6 months
[performous] FTBFS and unmaintained
by Leigh Scott
commit 749523d6473df3240d11332f43140ce1c3238ad5
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Thu May 2 06:55:35 2019 +0100
FTBFS and unmaintained
.gitignore | 1 -
dead.package | 1 +
licence.txt | 347 -------------------------------------------------
performous.appdata.xml | 21 ---
performous.spec | 159 ----------------------
sources | 1 -
6 files changed, 1 insertion(+), 529 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..3499acb
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+FTBFS and unmaintained
5 years, 6 months
[openshot] Remove Requires: simplejson, not actually needed
by Frank R Dana
commit 964a7d0aa02d739efd01ed19f57e2c9be262bffb
Author: FeRD (Frank Dana) <ferdnyc(a)gmail.com>
Date: Thu May 2 00:11:01 2019 -0400
Remove Requires: simplejson, not actually needed
openshot.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openshot.spec b/openshot.spec
index 7e39cfa..7a8e8ef 100644
--- a/openshot.spec
+++ b/openshot.spec
@@ -35,7 +35,6 @@ Requires: python%{python3_pkgversion}-qt5
Requires: python%{python3_pkgversion}-qt5-webkit
Requires: python%{python3_pkgversion}-requests
Requires: python%{python3_pkgversion}-setuptools
-Requires: python%{python3_pkgversion}-simplejson
Requires: python%{python3_pkgversion}-zmq
Requires: python%{python3_pkgversion}-libopenshot >= 0.2.3
Requires: ffmpeg-libs
@@ -148,7 +147,8 @@ fi
%changelog
* Mon Apr 29 2019 FeRD (Frank Dana) <ferdnyc(a)gmail.com> - 2.4.4-3
-- setuptools is also a runtime dependency
+- Remove simplejson require, not actually a dependency after all
+- setuptools, however, is also a runtime dependency
* Sun Apr 28 2019 FeRD (Frank Dana) <ferdnyc(a)gmail.com> - 2.4.4-2
- Declare dependency on requests, simplejson Python modules
5 years, 6 months
[gr-dab] Added new sources
by Jaroslav Škarvada
commit 47398480834133029d707ef45acad90836a2a029
Author: Jaroslav Škarvada <jskarvad(a)redhat.com>
Date: Wed May 1 20:45:29 2019 +0200
Added new sources
Signed-off-by: Jaroslav Škarvada <jskarvad(a)redhat.com>
.gitignore | 1 +
gr-dab.spec | 2 +-
sources | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c0334ed..29269ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/gr-dab-a33609bd75192878f9f60c1a9b02fd7473649160.tar.gz
+/gr-dab-0.3.tar.gz
diff --git a/gr-dab.spec b/gr-dab.spec
index 2e0f41b..3fa89f8 100644
--- a/gr-dab.spec
+++ b/gr-dab.spec
@@ -41,7 +41,7 @@ Documentation files for gr-dab.
mkdir build
cd build
%cmake -DENABLE_DOXYGEN=on ..
-%make_build
+%make_build CFLAGS="%{optflags} -O0"
%install
cd build
diff --git a/sources b/sources
index e3d7a29..054757e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-191764b65ef0c1c7fddfc375610ad44d gr-dab-a33609bd75192878f9f60c1a9b02fd7473649160.tar.gz
+bebbe9a6cc25ddb2cd4cc853c2af7dbd gr-dab-0.3.tar.gz
5 years, 6 months
[megasync] Initial commit.
by Vasiliy Glazov
commit dfb27c2a7c2a3adb429d3f7a6cfb19917f78bec7
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Wed May 1 21:15:04 2019 +0300
Initial commit.
.gitignore | 2 +
megasync.spec | 254 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sources | 2 +
3 files changed, 258 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..ee157e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/v3.4.7.tar.gz
+/v4.0.2.0_Linux.tar.gz
diff --git a/megasync.spec b/megasync.spec
new file mode 100644
index 0000000..1d788ed
--- /dev/null
+++ b/megasync.spec
@@ -0,0 +1,254 @@
+%global sdk_version 3.4.7
+
+%bcond_without dolphin
+%bcond_without nautilus
+%bcond_without nemo
+
+%global enable_lto 1
+
+Name: megasync
+Version: 4.0.2
+Release: 3%{?dist}
+Summary: Easy automated syncing between your computers and your MEGA cloud drive
+# MEGAsync is under a proprietary license, except the SDK which is BSD
+License: Proprietary and BSD
+URL: https://mega.nz
+Source0: https://github.com/meganz/MEGAsync/archive/v%{version}.0_Linux.tar.gz
+Source1: https://github.com/meganz/sdk/archive/v%{sdk_version}.tar.gz
+
+ExcludeArch: %power64 aarch64
+
+BuildRequires: openssl-devel
+BuildRequires: sqlite-devel
+BuildRequires: zlib-devel
+BuildRequires: automake
+BuildRequires: libtool
+BuildRequires: gcc-c++
+BuildRequires: wget
+BuildRequires: ffmpeg-devel
+BuildRequires: bzip2-devel
+BuildRequires: libmediainfo-devel
+BuildRequires: c-ares-devel
+BuildRequires: cryptopp-devel >= 5.6.5
+BuildRequires: desktop-file-utils
+BuildRequires: qt5-qtbase-devel >= 5.6
+BuildRequires: qt5-qttools-devel
+BuildRequires: qt5-qtsvg-devel
+BuildRequires: terminus-fonts
+BuildRequires: fontpackages-filesystem
+BuildRequires: LibRaw-devel
+BuildRequires: libsodium-devel
+BuildRequires: libuv-devel
+BuildRequires: sqlite-devel
+
+Requires: hicolor-icon-theme
+
+%description
+Secure:
+Your data is encrypted end to end. Nobody can intercept it while in storage or
+in transit.
+
+Flexible:
+Sync any folder from your PC to any folder in the cloud. Sync any number of
+folders in parallel.
+
+Fast:
+Take advantage of MEGA's high-powered infrastructure and multi-connection
+transfers.
+
+Generous:
+Store up to 50 GB for free!
+
+%if %{with dolphin}
+%package -n dolphin-%{name}
+Summary: Extension for Dolphin to interact with Megasync
+BuildRequires: cmake(KF5CoreAddons)
+BuildRequires: cmake(KF5KIO)
+BuildRequires: kf5-rpm-macros
+BuildRequires: extra-cmake-modules
+Requires: %{name}%{?_isa}
+
+%description -n dolphin-%{name}
+%{summary}.
+%endif
+
+%if %{with nautilus}
+%package -n nautilus-%{name}
+Summary: Extension for Nautilus to interact with Megasync
+BuildRequires: pkgconfig(libnautilus-extension) >= 2.16.0
+Requires: nautilus%{?_isa}
+Requires: %{name}%{?_isa}
+
+%description -n nautilus-%{name}
+%{summary}.
+%endif
+
+%if %{with nemo}
+%package -n nemo-%{name}
+Summary: Extension for Nemo to interact with Megasync
+BuildRequires: pkgconfig(libnemo-extension)
+Requires: nemo%{?_isa}
+Requires: %{name}%{?_isa}
+
+%description -n nemo-%{name}
+%{summary}.
+%endif
+
+
+%prep
+%autosetup -n MEGAsync-%{version}.0_Linux
+
+#Move Mega SDK to it's place
+tar -xvf %{SOURCE1} -C src/MEGASync/mega
+mv src/MEGASync/mega/sdk-%{sdk_version}/* src/MEGASync/mega/
+cp src/MEGASync/mega/LICENSE LICENSE-SDK
+
+#Disable all bundling
+sed -i '/-u/d' src/configure
+sed -i 's/-v/-y/' src/configure
+sed -i '/qlite_pkg $build_dir $install_dir/d' src/MEGASync/mega/contrib/build_sdk.sh
+
+
+%build
+#Enable FFMPEG
+echo "CONFIG += link_pkgconfig
+PKGCONFIG += libavcodec" >> src/MEGASync/MEGASync.pro
+#Enable LTO optimisation
+%if %{enable_lto}
+echo "QMAKE_CXXFLAGS += -flto
+QMAKE_LFLAGS_RELEASE += -flto" >> src/MEGASync/MEGASync.pro
+%endif
+
+export DESKTOP_DESTDIR=%{buildroot}%{_prefix}
+
+pushd src
+ ./configure -i -z
+
+ %qmake_qt5 \
+ "CONFIG += FULLREQUIREMENTS" \
+ DESTDIR=%{buildroot}%{_bindir} \
+ THE_RPM_BUILD_ROOT=%{buildroot}
+ lrelease-qt5 MEGASync/MEGASync.pro
+
+ %make_build
+popd
+
+%if %{with dolphin}
+mkdir src/MEGAShellExtDolphin/build
+pushd src/MEGAShellExtDolphin/build
+ rm ../megasync-plugin.moc
+ mv ../CMakeLists_kde5.txt ../CMakeLists.txt
+ %cmake_kf5 ..
+ %make_build
+popd
+%endif
+
+%if %{with nautilus}
+mkdir src/MEGAShellExtNautilus/build
+pushd src/MEGAShellExtNautilus/build
+ %qmake_qt5 ..
+ %make_build
+popd
+%endif
+
+%if %{with nemo}
+mkdir src/MEGAShellExtNemo/build
+pushd src/MEGAShellExtNemo/build
+ %qmake_qt5 ..
+ %make_build
+popd
+%endif
+
+%install
+pushd src
+ %make_install DESTDIR=%{buildroot}%{_bindir}
+
+ desktop-file-install \
+ --add-category="Network" \
+ --dir %{buildroot}%{_datadir}/applications \
+ %{buildroot}%{_datadir}/applications/%{name}.desktop
+
+ #Remove ubuntu specific themes
+ rm -rf %{buildroot}%{_datadir}/icons/ubuntu*
+popd
+
+%if %{with dolphin}
+pushd src/MEGAShellExtDolphin/build
+ %make_install
+popd
+%endif
+
+%if %{with nautilus}
+pushd src/MEGAShellExtNautilus/build
+ %make_install
+ mkdir -p %{buildroot}%{_libdir}/nautilus/extensions-3.0
+ install -pm 755 libMEGAShellExtNautilus.so \
+ %{buildroot}%{_libdir}/nautilus/extensions-3.0/libMEGAShellExtNautilus.so
+ rm %{buildroot}%{_datadir}/icons/hicolor/icon-theme.cache
+popd
+%endif
+
+%if %{with nemo}
+pushd src/MEGAShellExtNemo/build
+ %make_install
+ mkdir -p %{buildroot}%{_libdir}/nemo/extensions-3.0
+ install -pm 755 libMEGAShellExtNemo.so \
+ %{buildroot}%{_libdir}/nemo/extensions-3.0/libMEGAShellExtNemo.so
+ rm %{buildroot}%{_datadir}/icons/hicolor/icon-theme.cache
+popd
+%endif
+
+%files
+%license LICENCE.md LICENSE-SDK
+%{_bindir}/%{name}
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/icons/hicolor/*/apps/mega.png
+%{_datadir}/icons/hicolor/scalable/status/*.svg
+%{_datadir}/doc/%{name}
+
+%if %{with dolphin}
+%files -n dolphin-%{name}
+%{_kf5_plugindir}/overlayicon
+%{_qt5_plugindir}/megasyncplugin.so
+%{_datadir}/icons/hicolor/*/emblems/mega-dolphin-*.png
+%{_datadir}/kservices5/%{name}-plugin.desktop
+%endif
+
+%if %{with nautilus}
+%files -n nautilus-%{name}
+%{_libdir}/nautilus/extensions-3.0/libMEGAShellExtNautilus.so
+%exclude %{_datadir}/icons/hicolor/*/emblems/mega-dolphin-*.png
+%exclude %{_datadir}/icons/hicolor/*/emblems/mega-nemo*.png
+%{_datadir}/icons/hicolor/*/*/mega-*.icon
+%{_datadir}/icons/hicolor/*/*/mega-*.png
+%endif
+
+%if %{with nemo}
+%files -n nemo-%{name}
+%{_libdir}/nemo/extensions-3.0/libMEGAShellExtNemo.so
+%{_datadir}/icons/hicolor/*/*/mega-nemo*.icon
+%{_datadir}/icons/hicolor/*/*/mega-nemo*.png
+%endif
+
+%changelog
+* Tue Apr 23 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> - 4.0.2-3
+- Corrected license
+- Added file manager plugins
+
+* Mon Apr 22 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> - 4.0.2-2
+- Correct spec
+- Add license files
+
+* Fri Apr 19 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> - 4.0.2-1
+- Clean spec for fedora
+
+* Mon Feb 4 2019 linux(a)mega.co.nz
+- Update to version 4.0.2:
+ * Fix bug with selection of transfer manager items
+ * Fix bug of context menu not shown over transfer manager items
+ * New design for the main dialog
+ * Improved setup assistant
+ * Support to show Public Service Announcements
+ * Modern notifications
+ * Updated third-party libraries
+ * Other minor bug fixes and improvements
diff --git a/sources b/sources
index e69de29..a7c5b16 100644
--- a/sources
+++ b/sources
@@ -0,0 +1,2 @@
+97e49c3fde1a1743b0870343d9f06b37 v3.4.7.tar.gz
+79d10f07218b9725d6d8c245ee42daf3 v4.0.2.0_Linux.tar.gz
5 years, 6 months
[gr-dab] New version Dropped libdir, install-apps, and traceback-fix patches
by Jaroslav Škarvada
commit 4cd404be57672f0f1f2c237a32aa963c0d48dfe0
Author: Jaroslav Škarvada <jskarvad(a)redhat.com>
Date: Wed May 1 20:05:45 2019 +0200
New version
Dropped libdir, install-apps, and traceback-fix patches
gr-dab-0.2.1-install-apps.patch | 35 ---------------------
gr-dab-0.2.1-libdir-fix.patch | 11 -------
gr-dab-0.2.1-traceback-fix.patch | 66 ----------------------------------------
gr-dab.spec | 26 ++++++++--------
4 files changed, 12 insertions(+), 126 deletions(-)
---
diff --git a/gr-dab.spec b/gr-dab.spec
index a08a0bc..2e0f41b 100644
--- a/gr-dab.spec
+++ b/gr-dab.spec
@@ -1,26 +1,20 @@
-%global git_commit a33609bd75192878f9f60c1a9b02fd7473649160
-%global git_date 20180925
+#%%global git_commit a33609bd75192878f9f60c1a9b02fd7473649160
+#%%global git_date 20180925
-%global git_short_commit %(echo %{git_commit} | cut -c -8)
-%global git_suffix %{git_date}git%{git_short_commit}
+#%%global git_short_commit %%(echo %%{git_commit} | cut -c -8)
+#%%global git_suffix %%{git_date}git%%{git_short_commit}
Name: gr-dab
URL: https://github.com/andrmuel/gr-dab
-Version: 0.2.1
-Release: 3.%{git_suffix}%{?dist}
+Version: 0.3
+Release: 1%{?dist}
License: GPLv3+
BuildRequires: cmake, gcc-c++, python2-devel, scipy, gnuradio-devel
BuildRequires: python2-matplotlib, cppunit-devel, boost-devel, doxygen
BuildRequires: swig, faad2-devel, findutils
Requires: scipy, python2-matplotlib
Summary: GNU Radio DAB digital audio broadcasting module
-Source0: %{url}/archive/%{git_commit}/%{name}-%{git_commit}.tar.gz
-# https://github.com/andrmuel/gr-dab/pull/16
-Patch0: gr-dab-0.2.1-libdir-fix.patch
-# https://github.com/andrmuel/gr-dab/pull/17
-Patch1: gr-dab-0.2.1-install-apps.patch
-# https://github.com/andrmuel/gr-dab/pull/18
-Patch2: gr-dab-0.2.1-traceback-fix.patch
+Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
%description
GNU Radio DAB digital audio broadcasting module.
@@ -41,7 +35,7 @@ BuildArch: noarch
Documentation files for gr-dab.
%prep
-%autosetup -p1 -n %{name}-%{git_commit}
+%autosetup -p1
%build
mkdir build
@@ -80,6 +74,10 @@ popd
%doc %{_docdir}/%{name}/xml
%changelog
+* Wed May 1 2019 Jaroslav Škarvada <jskarvad(a)redhat.com> - 0.3-1
+- New version
+- Dropped libdir, install-apps, and traceback-fix patches
+
* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.2.1-3.20180925gita33609bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
5 years, 6 months
[x264] Fix ARM rpm mangle issue
by Leigh Scott
commit 05cb528662ff1c68a70e38783320a0c45c7a7575
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed May 1 10:58:41 2019 +0100
Fix ARM rpm mangle issue
x264.spec | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/x264.spec b/x264.spec
index 3494adc..0436e99 100644
--- a/x264.spec
+++ b/x264.spec
@@ -7,7 +7,7 @@
%global gver .%{gitdate}git%{gitversion}
%global branch stable
-%global _with_bootstrap 1
+#global _with_bootstrap 1
%{?_with_bootstrap:
%global _without_gpac 1
@@ -27,11 +27,14 @@
%ifarch ppc64
%global slibdir %{_libdir}/altivec
%endif
+%ifarch armv7hl armv7hnl
+%global __brp_mangle_shebangs_exclude_from x264|libx26410b.so.%{api}|libx264.so.%{api}
+%endif
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.%{api}
-Release: 6%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
+Release: 7%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
License: GPLv2+
URL: https://www.videolan.org/developers/x264.html
Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2
@@ -207,6 +210,9 @@ install -pm644 generic/{AUTHORS,COPYING} %{buildroot}%{_pkgdocdir}/
%endif
%changelog
+* Wed May 01 2019 Leigh Scott <leigh123linux(a)gmail.com> - 0.157-7.20190303git72db437
+- Fix ARM rpm mangle issue
+
* Tue Apr 30 2019 Sérgio Basto <sergio(a)serjux.com> - 0.157-6.20190303git72db437_bootstrap
- Bootstrap to fix arm builds
5 years, 6 months