Skip to content

Commit

Permalink
Add compat package libjack
Browse files Browse the repository at this point in the history
gst-plugin-good need it
  • Loading branch information
david committed Apr 7, 2025
1 parent 57503f2 commit 6982777
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions jack-audio-conection-kit_compat.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/usr/bin/env beesh

# BEE_VERSION jack-audio-connection-kit_compat-0.121.3-0

SRCURL[0]="https://beehive.molgen.mpg.de/e99361be9c703637de3d4f9999d5ddb7/jack-audio-connection-kit-0.121.3-1.x86_64.bee.tar.bz2"

mee_install() {
cd ${D}

tar xpf ${F}/${PKGNAME}-${PKGVERSION}-1.x86_64.bee.tar.bz2 \
/usr/lib/libjack.so.0 \
/usr/lib/libjack.so.0.0.28
}

0 comments on commit 6982777

Please sign in to comment.