From owner-svn-ports-head@freebsd.org Fri Nov 20 21:13:15 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 229C146D8DB; Fri, 20 Nov 2020 21:13:15 +0000 (UTC) (envelope-from yuri@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 4Cd8Qz0VZsz4dGM; Fri, 20 Nov 2020 21:13:15 +0000 (UTC) (envelope-from yuri@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 042D91CA40; Fri, 20 Nov 2020 21:13:15 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AKLDETN053662; Fri, 20 Nov 2020 21:13:14 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AKLDEYd053659; Fri, 20 Nov 2020 21:13:14 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202011202113.0AKLDEYd053659@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 20 Nov 2020 21:13:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555787 - in head/audio: . abx X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio: . abx X-SVN-Commit-Revision: 555787 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.34 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: Fri, 20 Nov 2020 21:13:15 -0000 Author: yuri Date: Fri Nov 20 21:13:13 2020 New Revision: 555787 URL: https://svnweb.freebsd.org/changeset/ports/555787 Log: New port: audio/abx: Simple ABX tester to compare audio files with GUI Added: head/audio/abx/ head/audio/abx/Makefile (contents, props changed) head/audio/abx/distinfo (contents, props changed) head/audio/abx/pkg-descr (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Fri Nov 20 20:53:24 2020 (r555786) +++ head/audio/Makefile Fri Nov 20 21:13:13 2020 (r555787) @@ -11,6 +11,7 @@ SUBDIR += abcde SUBDIR += abcselect SUBDIR += abgate-lv2 + SUBDIR += abx SUBDIR += adplay SUBDIR += afsp SUBDIR += aften Added: head/audio/abx/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/abx/Makefile Fri Nov 20 21:13:13 2020 (r555787) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= abx +DISTVERSION= 0.0-b1 +CATEGORIES= audio +MASTER_SITES= https://phintsan.kapsi.fi/ + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Simple ABX tester to compare audio files with GUI + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libportaudio.so:audio/portaudio \ + libsndfile.so:audio/libsndfile + +USES= gettext-runtime gmake gnome pkgconfig +USE_GNOME= atk cairo glib20 gdkpixbuf2 gtk20 pango + +GNU_CONFIGURE= yes + +LDFLAGS+= -lm + +PLIST_FILES= bin/abx + +.include Added: head/audio/abx/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/abx/distinfo Fri Nov 20 21:13:13 2020 (r555787) @@ -0,0 +1,3 @@ +TIMESTAMP = 1605905568 +SHA256 (abx-0.0-b1.tar.gz) = 59cede4f13425dacf12a99182ae1835cff8bffcd04b5851558bc8ed459f88d5d +SIZE (abx-0.0-b1.tar.gz) = 156130 Added: head/audio/abx/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/abx/pkg-descr Fri Nov 20 21:13:13 2020 (r555787) @@ -0,0 +1,8 @@ +abx is a program for performing software-based audio ABX testing. ABX test is a +statistical method for assessing whether you are able to tell for audible +differences between two samples. For example, one sample could be compressed +audio, such as Ogg Vorbis, and another one its uncompressed variant. You could +then use abx to infer whether you are able to separate the two samples due to +compression artifacts. + +WWW: https://phintsan.kapsi.fi/abx.html