Skip to content

Commit

Permalink
Merge pull request #24 from prabhakarlad/master
Browse files Browse the repository at this point in the history
croos-opt added x264 and updated ATK
  • Loading branch information
lundmar committed Mar 10, 2016
2 parents 6836eab + 86983ae commit 1b49104
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion atk/Buildfile
Expand Up @@ -3,7 +3,7 @@
# License: LGPLv2

name=atk
version=2.16.0
version=2.18.0
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
depends=glib
Expand Down
25 changes: 25 additions & 0 deletions x264/Buildfile
@@ -0,0 +1,25 @@
# Description: Library for encoding video streams H.264
# URL: http://www.videolan.org/developers/x264.html
# License: GNU GPL

name=x264
version=20160309-2245
release=1
source=(ftp://ftp.videolan.org/pub/videolan/$name/snapshots/$name-snapshot-20160309-2245-stable.tar.bz2)

build() {
cd $name-snapshot-$version-stable/

./configure --host=$HOST \
--disable-asm \
--cross-prefix=$HOST- \
--prefix=/usr \
--enable-static \
--enable-shared

make -j $JOBS
make DESTDIR=$PKG install

# Fix libtool files
fix_la_files $PKG
}

0 comments on commit 1b49104

Please sign in to comment.