Skip to content

Commit 2c70162

Browse files
committed
audio/libdjinterop: add 0.20.1
This is not the newest upstream version, but audio/mixxx 2.4.0 (latest upstream) specifically requires this version for the respective functionality. Similar arrangement to editors/libreoffice pegging specific versions of certain dependencies.
1 parent 133ed6b commit 2c70162

File tree

5 files changed

+70
-0
lines changed

5 files changed

+70
-0
lines changed

‎audio/Makefile‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@
348348
SUBDIR += libconvolve
349349
SUBDIR += libcoverart
350350
SUBDIR += libdiscid
351+
SUBDIR += libdjinterop
351352
SUBDIR += libdssialsacompat
352353
SUBDIR += libebur128
353354
SUBDIR += libechonest

‎audio/libdjinterop/Makefile‎

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
PORTNAME= libdjinterop
2+
DISTVERSION= 0.20.1
3+
CATEGORIES= audio
4+
5+
MAINTAINER= vishwin@FreeBSD.org
6+
COMMENT= C++ library for access to DJ record libraries
7+
WWW= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}
8+
9+
LICENSE= LGPL3
10+
LICENSE_FILE= ${WRKSRC}/LICENSE
11+
12+
BUILD_DEPENDS= boost-libs>0:devel/boost-libs # for test programs
13+
14+
USES= compiler:c++17-lang cmake:testing sqlite
15+
16+
USE_GITHUB= yes
17+
GH_ACCOUNT= xsco
18+
19+
PORTSCOUT= ignore:1 # audio/mixxx dictates us
20+
PLIST_SUB= VERSION=${DISTVERSION}
21+
22+
.include <bsd.port.mk>

‎audio/libdjinterop/distinfo‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
TIMESTAMP = 1710352228
2+
SHA256 (xsco-libdjinterop-0.20.1_GH0.tar.gz) = 69bdbd0e68f12858b79795a76a6023962f93f819ca36ea56a9d4680901865d13
3+
SIZE (xsco-libdjinterop-0.20.1_GH0.tar.gz) = 2463673

‎audio/libdjinterop/pkg-descr‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
libdjinterop is a C++ library that allows access to database formats
2+
used to store information about DJ record libraries.
3+
4+
This library currently supports:
5+
6+
Engine Library, as used on "Prime"-series DJ equipment.

‎audio/libdjinterop/pkg-plist‎

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
include/djinterop/album_art.hpp
2+
include/djinterop/config.hpp
3+
include/djinterop/crate.hpp
4+
include/djinterop/database.hpp
5+
include/djinterop/djinterop.hpp
6+
include/djinterop/engine/engine.hpp
7+
include/djinterop/engine/engine_version.hpp
8+
include/djinterop/engine/v2/beat_data_blob.hpp
9+
include/djinterop/engine/v2/change_log_table.hpp
10+
include/djinterop/engine/v2/engine_library.hpp
11+
include/djinterop/engine/v2/information_table.hpp
12+
include/djinterop/engine/v2/loops_blob.hpp
13+
include/djinterop/engine/v2/overview_waveform_data_blob.hpp
14+
include/djinterop/engine/v2/playlist_entity_table.hpp
15+
include/djinterop/engine/v2/playlist_table.hpp
16+
include/djinterop/engine/v2/quick_cues_blob.hpp
17+
include/djinterop/engine/v2/track_data_blob.hpp
18+
include/djinterop/engine/v2/track_table.hpp
19+
include/djinterop/exceptions.hpp
20+
include/djinterop/musical_key.hpp
21+
include/djinterop/optional.hpp
22+
include/djinterop/pad_color.hpp
23+
include/djinterop/performance_data.hpp
24+
include/djinterop/semantic_version.hpp
25+
include/djinterop/stream_helper.hpp
26+
include/djinterop/track.hpp
27+
include/djinterop/track_snapshot.hpp
28+
lib/cmake/DjInterop/DjInteropConfig.cmake
29+
lib/cmake/DjInterop/DjInteropConfigVersion.cmake
30+
lib/cmake/DjInterop/DjInteropTargets-%%CMAKE_BUILD_TYPE%%.cmake
31+
lib/cmake/DjInterop/DjInteropTargets.cmake
32+
lib/cmake/DjInterop/FindPackageHandleStandardArgs.cmake
33+
lib/cmake/DjInterop/FindPackageMessage.cmake
34+
lib/cmake/DjInterop/FindSQLite3.cmake
35+
lib/libdjinterop.so
36+
lib/libdjinterop.so.0
37+
lib/libdjinterop.so.%%VERSION%%
38+
libdata/pkgconfig/djinterop.pc

0 commit comments

Comments
 (0)