[Lunar-commits] <moonbase-other> x265: adding to moonbase, optional_depends for vlc

Dennis Veatch dennisveatch at bellsouth.net
Thu Mar 5 01:46:49 CET 2015


commit 4beabbfd709fe1b0b565e8fd277261aa32ad5ac6
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Wed, 04 Mar 2015 19:46:13 -0500
URL: https://github.com/lunar-linux/moonbase-other/commit/4beabbfd709fe1b0b565e8fd277261aa32ad5ac6

x265: adding to moonbase, optional_depends for vlc
---
  video/x265/BUILD   | +6/-0     
  video/x265/DEPENDS | +2/-0     
  video/x265/DETAILS | +16/-0    
  3 files changed, 24 insertions(+)

--- /dev/null
+++ b/video/x265/BUILD
@@ -0,0 +1,6 @@
+
+  OPTS+=" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DHIGH_BIT_DEPTH=ON" &&
+
+  cmake source/ $OPTS &&
+
+  default_make
--- /dev/null
+++ b/video/x265/DEPENDS
@@ -0,0 +1,2 @@
+depends yasm
+depends cmake
--- /dev/null
+++ b/video/x265/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=x265
+         VERSION=1.5
+          SOURCE=$MODULE\_$VERSION.tar.gz
+      SOURCE_URL=https://bitbucket.org/multicoreware/x265/downloads
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE\_$VERSION
+      SOURCE_VFY=sha256:bd9dccce7bca04f39ed45f1070e3cca64e29a528be4e0f03e412ac4978618b01
+        WEB_SITE=http://x265.org/index.html
+         ENTERED=20150304
+         UPDATED=20150304
+           SHORT="encoding video streams into the H.265/High Efficiency Video Coding (HEVC) format"
+
+cat << EOF
+x265 is an open-source project and free application library for encoding video streams into the
+H.265/High Efficiency Video Coding (HEVC) format. x265 is available to anyone under the terms of
+the GNU GPL 2 license.
+EOF




More information about the Lunar-commits mailing list