From owner-svn-ports-all@FreeBSD.ORG Wed Sep 24 00:06:09 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 09A14B88; Wed, 24 Sep 2014 00:06:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 E97E8DA8; Wed, 24 Sep 2014 00:06:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8O068uB003726; Wed, 24 Sep 2014 00:06:08 GMT (envelope-from avilla@FreeBSD.org) Received: (from avilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8O067Q8003721; Wed, 24 Sep 2014 00:06:07 GMT (envelope-from avilla@FreeBSD.org) Message-Id: <201409240006.s8O067Q8003721@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: avilla set sender to avilla@FreeBSD.org using -f From: Alberto Villa Date: Wed, 24 Sep 2014 00:06:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369137 - in head/multimedia: . vid.stab X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2014 00:06:09 -0000 Author: avilla Date: Wed Sep 24 00:06:07 2014 New Revision: 369137 URL: http://svnweb.freebsd.org/changeset/ports/369137 QAT: https://qat.redports.org/buildarchive/r369137/ Log: Imagine you captured a nice video with your camcorder, compact camera or even cell phone while skiing, cycling or whatever sports, and the video is basically just jiggled. Modern cameras come along with hardware stabilization, however this does not work if you have really strong vibrations - rather the contrary, sometimes this mechanisms start to oscillate. Vid.Stab is your friend in this matter. It is designed to stabilize even strongly jiggled clips. WWW: http://public.hronopik.de/vid.stab/ Added: head/multimedia/vid.stab/ head/multimedia/vid.stab/Makefile (contents, props changed) head/multimedia/vid.stab/distinfo (contents, props changed) head/multimedia/vid.stab/pkg-descr (contents, props changed) head/multimedia/vid.stab/pkg-plist (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Tue Sep 23 22:53:00 2014 (r369136) +++ head/multimedia/Makefile Wed Sep 24 00:06:07 2014 (r369137) @@ -385,6 +385,7 @@ SUBDIR += vdr-plugin-xvdr SUBDIR += vdr-plugins SUBDIR += vic + SUBDIR += vid.stab SUBDIR += vlc SUBDIR += vstream-client SUBDIR += vtkmpeg2encode Added: head/multimedia/vid.stab/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/vid.stab/Makefile Wed Sep 24 00:06:07 2014 (r369137) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= vid.stab +PORTVERSION= 0.98.2 +CATEGORIES= multimedia + +MAINTAINER= avilla@FreeBSD.org +COMMENT= Video stabilization library + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USE_GITHUB= yes +GH_ACCOUNT= georgmartius +GH_TAGNAME= release-0.98b +GH_COMMIT= 3b35b4d + +USES= cmake +USE_LDCONFIG= yes + +pre-configure: + @${REINPLACE_CMD} -e 's,lib$${LIB_SUFFIX}/pkgconfig,libdata/pkgconfig,' \ + ${WRKSRC}/CMakeModules/create_pkgconfig_file.cmake + +.include Added: head/multimedia/vid.stab/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/vid.stab/distinfo Wed Sep 24 00:06:07 2014 (r369137) @@ -0,0 +1,2 @@ +SHA256 (vid.stab-0.98.2.tar.gz) = 638d18f756545385fd48bd85ab890eaf3910fdd6c6d00cb399be7bc346274cb7 +SIZE (vid.stab-0.98.2.tar.gz) = 73590 Added: head/multimedia/vid.stab/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/vid.stab/pkg-descr Wed Sep 24 00:06:07 2014 (r369137) @@ -0,0 +1,9 @@ +Imagine you captured a nice video with your camcorder, compact camera +or even cell phone while skiing, cycling or whatever sports, and the +video is basically just jiggled. Modern cameras come along with +hardware stabilization, however this does not work if you have really +strong vibrations - rather the contrary, sometimes this mechanisms +start to oscillate. Vid.Stab is your friend in this matter. It is +designed to stabilize even strongly jiggled clips. + +WWW: http://public.hronopik.de/vid.stab/ Added: head/multimedia/vid.stab/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/vid.stab/pkg-plist Wed Sep 24 00:06:07 2014 (r369137) @@ -0,0 +1,19 @@ +include/vid.stab/boxblur.h +include/vid.stab/frameinfo.h +include/vid.stab/libvidstab.h +include/vid.stab/localmotion2transform.h +include/vid.stab/motiondetect.h +include/vid.stab/motiondetect_internal.h +include/vid.stab/motiondetect_opt.h +include/vid.stab/serialize.h +include/vid.stab/transform.h +include/vid.stab/transform_internal.h +include/vid.stab/transformfixedpoint.h +include/vid.stab/transformfloat.h +include/vid.stab/transformtype.h +include/vid.stab/transformtype_operations.h +include/vid.stab/vidstabdefines.h +include/vid.stab/vsvector.h +lib/libvidstab.so +lib/libvidstab.so.0.9 +libdata/pkgconfig/vidstab.pc