mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
librewolf_bin: fix audio buffer size
This commit is contained in:
@@ -10,9 +10,9 @@ disabling anti-freedom features like DRM."
|
||||
HOMEPAGE="https://librewolf.net/"
|
||||
COPYRIGHT="1995-2025 Mozilla Developers and Contributors"
|
||||
LICENSE="MPL v2.0"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/threedeyes/Gecko4Haiku/releases/download/$portVersion/librewolf-${portVersion}-1.en-US.haiku-x86_64.tar.xz#noarchive"
|
||||
CHECKSUM_SHA256="9ca751dc900f80726fb8e88b2f87f1d7771cba04487f9dcca924f419be958dc6"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/threedeyes/Gecko4Haiku/releases/download/$portVersion/librewolf-${portVersion}-2.en-US.haiku-x86_64.tar.xz#noarchive"
|
||||
CHECKSUM_SHA256="5a08dbae7ad13136f856d76dc53a90e8c955cd716d040485201aae4f9781e8c0"
|
||||
ADDITIONAL_FILES="librewolf.rdef.in"
|
||||
|
||||
ARCHITECTURES="x86_64"
|
||||
@@ -54,7 +54,7 @@ BUILD_PREREQUIRES="
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
tar -xJf librewolf-${portVersion}-1.en-US.haiku-x86_64.tar.xz -C $appsDir
|
||||
tar -xJf librewolf-${portVersion}-2.en-US.haiku-x86_64.tar.xz -C $appsDir
|
||||
|
||||
mv $appsDir/librewolf $appsDir/LibreWolf
|
||||
mv $appsDir/LibreWolf/librewolf $appsDir/LibreWolf/LibreWolf
|
||||
|
||||
Reference in New Issue
Block a user