Skip to content

Commit

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

# BEE_VERSION x265_compat-2.1-0

SRCURL[0]="https://beehive.molgen.mpg.de/42ebb5a51fa2d7af76b7804cca628f87/x265-2.1-1.x86_64.bee.tar.bz2"

mee_install() {
cd ${D}

tar xpf ${F}/${PKGNAME}-${PKGVERSION}-1.x86_64.bee.tar.bz2 \
/usr/lib/libx265.so.95
}

0 comments on commit ac5ae46

Please sign in to comment.