From daa6f2170412666ecd1936f86bdb2e18498ac2ee Mon Sep 17 00:00:00 2001 From: david Date: Wed, 25 Jan 2017 14:43:12 +0100 Subject: [PATCH 1/4] libass: remove old bee-file --- libass-0.10.2-0.bee | 83 --------------------------------------------- 1 file changed, 83 deletions(-) delete mode 100755 libass-0.10.2-0.bee diff --git a/libass-0.10.2-0.bee b/libass-0.10.2-0.bee deleted file mode 100755 index f1a710716..000000000 --- a/libass-0.10.2-0.bee +++ /dev/null @@ -1,83 +0,0 @@ -#!/usr/bin/env beesh - -## this file was created by bee init and should be executed to build a -## bee-package. (Additional hints are located at the end of this file.) - -############################################################################### -## The source URL(s) define the location of the sources that will be -## downloaded. Version variables may be used to simplify reuse of this bee-file. - -SRCURL[0]="http://libass.googlecode.com/files/libass-${PKGVERSION}.tar.xz" - -############################################################################### -## Add URLs/pathes to patch files to the PATCHURL array. -## The sources will be patched in the order of the array. - -# PATCHURL+=() - -############################################################################### -## Add filename patterns to the EXCLUDE array of files that should not -## be added to you package but may be present in the image directory. - -# EXCLUDE+=() - -############################################################################### -## Uncomment the next statement, if the software may not be able to be build -## outside the source directory and need to be build inside the source -## directory. - -# build_in_sourcedir - -############################################################################### -## bee cannot detect buildtypes specified in subdirectories. -## Sometimes packages "hide" the real sources in a subdirectory named -## 'src' or 'cmake' or .. -## use 'sourcesubdir_append' to specify this directory if known. - -# sourcesubdir_append src - - -############################################################################### -## Change the default (auto-detected) steps to -## extract, patch, configure/setup, build and install the software. -## Make sure the mee_install function does install everything to the -## image directory "${D}" - -#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}"' - -############################################################################### -## -## Additional hints: -## -## The name of this bee-file should follow the following naming convention: -## pkgname-pkgversion-pkgrevision.bee -## -## You may remove all comments as long as SRCURL[0]="" is set. -## -## Everything in this file will be executed in a bash environment. -## -## Build the package by executing -## './pkg-version-N.bee' or -## 'beesh ./pkg-version-N.bee' -## -## see http://beezinga.org/ -## From 31bb7445e4c7be29983d5a22f0549ab83a86d952 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 25 Jan 2017 14:44:28 +0100 Subject: [PATCH 2/4] libass: create new versionless bee-file --- libass.be0 | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100755 libass.be0 diff --git a/libass.be0 b/libass.be0 new file mode 100755 index 000000000..2bfc33ca4 --- /dev/null +++ b/libass.be0 @@ -0,0 +1,37 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libass-0.10.2-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}"' From 9af620690eb1750a46cf8f6d67ac5a0f40cda38a Mon Sep 17 00:00:00 2001 From: david Date: Wed, 25 Jan 2017 14:49:14 +0100 Subject: [PATCH 3/4] libass: Update from version 0.10.2 to 0.13.4 Changelog: https://github.com/libass/libass/releases/tag/0.13.4 --- libass.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libass.be0 b/libass.be0 index 2bfc33ca4..49be620c1 100755 --- a/libass.be0 +++ b/libass.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libass-0.10.2-0 +# BEE_VERSION libass-0.13.4-0 SRCURL[0]="https://github.com/libass/libass/releases/download/${PKGVERSION}/libass-${PKGVERSION}.tar.xz" From 696775738bdf10dbb02ac5b45c6e2caf82268967 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 25 Jan 2017 14:52:15 +0100 Subject: [PATCH 4/4] vlc: new revision depend on libass --- vlc.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlc.be0 b/vlc.be0 index 9df96ad0a..e16dc9d2b 100755 --- a/vlc.be0 +++ b/vlc.be0 @@ -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"