[mixxx/f23] Add udev rule (rfbz#4064)
by Leigh Scott
Summary of changes:
e65f9c3... Add udev rule (rfbz#4064) (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 3 months
[mixxx/f24] Add udev rule (rfbz#4064)
by Leigh Scott
Summary of changes:
e65f9c3... Add udev rule (rfbz#4064) (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 3 months
[mixxx/f25] Add udev rule (rfbz#4064)
by Leigh Scott
Summary of changes:
e65f9c3... Add udev rule (rfbz#4064) (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 3 months
[mixxx] Add udev rule (rfbz#4064)
by Leigh Scott
commit e65f9c31bb10576e3544842749ac73456e402b67
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sun Aug 21 11:03:26 2016 +0100
Add udev rule (rfbz#4064)
mixxx.spec | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index cf7e430..90f9f74 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -5,7 +5,7 @@
Name: mixxx
Version: 2.0.0
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Mixxx is open source software for DJ'ing
Group: Applications/Multimedia
@@ -99,6 +99,10 @@ scons %{?_smp_mflags} \
qtdir=%{_qt4_prefix} \
prefix=%{_prefix} install
+#Install udev rule
+install -d ${RPM_BUILD_ROOT}/%{_udevrulesdir}
+install -p -m 0644 res/linux/mixxx.usb.rules ${RPM_BUILD_ROOT}/%{_udevrulesdir}/90-mixxx.usb.rules
+
desktop-file-install --vendor "" \
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
--add-category=X-Synthesis \
@@ -115,12 +119,16 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}
%doc Mixxx-Manual.pdf README README.md
%{_bindir}/%{name}
%{_datadir}/%{name}/
+%{_udevrulesdir}/90-mixxx.usb.rules
%{_libdir}/%{name}/
%{_datadir}/applications/mixxx.desktop
%{_datadir}/pixmaps/mixxx-icon.png
%{_datadir}/appdata/%{name}.appdata.xml
%changelog
+* Sun Aug 21 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 2.0.0-5
+- Add udev rule (rfbz#4064)
+
* Sun Aug 21 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 2.0.0-4
- Patch so it builds on ARM (rfbz#2413)
- Validate appdata file
8 years, 3 months
[mixxx/f23] (5 commits) ...add patch
by Leigh Scott
Summary of changes:
4859b54... update .gitignore (*)
6c9f09a... Add gcc6 patch (*)
fe5b57b... git add mixxx-gcc6.patch (*)
9f5b443... Patch so it builds on ARM (rfbz#2413) (*)
733c1dc... add patch (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 3 months
[mixxx/f24] (2 commits) ...add patch
by Leigh Scott
Summary of changes:
9f5b443... Patch so it builds on ARM (rfbz#2413) (*)
733c1dc... add patch (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 3 months
[mixxx/f25] (2 commits) ...add patch
by Leigh Scott
Summary of changes:
9f5b443... Patch so it builds on ARM (rfbz#2413) (*)
733c1dc... add patch (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 3 months
[mixxx] add patch
by Leigh Scott
commit 733c1dc5d77b7270fc8f79336197a8a307464fae
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sun Aug 21 09:01:19 2016 +0100
add patch
mixxx-arm.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
---
diff --git a/mixxx-arm.patch b/mixxx-arm.patch
new file mode 100644
index 0000000..b989f94
--- /dev/null
+++ b/mixxx-arm.patch
@@ -0,0 +1,11 @@
+--- a/build/mixxx.py 2015-12-29 16:10:41.000000000 +0000
++++ b/build/mixxx.py 2016-08-21 07:48:27.404004423 +0100
+@@ -48,6 +48,8 @@ class MixxxBuild(object):
+ if machine.lower() not in ['x86_64', 'x86', 'i686', 'i586',
+ 'alpha', 'hppa', 'mips', 'mipsel', 's390',
+ 'sparc', 'ia64', 'armel', 'armhf', 'hurd-i386',
++ 'armv5tel', 'armv5tejl', 'armv6l', 'armv6hl',
++ 'armv7l', 'armv7hl', 'armv7hnl',
+ 'sh3', 'sh4',
+ 'kfreebsd-amd64', 'kfreebsd-i386',
+ 'i486', 'i386', 'ppc', 'ppc64', 'powerpc',
8 years, 3 months
[mixxx] Patch so it builds on ARM (rfbz#2413)
by Leigh Scott
commit 9f5b443277c0fe521a89f09d964ebd611ff27eee
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sun Aug 21 09:00:45 2016 +0100
Patch so it builds on ARM (rfbz#2413)
mixxx.spec | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 6c35c94..cf7e430 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -5,7 +5,7 @@
Name: mixxx
Version: 2.0.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Mixxx is open source software for DJ'ing
Group: Applications/Multimedia
@@ -14,11 +14,12 @@ URL: http://www.mixxx.org
Source0: http://downloads.mixxx.org/mixxx-%{version}/%{name}-%{version}-src.tar.gz
Patch0: %{name}-%{version}-build.patch
Patch1: %{name}-gcc6.patch
+Patch2: %{name}-arm.patch
-ExclusiveArch: i686 x86_64
#Build tools
BuildRequires: desktop-file-utils
+BuildRequires: libappstream-glib
BuildRequires: scons
#Mandatory Requirements
@@ -70,6 +71,7 @@ controllers including MIDI devices, and more.
%setup -q
%patch0 -p1
%patch1 -p1 -b .gcc6
+%patch2 -p1
# TODO remove bundle libs
#rm -rf lib/vamp-2.3 lib/xwax lib/gmock-1.7.0 lib/gtest-1.7.0
@@ -102,24 +104,28 @@ desktop-file-install --vendor "" \
--add-category=X-Synthesis \
res/linux/mixxx.desktop
+appstream-util validate-relax --nonet $RPM_BUILD_ROOT/%{_datadir}/appdata/%{name}.appdata.xml
+
#Remove docdir
rm -rf $RPM_BUILD_ROOT%{_docdir}
%files
-%doc COPYING LICENSE README README.md
-%doc Mixxx-Manual.pdf
+%license COPYING LICENSE
+%doc Mixxx-Manual.pdf README README.md
%{_bindir}/%{name}
%{_datadir}/%{name}/
-%dir %{_libdir}/%{name}/plugins/vamp
-%{_libdir}/%{name}/plugins/vamp/libmixxxminimal.so
-%dir %{_libdir}/%{name}/plugins/soundsource
-%{_libdir}/%{name}/plugins/soundsource/libsoundsourcem4a.so
+%{_libdir}/%{name}/
%{_datadir}/applications/mixxx.desktop
%{_datadir}/pixmaps/mixxx-icon.png
%{_datadir}/appdata/%{name}.appdata.xml
%changelog
+* Sun Aug 21 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 2.0.0-4
+- Patch so it builds on ARM (rfbz#2413)
+- Validate appdata file
+- Clean up files section
+
* Thu Jul 14 2016 Sérgio Basto <sergio(a)serjux.com> - 2.0.0-3
- Add gcc6 patch
8 years, 3 months