Compare commits
2 Commits
2.4.2-1mam
...
2.5.1-1mam
| Author | SHA1 | Date | |
|---|---|---|---|
| c09fc53178 | |||
| f64768c6aa |
@@ -3,3 +3,5 @@
|
||||
Mixxx is an open source DJ tool designed for both professional and amateur DJs alike.
|
||||
Mixxx allows DJs to mix music live with a clean, simple interface.
|
||||
Futhermore, Mixxx has a number of key features to help DJs in the mix: Beat estimation, parallel visual displays, and support for various DJ hardware controllers.
|
||||
|
||||
|
||||
|
||||
47
mixxx.spec
47
mixxx.spec
@@ -1,5 +1,5 @@
|
||||
Name: mixxx
|
||||
Version: 2.4.2
|
||||
Version: 2.5.1
|
||||
Release: 1mamba
|
||||
Summary: An open source DJ tool designed for both professional and amateur DJs alike
|
||||
Group: Graphical Desktop/Applications/Multimedia
|
||||
@@ -13,19 +13,17 @@ License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libQt5Concurrent
|
||||
BuildRequires: libQt5Core
|
||||
BuildRequires: libQt5DBus
|
||||
BuildRequires: libQt5Gui
|
||||
BuildRequires: libQt5Network
|
||||
BuildRequires: libQt5OpenGL
|
||||
BuildRequires: libQt5PrintSupport
|
||||
BuildRequires: libQt5Sql
|
||||
BuildRequires: libQt5Svg-devel
|
||||
BuildRequires: libQt5Test
|
||||
BuildRequires: libQt5Widgets
|
||||
BuildRequires: libQt5X11Extras-devel
|
||||
BuildRequires: libQt5Xml
|
||||
BuildRequires: libQt6Concurrent
|
||||
BuildRequires: libQt6Core
|
||||
BuildRequires: libQt6DBus
|
||||
BuildRequires: libQt6Gui
|
||||
BuildRequires: libQt6Network
|
||||
BuildRequires: libQt6OpenGL
|
||||
BuildRequires: libQt6PrintSupport
|
||||
BuildRequires: libQt6Sql
|
||||
BuildRequires: libQt6Test
|
||||
BuildRequires: libQt6Widgets
|
||||
BuildRequires: libQt6Xml
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXext-devel
|
||||
@@ -53,7 +51,7 @@ BuildRequires: libopusfile-devel
|
||||
BuildRequires: libportaudio-devel
|
||||
BuildRequires: libportmidi-devel
|
||||
BuildRequires: libprotobuf-devel
|
||||
BuildRequires: libqtkeychain-devel
|
||||
BuildRequires: libqtkeychain-qt6-devel
|
||||
BuildRequires: librubberband-devel
|
||||
BuildRequires: libshout-idjc-devel
|
||||
BuildRequires: libsndfile-devel
|
||||
@@ -66,8 +64,12 @@ BuildRequires: libupower-devel
|
||||
BuildRequires: libusb-devel
|
||||
BuildRequires: libvorbis-devel
|
||||
BuildRequires: libwavpack-devel
|
||||
BuildRequires: libxkbcommon-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: qt5-qtdeclarative-devel
|
||||
BuildRequires: qt6-qt5compat-devel
|
||||
BuildRequires: qt6-qtdeclarative-devel
|
||||
BuildRequires: qt6-qtshadertools-devel
|
||||
BuildRequires: qt6-qtsvg-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libportmidi-devel >= 1:2.0.4-1mamba
|
||||
BuildRequires: cmake
|
||||
@@ -79,9 +81,6 @@ Mixxx is an open source DJ tool designed for both professional and amateur DJs a
|
||||
Mixxx allows DJs to mix music live with a clean, simple interface.
|
||||
Futhermore, Mixxx has a number of key features to help DJs in the mix: Beat estimation, parallel visual displays, and support for various DJ hardware controllers.
|
||||
|
||||
# FIXME:
|
||||
# /usr/bin/debugedit: Cannot handle 8-byte build ID
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@@ -89,8 +88,6 @@ Futhermore, Mixxx has a number of key features to help DJs in the mix: Beat esti
|
||||
%build
|
||||
%cmake -d build
|
||||
|
||||
# -DCMAKE_STRIP=/bin/true
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
@@ -113,6 +110,8 @@ Futhermore, Mixxx has a number of key features to help DJs in the mix: Beat esti
|
||||
%{_datadir}/mixxx/effects/*
|
||||
%dir %{_datadir}/mixxx/keyboard
|
||||
%{_datadir}/mixxx/keyboard/*.cfg
|
||||
%dir %{_datadir}/mixxx/qml
|
||||
%{_datadir}/mixxx/qml/*
|
||||
%dir %{_datadir}/mixxx/skins
|
||||
%{_datadir}/mixxx/skins/*
|
||||
%dir %{_datadir}/doc/mixxx
|
||||
@@ -123,6 +122,12 @@ Futhermore, Mixxx has a number of key features to help DJs in the mix: Beat esti
|
||||
%doc COPYING LICENSE
|
||||
|
||||
%changelog
|
||||
* Mon Apr 28 2025 Automatic Build System <autodist@openmamba.org> 2.5.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 25 2024 Automatic Build System <autodist@openmamba.org> 2.5.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 29 2024 Automatic Build System <autodist@openmamba.org> 2.4.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user