[138529] trunk/dports/multimedia
cal at macports.org
cal at macports.org
Sat Jul 11 04:08:39 PDT 2015
Revision: 138529
https://trac.macports.org/changeset/138529
Author: cal at macports.org
Date: 2015-07-11 04:08:38 -0700 (Sat, 11 Jul 2015)
Log Message:
-----------
x265: new port, closes #48306
Added Paths:
-----------
trunk/dports/multimedia/x265/
trunk/dports/multimedia/x265/Portfile
Added: trunk/dports/multimedia/x265/Portfile
===================================================================
--- trunk/dports/multimedia/x265/Portfile (rev 0)
+++ trunk/dports/multimedia/x265/Portfile 2015-07-11 11:08:38 UTC (rev 138529)
@@ -0,0 +1,30 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+PortGroup cmake 1.0
+
+name x265
+version 1.7
+checksums rmd160 cd95f53096d2c47939251e3f7847bd283ebe8518 \
+ sha256 a52ca95e8e64219c1e8e73a9abf0bb7151ced2c93756a623cf2b7e5cf8226585
+
+categories multimedia
+platforms darwin
+license GPL-2+
+maintainers gmail.com:ays388 openmaintainer
+
+description H.265 encoder
+long_description x265 is a free software library and application for \
+ encoding video streams into the H.265/MPEG-H HEVC \
+ compression format, and is released under the terms of the \
+ GNU GPL.
+homepage https://www.videolan.org/developers/x265.html
+master_sites ftp://ftp.videolan.org/pub/videolan/x265/
+distname ${name}_${version}
+worksrcdir ${distname}/source
+
+depends_build-append \
+ port:yasm
+cmake.out_of_source yes
Property changes on: trunk/dports/multimedia/x265/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150711/0847bb54/attachment.html>
More information about the macports-changes
mailing list