Date: Wed, 15 Feb 2023 11:12:15 GMT From: Ganael LAPLANCHE <martymac@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7db45da6a60f - main - emulators/pcsx2: Rework dependencies Message-ID: <202302151112.31FBCFGo031546@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by martymac: URL: https://cgit.FreeBSD.org/ports/commit/?id=7db45da6a60f0f85e17161ce048703b6c309f876 commit 7db45da6a60f0f85e17161ce048703b6c309f876 Author: Ganael LAPLANCHE <martymac@FreeBSD.org> AuthorDate: 2023-02-15 11:08:50 +0000 Commit: Ganael LAPLANCHE <martymac@FreeBSD.org> CommitDate: 2023-02-15 11:08:50 +0000 emulators/pcsx2: Rework dependencies - harfbuzz is not necessary anymore - add ffmpeg - reorder deps to ease port maintenance --- emulators/pcsx2/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/emulators/pcsx2/Makefile b/emulators/pcsx2/Makefile index 0f2b85b0774b..513f529bdcf7 100644 --- a/emulators/pcsx2/Makefile +++ b/emulators/pcsx2/Makefile @@ -1,5 +1,6 @@ PORTNAME= pcsx2 PORTVERSION= 1.7.4075 +PORTREVISION= 1 CATEGORIES= emulators MAINTAINER= martymac@FreeBSD.org @@ -17,15 +18,18 @@ ONLY_FOR_ARCHS= amd64 # - zstd comes from 3rdparty/ (not detected yet) # - zydis comes from 3rdparty/ LIB_DEPENDS= libpng.so:graphics/png \ - libpulse.so:audio/pulseaudio \ + libavcodec.so:multimedia/ffmpeg \ + libavformat.so:multimedia/ffmpeg \ + libavutil.so:multimedia/ffmpeg \ + libswresample.so:multimedia/ffmpeg \ + libswscale.so:multimedia/ffmpeg \ libSoundTouch.so:audio/soundtouch \ - libharfbuzz.so:print/harfbuzz \ libfmt.so:devel/libfmt \ libzip.so:archivers/libzip \ + libcurl.so:ftp/curl \ libpulse.so:audio/pulseaudio \ libjack.so:audio/jack \ - libsndio.so:audio/sndio \ - libcurl.so:ftp/curl + libsndio.so:audio/sndio # libryml.so:devel/rapidyaml \ # libglad.so:graphics/glad \ # libzstd.so:archivers/zstd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302151112.31FBCFGo031546>