Date: Fri, 21 May 2010 20:58:40 +0530 (IST) From: Ashish SHUKLA <wahjava@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/146798: New Port: multimedia/libvpx VP8 Codec SDK Message-ID: <20100521152840.C462D4AE1D@chateau.d.if> Resent-Message-ID: <201005211530.o4LFUAV0013309@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 146798 >Category: ports >Synopsis: New Port: multimedia/libvpx VP8 Codec SDK >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 21 15:30:09 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Ashish SHUKLA >Release: FreeBSD 8.0-RELEASE-p2 amd64 >Organization: N/A >Environment: System: FreeBSD chateau.d.if 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #3: Tue Mar 2 01:06:00 IST 2010 root@chateau.d.if:/usr/obj/usr/src/sys/CHATEAU amd64 >Description: libvpx is the VP8 Codec SDK. WWW: http://www.webmproject.org/ >How-To-Repeat: >Fix: # 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: # # libvpx # libvpx/pkg-descr # libvpx/Makefile # libvpx/pkg-plist # libvpx/distinfo # echo c - libvpx mkdir -p libvpx > /dev/null 2>&1 echo x - libvpx/pkg-descr sed 's/^X//' >libvpx/pkg-descr << '3bfbc7763277610b998535b4523ed637' Xlibvpx is the VP8 Codec SDK. X XWWW: http://www.webmproject.org/ 3bfbc7763277610b998535b4523ed637 echo x - libvpx/Makefile sed 's/^X//' >libvpx/Makefile << '926281718c752abf64ce13b26abf8f9e' X# New ports collection makefile for: libvpx X# Date created: 2010-05-21 X# Whom: Ashish SHUKLA <wahjava@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= libvpx XPORTVERSION= 0.9.0 XCATEGORIES= multimedia XMASTER_SITES= GOOGLE_CODE X XMAINTAINER= wahjava@gmail.com XCOMMENT= VP8 Codec SDK X XBUILD_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ X ${LOCALBASE}/bin/yasm:${PORTSDIR}/devel/yasm X XUSE_BZIP2= yes XPROJECTHOST= webm XHAS_CONFIGURE= yes XUSE_GMAKE= yes X XOPTIONS= DEBUG "Enable debugging" OFF \ X POSTPROC "Enable postprocessing" ON \ X RUNTIME "Enable runtime CPU detection" ON X XALL_TARGET= XCONFIGURE_ARGS+= --enable-pic --disable-install-srcs --enable-vp8 XMAKE_ARGS+= DIST_DIR=${PREFIX} X X.include <bsd.port.options.mk> X X.if defined(WITH_DEBUG) XCONFIGURE_ARGS+= --enable-debug X.endif X X.if defined(WITH_POSTPROC) XCONFIGURE_ARGS+= --enable-postproc X.endif X X.if defined(WITH_RUNTIME) XCONFIGURE_ARGS+= --enable-runtime-cpu-detect X.endif X X.include <bsd.port.pre.mk> X X.if ${ARCH} == "amd64" XCONFIGURE_ARGS+= --target=x86_64-linux-gcc X.elif ${ARCH} == "i386" XCONFIGURE_ARGS+= --target=x86-linux-gcc X.else XIGNORE= no support for ${ARCH} the moment. testing/patches are welcome X.endif X Xpost-patch: X ${GREP} -Rl '^#!/bin/bash' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} \ X -e 's,#!/bin/bash,#!${LOCALBASE}/bin/bash,g' X Xpost-install: X ${RM} ${PREFIX}/md5sums.txt X X.include <bsd.port.post.mk> 926281718c752abf64ce13b26abf8f9e echo x - libvpx/pkg-plist sed 's/^X//' >libvpx/pkg-plist << 'a864b05098201781b5250e90eaa13198' Xbin/decode_to_md5 Xbin/decode_with_drops Xbin/error_resilient Xbin/example_xma Xbin/force_keyframe Xbin/ivfdec Xbin/ivfenc Xbin/postproc Xbin/simple_decoder Xbin/simple_encoder Xbin/twopass_encoder Xbin/vp8_scalable_patterns Xbin/vp8_set_maps Xbin/vp8cx_set_ref Xinclude/vp8.h Xinclude/vp8cx.h Xinclude/vp8dx.h Xinclude/vp8e.h Xinclude/vpx_codec.h Xinclude/vpx_codec_impl_bottom.h Xinclude/vpx_codec_impl_top.h Xinclude/vpx_decoder.h Xinclude/vpx_decoder_compat.h Xinclude/vpx_encoder.h Xinclude/vpx_image.h Xinclude/vpx_integer.h Xlib/libvpx.a a864b05098201781b5250e90eaa13198 echo x - libvpx/distinfo sed 's/^X//' >libvpx/distinfo << '04c492debb0019bb63d608f0641bd233' XMD5 (libvpx-0.9.0.tar.bz2) = 9eb8e818d2f3263623c258fe66924082 XSHA256 (libvpx-0.9.0.tar.bz2) = a0096ac6859cfb61cf06dd9bc0a79a3333a4ec389ba311911d84df8ff2a1b9dc XSIZE (libvpx-0.9.0.tar.bz2) = 1186088 04c492debb0019bb63d608f0641bd233 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100521152840.C462D4AE1D>