[kodi-inputstream-adaptive] Initial RPM Release
by dcrdev
commit ad03e2496394634ff1aa7cf4399f8f912d110432
Author: dcrdev <development-K9RvgheM1OmXW9pm(a)dcrdev.com>
Date: Wed Sep 13 13:03:43 2017 +0100
Initial RPM Release
.gitignore | 1 +
kodi-inputstream-adaptive.spec | 55 ++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 57 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..214e3d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/inputstream.adaptive-cd26d5d7896e402be180e252b155c932b163b181.tar.gz
diff --git a/kodi-inputstream-adaptive.spec b/kodi-inputstream-adaptive.spec
new file mode 100644
index 0000000..5fd2315
--- /dev/null
+++ b/kodi-inputstream-adaptive.spec
@@ -0,0 +1,55 @@
+%global aname inputstream.adaptive
+%global commit cd26d5d7896e402be180e252b155c932b163b181
+%global commit_date 20161215
+%global kodi_version 17.0
+%global short_commit %(c=%{commit}; echo ${c:0:7})
+
+Name: kodi-inputstream-adaptive
+Version: 1.0.6
+
+Release: 0.1.%{commit_date}git%{short_commit}%{?dist}
+Summary: Adaptive file addon for Kodi's InputStream interface
+
+Group: Applications/Multimedia
+License: GPLv2+
+URL: https://github.com/peak3d/inputstream.adaptive/
+Source0: https://github.com/peak3d/%{aname}/archive/%{short_commit}/%{aname}-%{com...
+
+BuildRequires: cmake
+BuildRequires: gcc-c++
+BuildRequires: kodi-devel >= %{kodi_version}
+BuildRequires: kodi-platform-devel
+BuildRequires: expat-devel
+
+Requires: kodi >= %{kodi_version}
+Provides: bundled(bento4)
+
+ExclusiveArch: i686 x86_64
+
+%description
+%{summary}.
+
+%prep
+%setup -q -n %{aname}-%{commit}
+
+# Fix spurious-executable-perm on debug package
+find . -name '*.h' -or -name '*.cpp' | xargs chmod a-x
+
+%build
+%cmake .
+%make_build
+
+%install
+%make_install
+
+# Fix permissions at installation
+find $RPM_BUILD_ROOT%{_datadir}/kodi/addons/ -type f -exec chmod 0644 {} \;
+
+%files
+%doc %{_datadir}/kodi/addons/%{aname}/changelog.txt
+%{_libdir}/kodi/addons/%{aname}/
+%{_datadir}/kodi/addons/%{aname}/
+
+%changelog
+* Tue Sep 12 2017 Dominic Robinson <github(a)dcrdev.com> - 1.0.6-0.1.20161215gitcd26d5d
+- Initial RPM Release
diff --git a/sources b/sources
index e69de29..9d14915 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+3362bc1542b49eeb13c4eaf13784a0bd inputstream.adaptive-cd26d5d7896e402be180e252b155c932b163b181.tar.gz
7 years, 2 months
[smplayer] Update smplayer to 17.9.0
by Sérgio M. Basto
commit 20431240e0c395ca00c9c90bf788fe6c8672ad6e
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Sep 13 00:17:00 2017 +0100
Update smplayer to 17.9.0
.gitignore | 1 +
smplayer.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a4a3009..3e71c39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,4 @@ smtube-16.3.0.tar.bz2
/smplayer-17.6.0.tar.bz2
/smplayer-17.7.0.tar.bz2
/smplayer-17.8.0.tar.bz2
+/smplayer-17.9.0.tar.bz2
diff --git a/smplayer.spec b/smplayer.spec
index fba207d..dcad360 100644
--- a/smplayer.spec
+++ b/smplayer.spec
@@ -1,5 +1,5 @@
Name: smplayer
-Version: 17.8.0
+Version: 17.9.0
%global smtube_ver 17.5.0
%global smplayer_themes_ver 17.3.0
%global smplayer_skins_ver 15.2.0
@@ -208,6 +208,9 @@ fi
%{_datadir}/smplayer/themes/
%changelog
+* Tue Sep 12 2017 Sérgio Basto <sergio(a)serjux.com> - 17.9.0-1
+- Update smplayer to 17.9.0
+
* Wed Aug 23 2017 Sérgio Basto <sergio(a)serjux.com> - 17.8.0-1
- Update smplayer to 17.8.0
diff --git a/sources b/sources
index 19b497d..d8594e7 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-174c1d1ea7d6b6df88c945bdeb91482e smplayer-17.8.0.tar.bz2
+79a4de1018e50802ad684b55e8ed6921 smplayer-17.9.0.tar.bz2
edfc9a47bb302b4af6089b152f815d15 smtube-17.5.0.tar.bz2
33c063c5a80c5b1625f51ddbb7bfd3a1 smplayer-themes-17.3.0.tar.bz2
57e165cf9a95808fafd179e5322b7f15 smplayer-skins-15.2.0.tar.bz2
7 years, 2 months
[mixxx/f27] Fix sqlite typedef issue
by Leigh Scott
Summary of changes:
169d435... Fix sqlite typedef issue (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 2 months
[mixxx] Fix sqlite typedef issue
by Leigh Scott
commit 169d435dc9cf4bf7a39d99139cc9124bc41ac145
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Sep 12 13:20:15 2017 +0100
Fix sqlite typedef issue
mixxx.spec | 7 ++++++-
remove_sqlite_typedef.patch | 27 +++++++++++++++++++++++++++
2 files changed, 33 insertions(+), 1 deletion(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index a6bf1d8..d23070a 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -5,7 +5,7 @@
Name: mixxx
Version: 2.0.0
-Release: 10%{?dist}
+Release: 11%{?dist}
Summary: Mixxx is open source software for DJ'ing
Group: Applications/Multimedia
@@ -17,6 +17,7 @@ Patch1: %{name}-gcc6.patch
Patch2: %{name}-arm.patch
Patch3: AppData_fix.patch
Patch4: fix_udev_rules.patch
+Patch5: remove_sqlite_typedef.patch
#Build tools
@@ -76,6 +77,7 @@ controllers including MIDI devices, and more.
%patch2 -p1
%patch3 -p1
%patch4 -p1
+%patch5 -p1
# TODO remove bundle libs
#rm -rf lib/vamp-2.3 lib/xwax lib/gmock-1.7.0 lib/gtest-1.7.0
@@ -130,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}
%{_datadir}/appdata/%{name}.appdata.xml
%changelog
+* Tue Sep 12 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2.0.0-11
+- Fix sqlite typedef issue
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 2.0.0-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
diff --git a/remove_sqlite_typedef.patch b/remove_sqlite_typedef.patch
new file mode 100644
index 0000000..b29b255
--- /dev/null
+++ b/remove_sqlite_typedef.patch
@@ -0,0 +1,27 @@
+--- a/src/library/trackcollection.cpp
++++ b/src/library/trackcollection.cpp
+@@ -2,10 +2,6 @@
+ #include <QtDebug>
+
+ #include "library/trackcollection.h"
+-
+-#ifdef __SQLITE3__
+-#include <sqlite3.h>
+-#endif
+
+ #include "library/librarytablemodel.h"
+ #include "library/schemamanager.h"
+
+--- a/src/library/trackcollection.h
++++ b/src/library/trackcollection.h
+@@ -34,8 +34,7 @@
+ #include "library/dao/libraryhashdao.h"
+
+ #ifdef __SQLITE3__
+-typedef struct sqlite3_context sqlite3_context;
+-typedef struct Mem sqlite3_value;
++#include <sqlite3.h>
+ #endif
+
+ class TrackInfoObject;
+
7 years, 2 months