diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-12-28 07:28:14 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-12-28 07:28:14 +0800 |
commit | 24871b0f358cc95560dcac72e11b01c4bc8048bb (patch) | |
tree | e218c75124da6ceb082f0876cbb463ca3a2c9edc /emulators | |
parent | 165e946b67d071cc216a5f77ca970414fd763f58 (diff) | |
download | freebsd-ports-gnome-24871b0f358cc95560dcac72e11b01c4bc8048bb.tar.gz freebsd-ports-gnome-24871b0f358cc95560dcac72e11b01c4bc8048bb.tar.zst freebsd-ports-gnome-24871b0f358cc95560dcac72e11b01c4bc8048bb.zip |
emulators/{citra,yuzu}: prefer SNDIO over ALSA after r520939
Submitted by: tobik
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/citra-qt5/Makefile | 2 | ||||
-rw-r--r-- | emulators/citra/Makefile | 6 | ||||
-rw-r--r-- | emulators/citra/distinfo | 2 | ||||
-rw-r--r-- | emulators/yuzu-qt5/Makefile | 2 | ||||
-rw-r--r-- | emulators/yuzu/Makefile | 6 | ||||
-rw-r--r-- | emulators/yuzu/distinfo | 2 |
6 files changed, 16 insertions, 4 deletions
diff --git a/emulators/citra-qt5/Makefile b/emulators/citra-qt5/Makefile index ac7516fe5ba0..af1de4b46e82 100644 --- a/emulators/citra-qt5/Makefile +++ b/emulators/citra-qt5/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../citra diff --git a/emulators/citra/Makefile b/emulators/citra/Makefile index b17ed476a0ab..7bebfcd4234d 100644 --- a/emulators/citra/Makefile +++ b/emulators/citra/Makefile @@ -2,9 +2,13 @@ PORTNAME= citra PORTVERSION= s20191218 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= emulators +PATCH_SITES= https://github.com/kinetiknz/cubeb/commit/:cubeb +PATCHFILES+= c0a9ea4cc6e2.patch:-p1:cubeb +PATCH_DIST_STRIP= -d ${WRKSRC_cubeb} + MAINTAINER= jbeich@FreeBSD.org COMMENT= Nintendo 3DS emulator/debugger diff --git a/emulators/citra/distinfo b/emulators/citra/distinfo index c52915dfad79..089dcde72930 100644 --- a/emulators/citra/distinfo +++ b/emulators/citra/distinfo @@ -31,3 +31,5 @@ SHA256 (weidai11-cryptopp-CRYPTOPP_7_0_0-23-gf320e7d9_GH0.tar.gz) = 1d6f029b83a2 SIZE (weidai11-cryptopp-CRYPTOPP_7_0_0-23-gf320e7d9_GH0.tar.gz) = 7209489 SHA256 (wwylele-teakra-e6ea0ea_GH0.tar.gz) = 114851491219d09dd116e34ffce2432c3b83f8869080dcbe24e9a99850df37a3 SIZE (wwylele-teakra-e6ea0ea_GH0.tar.gz) = 562458 +SHA256 (c0a9ea4cc6e2.patch) = abcd581daaa44d8eb0744cdc6f1999fcfec33894fbc236d94b55e42ecabd1478 +SIZE (c0a9ea4cc6e2.patch) = 1211 diff --git a/emulators/yuzu-qt5/Makefile b/emulators/yuzu-qt5/Makefile index c76e683cdde6..4bf1dce65d16 100644 --- a/emulators/yuzu-qt5/Makefile +++ b/emulators/yuzu-qt5/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../yuzu diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index 6f100314e980..7018c3940413 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -2,9 +2,13 @@ PORTNAME= yuzu PORTVERSION= s20191225 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= emulators +PATCH_SITES= https://github.com/kinetiknz/cubeb/commit/:cubeb +PATCHFILES+= c0a9ea4cc6e2.patch:-p1:cubeb +PATCH_DIST_STRIP= -d ${WRKSRC_cubeb} + MAINTAINER= jbeich@FreeBSD.org COMMENT= Nintendo Switch emulator/debugger diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo index a67b5f2f33ad..17971798f421 100644 --- a/emulators/yuzu/distinfo +++ b/emulators/yuzu/distinfo @@ -41,3 +41,5 @@ SHA256 (weidai11-cryptopp-CRYPTOPP_7_0_0-23-gf320e7d9_GH0.tar.gz) = 1d6f029b83a2 SIZE (weidai11-cryptopp-CRYPTOPP_7_0_0-23-gf320e7d9_GH0.tar.gz) = 7209489 SHA256 (xiph-opus-v1.3.1-4-gad8fe90d_GH0.tar.gz) = a5169e4de7266dca46f8fe08cdc3b9d331c14eaaffc7d9d8abc02d70c4f555da SIZE (xiph-opus-v1.3.1-4-gad8fe90d_GH0.tar.gz) = 828993 +SHA256 (c0a9ea4cc6e2.patch) = abcd581daaa44d8eb0744cdc6f1999fcfec33894fbc236d94b55e42ecabd1478 +SIZE (c0a9ea4cc6e2.patch) = 1211 |