FreeBSD Bugzilla – Attachment 217430 Details for
Bug 248817
emulators/{citra,yuzu}: Bring cubeb to 957847c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
This is from my github repo.
d0f1ad5f906e8f28c1918d677aecece114501f82.patch (text/plain), 5.42 KB, created by
Ka Ho Ng
on 2020-08-21 20:41:57 UTC
(
hide
)
Description:
This is from my github repo.
Filename:
MIME Type:
Creator:
Ka Ho Ng
Created:
2020-08-21 20:41:57 UTC
Size:
5.42 KB
patch
obsolete
>commit d0f1ad5f906e8f28c1918d677aecece114501f82 >Author: Ka Ho Ng <khng300@gmail.com> >Date: Sat Aug 22 04:25:15 2020 +0800 > > emulators/{citra,yuzu}: Bring cubeb to 8d42b58 > >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 158be1be3082..45b269ecc395 100644 >--- a/emulators/citra/Makefile >+++ b/emulators/citra/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= citra > PORTVERSION= s20200728 >-PORTREVISION?= 1 >+PORTREVISION?= 2 > CATEGORIES= emulators > > MAINTAINER= jbeich@FreeBSD.org >@@ -33,7 +33,7 @@ GH_TUPLE= citra-emu:ext-boost:36603a1:boost/externals/boost \ > facebook:zstd:v1.4.4:zstd/externals/zstd \ > fmtlib:fmt:6.0.0-56-g4b8f8fac:fmt/externals/fmt \ > herumi:xbyak:v5.71:xbyak/externals/xbyak \ >- kinetiknz:cubeb:cubeb-0.2-1248-g123ce2a:cubeb/externals/cubeb \ >+ kinetiknz:cubeb:cubeb-0.2-1248-g8d42b58:cubeb/externals/cubeb \ > lsalzman:enet:0eaf48e:enet/externals/enet \ > lvandeve:lodepng:31d9704:lodepng/externals/lodepng/lodepng \ > neobrain:nihstro:fd69de1:nihstro/externals/nihstro \ >diff --git a/emulators/citra/distinfo b/emulators/citra/distinfo >index 65435ee7a513..c98f01e7658e 100644 >--- a/emulators/citra/distinfo >+++ b/emulators/citra/distinfo >@@ -1,4 +1,4 @@ >-TIMESTAMP = 1595957274 >+TIMESTAMP = 1598041170 > SHA256 (citra-emu-citra-s20200728-b94f21eac_GH0.tar.gz) = 64a2d2aca66065566fc0e1487de682d4840c9d67bb0938d33aff5a8743263115 > SIZE (citra-emu-citra-s20200728-b94f21eac_GH0.tar.gz) = 5284137 > SHA256 (citra-emu-ext-boost-36603a1_GH0.tar.gz) = a1885cf0f7b1c790f8a83e963fec591bad1232e6b824e64d8db136920ec1b67d >@@ -23,8 +23,8 @@ SHA256 (fmtlib-fmt-6.0.0-56-g4b8f8fac_GH0.tar.gz) = f9ea86d434fe49d50ee62d9a4166 > SIZE (fmtlib-fmt-6.0.0-56-g4b8f8fac_GH0.tar.gz) = 713067 > SHA256 (herumi-xbyak-v5.71_GH0.tar.gz) = 27e5dd6f7fa7194802db9194b893f94b64edf6e585bf567feebb2b15baf11008 > SIZE (herumi-xbyak-v5.71_GH0.tar.gz) = 213882 >-SHA256 (kinetiknz-cubeb-cubeb-0.2-1248-g123ce2a_GH0.tar.gz) = 2baff062f9127215885935279a7108334e71db96fc180ceb9e5053d94ee68ba0 >-SIZE (kinetiknz-cubeb-cubeb-0.2-1248-g123ce2a_GH0.tar.gz) = 202957 >+SHA256 (kinetiknz-cubeb-cubeb-0.2-1248-g8d42b58_GH0.tar.gz) = 84f52021b5b941013f85bdff1462addcce80f477130105d93547394af06c39a5 >+SIZE (kinetiknz-cubeb-cubeb-0.2-1248-g8d42b58_GH0.tar.gz) = 202949 > SHA256 (lsalzman-enet-0eaf48e_GH0.tar.gz) = 50c3a47329096908d53ac906b18d5759f06600b4c6612120d18be2aee481e216 > SIZE (lsalzman-enet-0eaf48e_GH0.tar.gz) = 79503 > SHA256 (lvandeve-lodepng-31d9704_GH0.tar.gz) = 86e140a13d1f425d45f891a082111435d3333385d36b66c94a031c029f4422c1 >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 ca976499335a..e9423e27302e 100644 >--- a/emulators/yuzu/Makefile >+++ b/emulators/yuzu/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= yuzu > PORTVERSION= s20200819 >-PORTREVISION?= 1 >+PORTREVISION?= 2 > CATEGORIES= emulators > > PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ >@@ -47,7 +47,7 @@ GH_TUPLE= yuzu-emu:unicorn:1.0.1-153-g73f45735:unicorn/externals/unicorn \ > arsenm:sanitizers-cmake:aab6948:sanitizers_cmake/externals/cubeb/cmake/sanitizers-cmake \ > citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ > herumi:xbyak:v5.911:xbyak/externals/xbyak \ >- kinetiknz:cubeb:cubeb-0.2-1248-g123ce2a:cubeb/externals/cubeb \ >+ kinetiknz:cubeb:cubeb-0.2-1248-g8d42b58:cubeb/externals/cubeb \ > svn2github:inih:603729d:inih/externals/inih/inih > > USES= cmake compiler:c++17-lang localbase:ldflags python:build sdl ssl >diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo >index 926a13be50de..536f55728855 100644 >--- a/emulators/yuzu/distinfo >+++ b/emulators/yuzu/distinfo >@@ -1,4 +1,4 @@ >-TIMESTAMP = 1597876069 >+TIMESTAMP = 1598041447 > SHA256 (yuzu-emu-yuzu-s20200819-354811e55_GH0.tar.gz) = b4c95c1a7ca6a519ecfbc4beec908facb2816b75fbec7bfa56ed2374cc30127a > SIZE (yuzu-emu-yuzu-s20200819-354811e55_GH0.tar.gz) = 2946523 > SHA256 (yuzu-emu-unicorn-1.0.1-153-g73f45735_GH0.tar.gz) = 8f7b4d8eb998c2a4c146268d83b44fc22ca8d4d276f26d6af1071e51f4b5bd4f >@@ -19,8 +19,8 @@ SHA256 (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = a593ab188e4feaeef8376c27b > SIZE (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = 59514 > SHA256 (herumi-xbyak-v5.911_GH0.tar.gz) = 7b5ec57fb887a25c563e24bd82a0a350d68b8b0219e94b680c040f6cd59bdc40 > SIZE (herumi-xbyak-v5.911_GH0.tar.gz) = 224126 >-SHA256 (kinetiknz-cubeb-cubeb-0.2-1248-g123ce2a_GH0.tar.gz) = 2baff062f9127215885935279a7108334e71db96fc180ceb9e5053d94ee68ba0 >-SIZE (kinetiknz-cubeb-cubeb-0.2-1248-g123ce2a_GH0.tar.gz) = 202957 >+SHA256 (kinetiknz-cubeb-cubeb-0.2-1248-g8d42b58_GH0.tar.gz) = 84f52021b5b941013f85bdff1462addcce80f477130105d93547394af06c39a5 >+SIZE (kinetiknz-cubeb-cubeb-0.2-1248-g8d42b58_GH0.tar.gz) = 202949 > SHA256 (svn2github-inih-603729d_GH0.tar.gz) = b4faa364c3e33261707d4b669e1c669ca3818d7b9515c15fe0befd9df3f1f00a > SIZE (svn2github-inih-603729d_GH0.tar.gz) = 8342 > SHA256 (905e8016a04e.patch) = cecc02f098917ee236ace0a350f37a9ffbb4aae92232f6c105a520476f7b23b5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 248817
:
217430
|
217463