1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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

This commit is contained in:
Yuri Victorovich 2020-07-23 02:47:58 +00:00
parent 63582e5a5f
commit 5e23b1d3ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542909
4 changed files with 32 additions and 0 deletions

View File

@ -569,6 +569,7 @@
SUBDIR += opus
SUBDIR += opus-tools
SUBDIR += opusfile
SUBDIR += opustags
SUBDIR += orbit-lv2
SUBDIR += osalp
SUBDIR += osd-lyrics

22
audio/opustags/Makefile Normal file
View File

@ -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>

3
audio/opustags/distinfo Normal file
View File

@ -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

6
audio/opustags/pkg-descr Normal file
View File

@ -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