Skip to content

Commit 0e363c2

Browse files
committed
dsda-doom: Replace dumb with libopenmpt.
In 0.29.1, dumb support was removed in favour of libopenmpt.
1 parent c0f96d0 commit 0e363c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Formula/d/dsda-doom.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ class DsdaDoom < Formula
44
url "https://github.com/kraflab/dsda-doom/archive/refs/tags/v0.29.3.tar.gz"
55
sha256 "9b9218d26055d2e2a3b830913cfe52f56b2a6dd4a16720634f0bc5dbe560fb84"
66
license "GPL-2.0-only"
7+
revision 1
78
head "https://github.com/kraflab/dsda-doom.git", branch: "master"
89

910
livecheck do
@@ -23,8 +24,8 @@ class DsdaDoom < Formula
2324

2425
depends_on "cmake" => :build
2526

26-
depends_on "dumb"
2727
depends_on "fluid-synth"
28+
depends_on "libopenmpt"
2829
depends_on "libvorbis"
2930
depends_on "libzip"
3031
depends_on "mad"
@@ -52,9 +53,9 @@ def install
5253
system "cmake", "-S", "prboom2", "-B", "build",
5354
"-DDOOMWADDIR=#{doomwaddir(HOMEBREW_PREFIX)}",
5455
"-DDSDAPWADDIR=#{libexec}",
55-
"-DWITH_DUMB=OM",
5656
"-DWITH_FLUIDSYNTH=ON",
5757
"-DWITH_IMAGE=ON",
58+
"-DWITH_LIBOPENMPT=ON",
5859
"-DWITH_MAD=ON",
5960
"-DWITH_PORTMIDI=ON",
6061
"-DWITH_VORBISFILE=ON",

0 commit comments

Comments
 (0)