aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2022-09-03 16:58:56 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2022-09-03 16:58:56 +0000
commitf6a0b411f5f1bfd56c35edfd587ebd3bc04ed49f (patch)
treec21dfc9df18960011cc544b5183596def017530d
parentc51ce87a4ef535f7df2c31bbf8b1cbd1a0f1d579 (diff)
downloadports-f6a0b411f5f1bfd56c35edfd587ebd3bc04ed49f.tar.gz
ports-f6a0b411f5f1bfd56c35edfd587ebd3bc04ed49f.zip
audio/alacenc: new port had been added (ALAC format encoder)
-rw-r--r--audio/Makefile1
-rw-r--r--audio/alacenc/Makefile17
-rw-r--r--audio/alacenc/distinfo3
-rw-r--r--audio/alacenc/pkg-descr4
4 files changed, 25 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 66c10288eb84..ab1e823e4395 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -15,6 +15,7 @@
SUBDIR += afsp
SUBDIR += aften
SUBDIR += alac
+ SUBDIR += alacenc
SUBDIR += alienwah
SUBDIR += alo-lv2
SUBDIR += alsa-lib
diff --git a/audio/alacenc/Makefile b/audio/alacenc/Makefile
new file mode 100644
index 000000000000..0cdc6ddfb84f
--- /dev/null
+++ b/audio/alacenc/Makefile
@@ -0,0 +1,17 @@
+PORTNAME= alacenc
+PORTVERSION= 0.3.0
+DISTVERSIONPREFIX= v
+CATEGORIES= audio
+
+MAINTAINER= danfe@FreeBSD.org
+COMMENT= Apple Lossless Audio Codec (ALAC) format encoder
+
+LICENSE= MIT
+
+USES= cmake
+USE_GITHUB= yes
+GH_ACCOUNT= flacon
+
+PLIST_FILES= bin/${PORTNAME}
+
+.include <bsd.port.mk>
diff --git a/audio/alacenc/distinfo b/audio/alacenc/distinfo
new file mode 100644
index 000000000000..aa065134066c
--- /dev/null
+++ b/audio/alacenc/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1651260971
+SHA256 (flacon-alacenc-v0.3.0_GH0.tar.gz) = 199c0e3524942d7c2934896f3fc4d2fa1390db701a4f08975b792ada34934a39
+SIZE (flacon-alacenc-v0.3.0_GH0.tar.gz) = 114168
diff --git a/audio/alacenc/pkg-descr b/audio/alacenc/pkg-descr
new file mode 100644
index 000000000000..090da552b51a
--- /dev/null
+++ b/audio/alacenc/pkg-descr
@@ -0,0 +1,4 @@
+Command-line program to encode audio files into the Apple Lossless
+Audio Codec (ALAC) format.
+
+WWW: https://github.com/flacon/alacenc