# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # libyuv # libyuv/files # libyuv/files/libyuv.pc.in # libyuv/files/libyuv-config.in # libyuv/pkg-descr # libyuv/Makefile # libyuv/distinfo # libyuv/pkg-plist # echo c - libyuv mkdir -p libyuv > /dev/null 2>&1 echo c - libyuv/files mkdir -p libyuv/files > /dev/null 2>&1 echo x - libyuv/files/libyuv.pc.in sed 's/^X//' >libyuv/files/libyuv.pc.in << '098eadc91d0085979a920debe32e0466' Xprefix=%%PREFIX%% Xexec_prefix=%%PREFIX%% Xlibdir=%%PREFIX%%/lib Xincludedir=%%PREFIX%%/include X XName: libyuv XDescription: YUV scaling and conversion functionality XVersion: %%PORTVERSION%% XLibs: -L${libdir} -lm XCflags: -I${includedir} -I${includedir} 098eadc91d0085979a920debe32e0466 echo x - libyuv/files/libyuv-config.in sed 's/^X//' >libyuv/files/libyuv-config.in << '3aaee835d12931839fff10ab36bce60d' X#!/bin/sh X Xprefix=%%PREFIX%% Xversion=%%PORTVERSION%% X Xusage() X{ X cat <&2 Xfi X Xwhile test $# -gt 0; do X case "$1" in X -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;; X *) optarg= ;; X esac X X case $1 in X --prefix=*) X prefix=$optarg X ;; X --prefix) X echo_prefix=yes X ;; X --exec-prefix=*) X exec_prefix=$optarg X ;; X --exec-prefix) X echo_exec_prefix=yes X ;; X --includedir=*) X includedir=$optarg X ;; X --includedir) X echo_includedir=yes X ;; X --libdir=*) X libdir=$optarg X ;; X --libdir) X echo_libdir=yes X ;; X --version) X case $version in X *.*.*) echo $version ;; X *.*) echo $version.0 ;; X *) echo $version.0.0 ;; X esac X ;; X --cflags) X echo_cflags=yes X ;; X --libs) X echo_libs=yes X ;; X *) X usage 1 1>&2 X ;; X esac X shift Xdone X X# Set variables that may be dependent upon other variables Xif test -z "$exec_prefix"; then X exec_prefix=$prefix Xfi Xif test -z "$includedir"; then X includedir=$prefix/include/nss Xfi Xif test -z "$libdir"; then X libdir=$prefix/lib/nss Xfi X Xif test "$echo_prefix" = "yes"; then X echo $prefix Xfi X Xif test "$echo_exec_prefix" = "yes"; then X echo $exec_prefix Xfi X Xif test "$echo_includedir" = "yes"; then X echo $includedir Xfi X Xif test "$echo_libdir" = "yes"; then X echo $libdir Xfi X Xif test "$echo_cflags" = "yes"; then X echo -I$includedir -I$includedir/nss Xfi X Xif test "$echo_libs" = "yes"; then X libdirs="-L$libdir -lm" X echo $libdirs Xfi X 3aaee835d12931839fff10ab36bce60d echo x - libyuv/pkg-descr sed 's/^X//' >libyuv/pkg-descr << '2f4f1ae476b9a32adfa3a018ef0d1560' Xlibyuv is an open source project that includes YUV scaling and conversion Xfunctionality. X XScale YUV to prepare content for compression, with point, bilinear or box Xfilter. XConvert to YUV from webcam formats. XConvert from YUV to formats for rendering/effects. XRotate by 90/180/270 degrees to adjust for mobile devices in portrait mode. X XOptimized for SSE2/SSSE3/AVX2 on x86/x64. XOptimized for Neon on Arm. XOptimized for DSP R2 on Mips. X XWWW: https://code.google.com/p/libyuv/ 2f4f1ae476b9a32adfa3a018ef0d1560 echo x - libyuv/Makefile sed 's/^X//' >libyuv/Makefile << '721f3392898384432939394aeee1e8be' X# Created by: Simun Mikecin X# $FreeBSD: head/devel/mongo-cxx-driver/Makefile 399250 2015-10-14 11:11:41Z pi $ X XPORTNAME= libyuv XPORTVERSION= 0.0.1514 XDISTVERSIONPREFIX=v XCATEGORIES= multimedia X XMAINTAINER= numisemis@yahoo.com XCOMMENT= YUV scaling and conversion functionality X XLICENSE= BSD X XUSE_GITHUB= yes XGH_ACCOUNT= lemenkov XGH_PROJECT= libyuv XGH_TAGNAME= 7e93604 X XWRKSRC= ${WRKDIR}/${PORTNAME}-${GH_TAGNAME} XUSES= cmake XUSE_LDCONFIG= yes X XSUB_FILES= libyuv-config libyuv.pc XSUB_LIST= PORTVERSION=${PORTVERSION} X Xpost-install: X ${INSTALL_SCRIPT} ${WRKDIR}/libyuv-config ${STAGEDIR}${PREFIX}/bin X ${INSTALL_DATA} ${WRKDIR}/libyuv.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig X X.include 721f3392898384432939394aeee1e8be echo x - libyuv/distinfo sed 's/^X//' >libyuv/distinfo << 'f3f8f5a71588426ea6174ca711c27d78' XSHA256 (lemenkov-libyuv-v0.0.1514-7e93604_GH0.tar.gz) = 0856a58404c1558dcfcae8e4264bca4d86dd2ac11cfd32edc1a6314eff7c526f XSIZE (lemenkov-libyuv-v0.0.1514-7e93604_GH0.tar.gz) = 312638 f3f8f5a71588426ea6174ca711c27d78 echo x - libyuv/pkg-plist sed 's/^X//' >libyuv/pkg-plist << '54bf02770c48a053df17aa0c15bb348a' Xbin/libyuv-config Xinclude/libyuv/basic_types.h Xinclude/libyuv/compare.h Xinclude/libyuv/convert.h Xinclude/libyuv/convert_argb.h Xinclude/libyuv/convert_from.h Xinclude/libyuv/convert_from_argb.h Xinclude/libyuv/cpu_id.h Xinclude/libyuv/planar_functions.h Xinclude/libyuv/rotate.h Xinclude/libyuv/rotate_argb.h Xinclude/libyuv/rotate_row.h Xinclude/libyuv/row.h Xinclude/libyuv/scale.h Xinclude/libyuv/scale_argb.h Xinclude/libyuv/scale_row.h Xinclude/libyuv/version.h Xinclude/libyuv/video_common.h Xinclude/libyuv/mjpeg_decoder.h Xinclude/libyuv.h Xlib/libyuv.a Xlibdata/pkgconfig/libyuv.pc 54bf02770c48a053df17aa0c15bb348a exit