Skip to content

Commit

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

# BEE_VERSION libass_compat-0.13.4-0

SRCURL[0]="https://beehive.molgen.mpg.de/84bafe7ef2ba3b170843e35ce395bc78/libass-0.13.4-0.x86_64.bee.tar.bz2"

mee_install() {
cd ${D}

tar xpf ${F}/${PKGNAME}-${PKGVERSION}-0.x86_64.bee.tar.bz2 \
/usr/lib/libass.so.5 \
/usr/lib/libass.so.5.3.2
}

0 comments on commit c684363

Please sign in to comment.