Skip to content

Commit

Permalink
Merge remote-tracking branch 'mixxx/main' into pref-waveform-grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Jan 17, 2025
2 parents 24f7a1d + 7e3aa94 commit c038884
Show file tree
Hide file tree
Showing 296 changed files with 17,017 additions and 4,393 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ updates:
directory: "/"
schedule:
interval: "weekly"
target-branch: "2.5"
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ jobs:
env:
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
if: runner.os == 'Windows' && env.AZURE_TENANT_ID
uses: azure/[email protected].0
uses: azure/[email protected].1
with:
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
Expand Down Expand Up @@ -382,7 +382,7 @@ jobs:
env:
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
if: runner.os == 'Windows' && env.AZURE_TENANT_ID
uses: azure/[email protected].0
uses: azure/[email protected].1
with:
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
Expand Down Expand Up @@ -484,7 +484,7 @@ jobs:
- name: "Upload GitHub Actions artifacts"
if: matrix.artifacts_path != null
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.6.0
with:
name: ${{ matrix.artifacts_name }}
path: ${{ matrix.artifacts_path }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ jobs:

- name: "Upload patch artifact"
if: failure() && env.UPLOAD_PATCH_FILE != null
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.6.0
with:
name: ${{ env.UPLOAD_PATCH_FILE }}
path: ${{ env.UPLOAD_PATCH_FILE }}

- name: "Upload pre-commit.log"
if: failure() && env.UPLOAD_PATCH_FILE == null
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.6.0
with:
name: pre-commit.log
path: /github/home/.cache/pre-commit/pre-commit.log
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ repos:
"\\W(?:m_p*(?=[A-Z])|m_(?=\\w)|pp*(?=[A-Z])|k(?=[A-Z])|s_(?=\\w))",
--write-changes,
]
exclude: ^(packaging/wix/LICENSE.rtf.in|src/dialog/dlgabout\.cpp|.*\.(?:pot?|(?<!\.d\.)ts|wxl|svg))$
exclude: ^(packaging/wix/LICENSE.rtf.in|src/dialog/dlgabout\.cpp|res/linux/org\.mixxx\.Mixxx\.desktop|.*\.(?:pot?|(?<!\.d\.)ts|wxl|svg))$
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.14.0
hooks:
Expand Down
682 changes: 384 additions & 298 deletions CHANGELOG.md

Large diffs are not rendered by default.

13 changes: 8 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,16 @@ endif()

if(DEFINED MIXXX_VCPKG_ROOT)
if(
EXISTS "$ENV{MIXXX_VCPKG_ROOT}/overlay/ports"
OR NOT EXISTS "$ENV{MIXXX_VCPKG_ROOT}/ports"
EXISTS "${MIXXX_VCPKG_ROOT}/overlay/ports"
OR NOT EXISTS "${MIXXX_VCPKG_ROOT}/ports"
)
# MIXXX_VCPKG_ROOT points to our vcpkg environment
# and we configure the CMAKE_TOOLCHAIN_FILE and overlays accordingly
message(STATUS "Using MIXXX_VCPKG_ROOT: $ENV{MIXXX_VCPKG_ROOT}")
message(STATUS "Using MIXXX_VCPKG_ROOT: ${MIXXX_VCPKG_ROOT}")
else()
message(
STATUS
"MIXXX_VCPKG_ROOT not correct (missing $ENV{MIXXX_VCPKG_ROOT}/overlay/ports)"
"MIXXX_VCPKG_ROOT not correct (missing ${MIXXX_VCPKG_ROOT}/overlay/ports)"
)
fatal_error_missing_env()
endif()
Expand Down Expand Up @@ -4572,6 +4572,9 @@ if(VINYLCONTROL)
target_link_libraries(mixxx-lib PRIVATE mixxx-xwax)
endif()

# rendergraph
add_subdirectory(src/rendergraph/opengl)

# WavPack audio file support
find_package(wavpack)
default_option(WAVPACK "WavPack audio file support" "wavpack_FOUND")
Expand Down Expand Up @@ -4702,7 +4705,7 @@ if(NOT CPACK_DEBIAN_PACKAGE_RELEASE)
set(CPACK_DEBIAN_PACKAGE_RELEASE 1)
endif()

set(CPACK_DEBIAN_DISTRIBUTION_RELEASES jammy mantic noble oracular)
set(CPACK_DEBIAN_DISTRIBUTION_RELEASES jammy noble oracular plucky)
set(CPACK_DEBIAN_SOURCE_DIR ${CMAKE_SOURCE_DIR})
set(
CPACK_DEBIAN_UPLOAD_PPA_SCRIPT
Expand Down
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Mixxx is Copyright (C) 2000-2024 by its respective authors. This version
Mixxx is Copyright (C) 2000-2025 by its respective authors. This version
of the program is distributed under the General Public License version 2,
as described in the file LICENSE distributed with the program.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Mixxx 2.6-alpha, Digital DJ'ing software.
Copyright (C) 2001-2024 Mixxx Development Team
Copyright (C) 2001-2025 Mixxx Development Team

Mixxx is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/FindChromaprint.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/FindDjInterop.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/FindEbur128.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/FindFFTW.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/FindFLAC.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/FindG72X.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/FindGPerfTools.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/FindHSS1394.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/FindID3Tag.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/FindKeyFinder.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/FindLibUSB.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/FindLibudev.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/FindMAD.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/FindMP4.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/FindMP4v2.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/FindModplug.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/FindOgg.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/FindOpus.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/FindOpusFile.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/FindPortAudio.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/FindPortMidi.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/FindShoutidjc.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/FindSleef.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/FindSndFile.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/FindSoundTouch.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/FindTagLib.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/FindUpower.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/FindVorbis.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/Findhidapi.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/Findlilv.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/Findmp3lame.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/Findrubberband.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/Findwavpack.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of Mixxx, Digital DJ'ing software.
# Copyright (C) 2001-2024 Mixxx Development Team
# Copyright (C) 2001-2025 Mixxx Development Team
# Distributed under the GNU General Public Licence (GPL) version 2 or any later
# later version. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/GitInfo.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ endif()
# Get the current commit date
if(NOT GIT_COMMIT_DATE)
execute_process(
COMMAND git show --quiet --format=%cI --date=short
COMMAND git show --quiet --format=%cI --date=short --no-show-signature
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"
OUTPUT_VARIABLE GIT_COMMIT_DATE
OUTPUT_STRIP_TRAILING_WHITESPACE
Expand Down
6 changes: 3 additions & 3 deletions packaging/CPackDebUploadPPA.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ if(DEB_BUILD)
endif()

foreach(release ${CPACK_DEBIAN_DISTRIBUTION_RELEASES})
if(release STREQUAL "bionic")
set(CPACK_DEBIAN_PACKAGE_BUILD_DEPENDS_EXTRA "libmp4v2-dev,")
if(release STREQUAL "jammy")
set(CPACK_DEBIAN_PACKAGE_BUILD_DEPENDS_EXTRA "libqt6shadertools6-dev,")
else()
set(CPACK_DEBIAN_PACKAGE_BUILD_DEPENDS_EXTRA "libavformat-dev,")
set(CPACK_DEBIAN_PACKAGE_BUILD_DEPENDS_EXTRA "qt6-shadertools-dev,")
endif()

configure_file(
Expand Down
6 changes: 6 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
mixxx (2.4.2-1~focal) focal; urgency=medium

* Build of 2.4.2

-- RJ Skerry-Ryan <[email protected]> Tue, 26 Nov 2024 23:29:32 +0000

mixxx (2.4.1-1~focal) focal; urgency=medium

* Build of 2.4.1
Expand Down
2 changes: 1 addition & 1 deletion packaging/debian/control.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Build-Depends: debhelper (>= 11),
qml6-module-qt-labs-qmlmodels,
libqt6core5compat6-dev,
libqt6opengl6-dev,
libqt6shadertools6-dev,
libqt6sql6-sqlite,
libqt6svg6-dev,
cmake (>= 3.13),
Expand All @@ -34,6 +33,7 @@ Build-Depends: debhelper (>= 11),
libogg-dev,
libsndfile1-dev,
libasound2-dev,
libavformat-dev,
libvorbis-dev,
libfaad-dev,
libportmidi-dev,
Expand Down
2 changes: 1 addition & 1 deletion packaging/debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Source: https://downloads.mixxx.org/

Files: *
Copyright:
2001-2024 Mixxx development team
2001-2025 Mixxx development team
License: GPL-2+

License: GPL-2+
Expand Down
Loading

0 comments on commit c038884

Please sign in to comment.