Date: Thu, 12 Sep 2024 20:47:12 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 04c9b73e97cb - main - audio/fooyin: Enable libvgm plugin Message-ID: <202409122047.48CKlC59083996@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=04c9b73e97cb1770818f749214876e94a6f49ae6 commit 04c9b73e97cb1770818f749214876e94a6f49ae6 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-09-12 20:43:49 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-09-12 20:44:37 +0000 audio/fooyin: Enable libvgm plugin As of commit 36f408c libvgm is built as a shared library --- audio/fooyin/Makefile | 7 +++---- audio/fooyin/pkg-plist | 1 + 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/audio/fooyin/Makefile b/audio/fooyin/Makefile index 9ddf8babf77f..d0a648ffd314 100644 --- a/audio/fooyin/Makefile +++ b/audio/fooyin/Makefile @@ -1,7 +1,7 @@ PORTNAME= fooyin DISTVERSIONPREFIX= v DISTVERSION= 0.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio multimedia PATCH_SITES= https://github.com/fooyin/fooyin/commit/ @@ -22,7 +22,8 @@ LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \ libgme.so:audio/libgme \ libicui18n.so:devel/icu \ libkdsingleapplication-qt6.so:devel/kdsingleapplication \ - libtag.so:audio/taglib + libtag.so:audio/taglib \ + libvgm-player.so:audio/libvgm USES= cmake compiler:c++20-lang desktop-file-utils gl libarchive \ pkgconfig qt:6 sdl @@ -34,10 +35,8 @@ USE_GITHUB= yes CMAKE_OFF= BUILD_ALSA \ BUILD_CCACHE \ - BUILD_LIBVGM \ CMAKE_CXX_EXTENSIONS CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_ALSA \ - CMAKE_DISABLE_FIND_PACKAGE_LibVgm \ CMAKE_DISABLE_FIND_PACKAGE_OpenMpt \ CMAKE_DISABLE_FIND_PACKAGE_PipeWire \ CMAKE_DISABLE_FIND_PACKAGE_SndFile diff --git a/audio/fooyin/pkg-plist b/audio/fooyin/pkg-plist index e148cdd9a4a2..8cc133261f3d 100644 --- a/audio/fooyin/pkg-plist +++ b/audio/fooyin/pkg-plist @@ -10,6 +10,7 @@ lib/fooyin/plugins/fyplugin_mpris.so lib/fooyin/plugins/fyplugin_rawaudio.so lib/fooyin/plugins/fyplugin_sdl.so lib/fooyin/plugins/fyplugin_tageditor.so +lib/fooyin/plugins/fyplugin_vgminput.so lib/fooyin/plugins/fyplugin_wavebar.so share/applications/org.fooyin.fooyin.desktop %%DATADIR%%/translations/fooyin_af.qm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409122047.48CKlC59083996>