Skip to content

Commit

Permalink
multimedia/cineencoder: update the port to version 3.5.5
Browse files Browse the repository at this point in the history
- Added support for AV1 codec
- Fixed UI scaling, error messages, top menu
- Added extract track option and a button to clear
  the task list

Reported by:	portscout
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Apr 25, 2023
1 parent d52bf88 commit f382561
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion multimedia/cineencoder/Makefile
@@ -1,5 +1,5 @@
PORTNAME= ${GH_ACCOUNT:tl}
PORTVERSION= 3.5.4
PORTVERSION= 3.5.5
CATEGORIES= multimedia

MAINTAINER= danfe@FreeBSD.org
Expand Down Expand Up @@ -28,6 +28,10 @@ PORTDOCS= ABOUT AUTHORS

OPTIONS_DEFINE= DOCS

post-patch:
@${REINPLACE_CMD} -e '/#if defined/s,linux,${OPSYS},' \
${WRKSRC}/app/encoderstream.h

do-configure:
cd ${CONFIGURE_WRKSRC} && ${QMAKE_ENV} ${QMAKE} ${QMAKE_ARGS} \
app/cine_encoder.pro CONFIG+=qtquickcompiler
Expand Down
6 changes: 3 additions & 3 deletions multimedia/cineencoder/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1658048470
SHA256 (CineEncoder-cine-encoder-3.5.4_GH0.tar.gz) = e712b473dee0bacbc5ccd0ffe01b3e6df6d5b6f21beb75ee943ed36048f82901
SIZE (CineEncoder-cine-encoder-3.5.4_GH0.tar.gz) = 1707691
TIMESTAMP = 1681562132
SHA256 (CineEncoder-cine-encoder-3.5.5_GH0.tar.gz) = 64647c857ae9dfd8617dabc65cc6ed55f26e2ecc9829dc6427d7324973d688e0
SIZE (CineEncoder-cine-encoder-3.5.5_GH0.tar.gz) = 1728173

0 comments on commit f382561

Please sign in to comment.