FreeBSD Bugzilla – Attachment 250470 Details for
Bug 246449
www/chromium: enable PulseAudio by default.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch adding slave ports
chromium-slave-ports.patch (text/plain), 2.70 KB, created by
Yuri Victorovich
on 2024-05-05 19:17:56 UTC
(
hide
)
Description:
patch adding slave ports
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2024-05-05 19:17:56 UTC
Size:
2.70 KB
patch
obsolete
>diff --git a/www/Makefile b/www/Makefile >index 101edbb5d931..38a629d1c0a3 100644 >--- a/www/Makefile >+++ b/www/Makefile >@@ -105,6 +105,8 @@ > SUBDIR += chpasswd > SUBDIR += chrome-gnome-shell > SUBDIR += chromium >+ SUBDIR += chromium-alsa >+ SUBDIR += chromium-sndio > SUBDIR += cinny > SUBDIR += civetweb > SUBDIR += ckeditor >diff --git a/www/chromium-alsa/Makefile b/www/chromium-alsa/Makefile >new file mode 100644 >index 000000000000..def4253582e2 >--- /dev/null >+++ b/www/chromium-alsa/Makefile >@@ -0,0 +1,13 @@ >+PKGNAMESUFFIX= -alsa >+ >+MAINTAINER= yuri@FreeBSD.org >+COMMENT= Google web browser based on WebKit (using the ALSA audio backend) >+ >+CONFLICTS_INSTALL= chromium chromium-sndio >+ >+OPTIONS_UNSET= PULSEAUDIO >+OPTIONS_DEFAULT= ALSA >+ >+MASTERDIR= ${.CURDIR}/../chromium >+ >+.include "${MASTERDIR}/Makefile" >diff --git a/www/chromium-sndio/Makefile b/www/chromium-sndio/Makefile >new file mode 100644 >index 000000000000..8174fa406d6f >--- /dev/null >+++ b/www/chromium-sndio/Makefile >@@ -0,0 +1,13 @@ >+PKGNAMESUFFIX= -sndio >+ >+MAINTAINER= yuri@FreeBSD.org >+COMMENT= Google web browser based on WebKit (using the sndio audio backend) >+ >+CONFLICTS_INSTALL= chromium chromium-alsa >+ >+OPTIONS_UNSET= PULSEAUDIO >+OPTIONS_DEFAULT= SNDIO >+ >+MASTERDIR= ${.CURDIR}/../chromium >+ >+.include "${MASTERDIR}/Makefile" >diff --git a/www/chromium/Makefile b/www/chromium/Makefile >index 9a2a287d8e19..d6a0633bb7ea 100644 >--- a/www/chromium/Makefile >+++ b/www/chromium/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= chromium > PORTVERSION= 124.0.6367.118 >+PORTREVISION= 1 > CATEGORIES= www wayland > MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \ > https://nerd.hu/distfiles/:external >@@ -7,7 +8,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ > chrome-linux-${PORTVERSION}-llvm17.profdata${EXTRACT_SUFX}:external > > MAINTAINER= chromium@FreeBSD.org >-COMMENT= Google web browser based on WebKit >+COMMENT= Google web browser based on WebKit (using PulseAudio audio backend) > WWW= https://www.chromium.org/Home > > LICENSE= BSD3CLAUSE LGPL21 MPL11 >@@ -140,7 +141,7 @@ SUB_FILES= chromium-browser.desktop chrome > SUB_LIST+= COMMENT="${COMMENT}" > > OPTIONS_DEFINE= CODECS CUPS DEBUG DRIVER KERBEROS LTO PIPEWIRE TEST WIDEVINE >-OPTIONS_DEFAULT= CODECS CUPS DRIVER KERBEROS PIPEWIRE SNDIO >+OPTIONS_DEFAULT+= CODECS CUPS DRIVER KERBEROS PIPEWIRE PULSEAUDIO > OPTIONS_EXCLUDE_aarch64=LTO > OPTIONS_GROUP= AUDIO > OPTIONS_GROUP_AUDIO= ALSA PULSEAUDIO SNDIO >@@ -276,6 +277,8 @@ GN_ARGS+= enable_rust=true \ > rust_sysroot_absolute="${LOCALBASE}" \ > rustc_version="${RUSTC_VERSION}" > >+CONFLICTS_INSTALL= chromium-alsa chromium-sndio >+ > pre-everything:: > @${ECHO_MSG} > @${ECHO_MSG} "To build Chromium, you should have around 2GB of memory"
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 246449
:
250463
|
250470
|
250489