From owner-svn-ports-head@freebsd.org Wed Sep 2 19:44:45 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 370D63C7A0C; Wed, 2 Sep 2020 19:44:45 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhZCK0RTrz49T4; Wed, 2 Sep 2020 19:44:45 +0000 (UTC) (envelope-from tobik@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E2280FB33; Wed, 2 Sep 2020 19:44:44 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 082Jiiem061613; Wed, 2 Sep 2020 19:44:44 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 082Jiid4061611; Wed, 2 Sep 2020 19:44:44 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202009021944.082Jiid4061611@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 2 Sep 2020 19:44:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547381 - head/audio/faudio X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/audio/faudio X-SVN-Commit-Revision: 547381 X-SVN-Commit-Repository: ports 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.33 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, 02 Sep 2020 19:44:45 -0000 Author: tobik Date: Wed Sep 2 19:44:44 2020 New Revision: 547381 URL: https://svnweb.freebsd.org/changeset/ports/547381 Log: audio/faudio: Update to 20.09 FFMPEG has been replaced with GStreamer for a while. Let the port catch up. Changes: https://github.com/FNA-XNA/FAudio/releases/tag/20.09 Modified: head/audio/faudio/Makefile head/audio/faudio/distinfo Modified: head/audio/faudio/Makefile ============================================================================== --- head/audio/faudio/Makefile Wed Sep 2 19:39:19 2020 (r547380) +++ head/audio/faudio/Makefile Wed Sep 2 19:44:44 2020 (r547381) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= FAudio -DISTVERSION= 20.08 +DISTVERSION= 20.09 CATEGORIES= audio MAINTAINER= tobik@FreeBSD.org @@ -10,17 +10,23 @@ COMMENT= Accuracy-focused XAudio reimplementation LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg - USES= cmake compiler:c11 sdl USE_GITHUB= yes GH_ACCOUNT= FNA-XNA USE_LDCONFIG= yes USE_SDL= sdl2 -CMAKE_ON= FFMPEG - PLIST_SUB= SOVERSION=${DISTVERSION:S,., ,g:[1..2]:ts.} + +OPTIONS_DEFINE= GSTREAMER +OPTIONS_DEFAULT= GSTREAMER + +GSTREAMER_DESC= WMA/XMA support via GStreamer + +GSTREAMER_USES= gettext-runtime pkgconfig +GSTREAMER_USE= GNOME=glib20 \ + GSTREAMER1=yes +GSTREAMER_CMAKE_BOOL= GSTREAMER do-test: @cd ${BUILD_WRKSRC} && \ Modified: head/audio/faudio/distinfo ============================================================================== --- head/audio/faudio/distinfo Wed Sep 2 19:39:19 2020 (r547380) +++ head/audio/faudio/distinfo Wed Sep 2 19:44:44 2020 (r547381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1596301520 -SHA256 (FNA-XNA-FAudio-20.08_GH0.tar.gz) = 5c3409fa0e532591f0ab4de1ae57d07cc345efa5cbe83ec25e9f5ba180f920f4 -SIZE (FNA-XNA-FAudio-20.08_GH0.tar.gz) = 1131692 +TIMESTAMP = 1599048549 +SHA256 (FNA-XNA-FAudio-20.09_GH0.tar.gz) = 375d12ba57f507b95e030926fd08308029b38af883d0524583a2d5d8fe65168b +SIZE (FNA-XNA-FAudio-20.09_GH0.tar.gz) = 1133191