Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jul 2020 02:47:58 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542909 - in head/audio: . opustags
Message-ID:  <202007230247.06N2lwr3074397@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Jul 23 02:47:58 2020
New Revision: 542909
URL: https://svnweb.freebsd.org/changeset/ports/542909

Log:
  New port: audio/opustags: View and edit Ogg Opus comments

Added:
  head/audio/opustags/
  head/audio/opustags/Makefile   (contents, props changed)
  head/audio/opustags/distinfo   (contents, props changed)
  head/audio/opustags/pkg-descr   (contents, props changed)
Modified:
  head/audio/Makefile

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Thu Jul 23 02:20:55 2020	(r542908)
+++ head/audio/Makefile	Thu Jul 23 02:47:58 2020	(r542909)
@@ -569,6 +569,7 @@
     SUBDIR += opus
     SUBDIR += opus-tools
     SUBDIR += opusfile
+    SUBDIR += opustags
     SUBDIR += orbit-lv2
     SUBDIR += osalp
     SUBDIR += osd-lyrics

Added: head/audio/opustags/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/opustags/Makefile	Thu Jul 23 02:47:58 2020	(r542909)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	opustags
+DISTVERSION=	1.3.0
+CATEGORIES=	audio
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	View and edit Ogg Opus comments
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+LIB_DEPENDS=	libogg.so:audio/libogg
+
+USES=		cmake iconv pkgconfig
+USE_GITHUB=	yes
+GH_ACCOUNT=	fmang
+
+PLIST_FILES=	bin/opustags \
+		man/man1/opustags.1.gz
+
+.include <bsd.port.mk>

Added: head/audio/opustags/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/opustags/distinfo	Thu Jul 23 02:47:58 2020	(r542909)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1595471933
+SHA256 (fmang-opustags-1.3.0_GH0.tar.gz) = b55290bdcd67e4da6f17bd30b4956d3efa363b88f25ee12e026e9cb05e2ec70d
+SIZE (fmang-opustags-1.3.0_GH0.tar.gz) = 28304

Added: head/audio/opustags/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/opustags/pkg-descr	Thu Jul 23 02:47:58 2020	(r542909)
@@ -0,0 +1,6 @@
+opustags is designed to be fast and as conservative as possible, to the point
+that if you edit tags then edit them again to their previous values, you should
+get a bit-perfect copy of the original file. No under-the-cover operation like
+writing "edited with opustags" or timestamp tagging will ever be performed.
+
+WWW: https://github.com/fmang/opustags



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007230247.06N2lwr3074397>