Skip to content

Commit 20a00e3

Browse files
refactor: Extract coverart library to separate repository
- Move Bento4 library and JNI wrapper to metrolist-coverart-lib repository - Replace embedded code with git submodule reference - This reduces main repository size by ~77,000 lines - Library can now be independently versioned and updated Submodule: https://github.com/MetrolistGroup/metrolist-coverart-lib
1 parent bac1c87 commit 20a00e3

File tree

304 files changed

+4
-76986
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

304 files changed

+4
-76986
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "metroproto"]
22
path = metroproto
33
url = https://github.com/MetrolistGroup/metroproto
4+
[submodule "app/src/main/cpp/coverart"]
5+
path = app/src/main/cpp/coverart
6+
url = https://github.com/MetrolistGroup/metrolist-coverart-lib.git

app/src/main/cpp/coverart

Submodule coverart added at 23a9655

app/src/main/cpp/coverart/CMakeLists.txt

Lines changed: 0 additions & 32 deletions
This file was deleted.

app/src/main/cpp/coverart/bento4/Build/cmake/Config.cmake.in

Lines changed: 0 additions & 2 deletions
This file was deleted.

app/src/main/cpp/coverart/bento4/Build/pkgconfig/bento4.pc.in

Lines changed: 0 additions & 9 deletions
This file was deleted.

app/src/main/cpp/coverart/bento4/CMakeLists.txt

Lines changed: 0 additions & 161 deletions
This file was deleted.

app/src/main/cpp/coverart/bento4/README.md

Lines changed: 0 additions & 170 deletions
This file was deleted.

app/src/main/cpp/coverart/bento4/SConstruct

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)