From owner-svn-ports-head@freebsd.org Wed Apr 6 14:48:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E8B8B06991; Wed, 6 Apr 2016 14:48:34 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 790A91EF7; Wed, 6 Apr 2016 14:48:34 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u36EmX0A070974; Wed, 6 Apr 2016 14:48:33 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u36EmXmC070969; Wed, 6 Apr 2016 14:48:33 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201604061448.u36EmXmC070969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 6 Apr 2016 14:48:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412623 - in head/multimedia: . l-smash X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2016 14:48:34 -0000 Author: jbeich Date: Wed Apr 6 14:48:33 2016 New Revision: 412623 URL: https://svnweb.freebsd.org/changeset/ports/412623 Log: multimedia/l-smash: add new port L-SMASH is a cross-platform library for dealing with ISO Base Media derived formats, including MP4. https://l-smash.github.io/l-smash/ Added: head/multimedia/l-smash/ head/multimedia/l-smash/Makefile (contents, props changed) head/multimedia/l-smash/distinfo (contents, props changed) head/multimedia/l-smash/pkg-descr (contents, props changed) head/multimedia/l-smash/pkg-plist (contents, props changed) Modified: head/multimedia/Makefile (contents, props changed) Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Wed Apr 6 14:40:50 2016 (r412622) +++ head/multimedia/Makefile Wed Apr 6 14:48:33 2016 (r412623) @@ -166,6 +166,7 @@ SUBDIR += kmplayer-kde4 SUBDIR += kodi SUBDIR += kplayer-kde4 + SUBDIR += l-smash SUBDIR += libaacs SUBDIR += libass SUBDIR += libav Added: head/multimedia/l-smash/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/l-smash/Makefile Wed Apr 6 14:48:33 2016 (r412623) @@ -0,0 +1,34 @@ +# $FreeBSD$ + +PORTNAME= l-smash +PORTVERSION= 2.9.1 +DISTVERSIONPREFIX= v +CATEGORIES= multimedia + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= MP4 muxer and other tools + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes + +USES= gmake pathfix +PATHFIX_MAKEFILEIN= Makefile +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix="${PREFIX}" \ + --cc="${CC}" \ + --extra-cflags="${CPPFLAGS} ${CFLAGS}" \ + --extra-ldflags="${LDFLAGS}" \ + --extra-libs="${LIBS}" \ + --enable-shared +MAKE_ARGS= STRIP="${STRIP_CMD}" +USE_LDCONFIG= yes + +post-patch: + @${REINPLACE_CMD} -e 's/-Os //; /=.*-fexcess-precision/d' \ + ${WRKSRC}/configure + @${REINPLACE_CMD} -e '/SHARED/,/^$$/ { /STRIP/s/-x //; }' \ + ${WRKSRC}/${MAKEFILE} + +.include Added: head/multimedia/l-smash/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/l-smash/distinfo Wed Apr 6 14:48:33 2016 (r412623) @@ -0,0 +1,2 @@ +SHA256 (l-smash-l-smash-v2.9.1_GH0.tar.gz) = 17f24fc8bffba753f8c628f1732fc3581b80362341274747ef6fb96af1cac45c +SIZE (l-smash-l-smash-v2.9.1_GH0.tar.gz) = 450834 Added: head/multimedia/l-smash/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/l-smash/pkg-descr Wed Apr 6 14:48:33 2016 (r412623) @@ -0,0 +1,4 @@ +L-SMASH is a cross-platform library for dealing with ISO Base Media +derived formats, including MP4. + +WWW: https://l-smash.github.io/l-smash/ Added: head/multimedia/l-smash/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/l-smash/pkg-plist Wed Apr 6 14:48:33 2016 (r412623) @@ -0,0 +1,9 @@ +bin/boxdumper +bin/muxer +bin/remuxer +bin/timelineeditor +include/lsmash.h +lib/liblsmash.a +lib/liblsmash.so +lib/liblsmash.so.2 +libdata/pkgconfig/liblsmash.pc