Skip to content

Commit

Permalink
FFmpeg: Bump to 2.8.5-Jarvis-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
fritsch committed Jan 19, 2016
1 parent f2980e6 commit 518f5e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 587 deletions.
9 changes: 7 additions & 2 deletions packages/multimedia/ffmpeg/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@
################################################################################

PKG_NAME="ffmpeg"
PKG_VERSION="2.8.5"
PKG_VERSION="2.8.5-Jarvis-rc1"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="LGPLv2.1+"
PKG_SITE="https://ffmpeg.org"
PKG_URL="https://ffmpeg.org/releases/${PKG_NAME}-${PKG_VERSION}.tar.gz"
PKG_URL="https://github.com/xbmc/FFmpeg/archive/${PKG_VERSION}.tar.gz"
PKG_SOURCE_DIR="FFmpeg-${PKG_VERSION}"
PKG_DEPENDS_TARGET="toolchain yasm:host zlib bzip2 libvorbis libressl dcadec"
PKG_PRIORITY="optional"
PKG_SECTION="multimedia"
Expand Down Expand Up @@ -215,3 +216,7 @@ configure_target() {
post_makeinstall_target() {
rm -rf $INSTALL/usr/share/ffmpeg/examples
}

unpack() {
tar xf $ROOT/$SOURCES/ffmpeg/$PKG_VERSION.tar.gz -C $ROOT/$BUILD
}
Loading

0 comments on commit 518f5e6

Please sign in to comment.