Skip to content

Commit

Permalink
Merge pull request #281 from mariux64/update-libass-from-version-0.10…
Browse files Browse the repository at this point in the history
….2-to-0.13.4

Update libass from version 0.10.2 to 0.13.4
  • Loading branch information
donald authored Jan 26, 2017
2 parents 5a9c3f3 + 6967757 commit dd54771
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 84 deletions.
83 changes: 0 additions & 83 deletions libass-0.10.2-0.bee

This file was deleted.

37 changes: 37 additions & 0 deletions libass.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
#!/usr/bin/env beesh

# BEE_VERSION libass-0.13.4-0

SRCURL[0]="https://github.com/libass/libass/releases/download/${PKGVERSION}/libass-${PKGVERSION}.tar.xz"

# PATCHURL+=()

# EXCLUDE+=()

BEE_BUILDTYPE=autotools

# build_in_sourcedir

# sourcesubdir_append src


#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'
2 changes: 1 addition & 1 deletion vlc.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION vlc-2.2.4-3
# BEE_VERSION vlc-2.2.4-4

SRCURL[0]="http://download.videolan.org/pub/videolan/vlc/${PKGVERSION}/vlc-${PKGVERSION}.tar.xz"

Expand Down

0 comments on commit dd54771

Please sign in to comment.