From owner-svn-ports-head@FreeBSD.ORG Sun Mar 2 22:40:51 2014 Return-Path: Delivered-To: svn-ports-head@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 29EA54B0; Sun, 2 Mar 2014 22:40:51 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1623B11CE; Sun, 2 Mar 2014 22:40:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s22Meohk008916; Sun, 2 Mar 2014 22:40:50 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s22MeoMs008914; Sun, 2 Mar 2014 22:40:50 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201403022240.s22MeoMs008914@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 2 Mar 2014 22:40:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346828 - head/multimedia/libtheora 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.17 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: Sun, 02 Mar 2014 22:40:51 -0000 Author: bapt Date: Sun Mar 2 22:40:50 2014 New Revision: 346828 URL: http://svnweb.freebsd.org/changeset/ports/346828 QAT: https://qat.redports.org/buildarchive/r346828/ Log: Convert to USES=libtool Modified: head/multimedia/libtheora/Makefile head/multimedia/libtheora/pkg-plist Modified: head/multimedia/libtheora/Makefile ============================================================================== --- head/multimedia/libtheora/Makefile Sun Mar 2 22:37:24 2014 (r346827) +++ head/multimedia/libtheora/Makefile Sun Mar 2 22:40:50 2014 (r346828) @@ -3,7 +3,7 @@ PORTNAME= libtheora PORTVERSION= 1.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= http://downloads.xiph.org/releases/theora/ \ http://distfiles.master.finkmirrors.net/ @@ -13,10 +13,10 @@ COMMENT= Theora video codec for the Ogg LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis +USES= libtool +GNU_CONFIGURE= yes USE_BZIP2= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool -USE_GNOME= ltverhack CONFIGURE_ENV= LIBS="${PTHEAD_LIBS}" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/multimedia/libtheora/pkg-plist ============================================================================== --- head/multimedia/libtheora/pkg-plist Sun Mar 2 22:37:24 2014 (r346827) +++ head/multimedia/libtheora/pkg-plist Sun Mar 2 22:40:50 2014 (r346828) @@ -6,14 +6,17 @@ lib/libtheora.a lib/libtheora.la lib/libtheora.so lib/libtheora.so.0 +lib/libtheora.so.0.3.10 lib/libtheoraenc.a lib/libtheoraenc.la lib/libtheoraenc.so lib/libtheoraenc.so.1 +lib/libtheoradec.so.1.1.4 lib/libtheoradec.a lib/libtheoradec.la lib/libtheoradec.so lib/libtheoradec.so.1 +lib/libtheoraenc.so.1.1.2 libdata/pkgconfig/theora.pc libdata/pkgconfig/theoraenc.pc libdata/pkgconfig/theoradec.pc