Re: [gentoo-user] Re: Off Topic - UPnP servers

2024-05-24 Thread Mark Knecht
On Fri, May 24, 2024 at 1:25 PM Tsukasa Mcp_Reznor wrote: > > For what it's worth I've been using gerbera for years, it'll pass-through supported videos/codecs or you can set it up to transcode. Highly recommend it. On my roku TV's I just use the roku media player, it'll see UPnP servers just f

Re: [gentoo-user] mirrorselect build failed

2024-05-24 Thread Jude DaShiell
Both of these items have been handled. -- Jude "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." Ed Howdershelt 1940. On Fri, 24 May 2024, Michael wrote: > Jude, the initial CFLAGS I suggested are safe, but suboptimal. They

Re: [gentoo-user] Re: Off Topic - UPnP servers

2024-05-24 Thread Tsukasa Mcp_Reznor
For what it's worth I've been using gerbera for years, it'll pass-through supported videos/codecs or you can set it up to transcode. Highly recommend it. On my roku TV's I just use the roku media player, it'll see UPnP servers just fine.

Re: [gentoo-user] Re: Off Topic - UPnP servers

2024-05-24 Thread Mark Knecht
On Fri, May 24, 2024 at 8:26 AM Grant Edwards wrote: > > On 2024-05-24, Mark Knecht wrote: > > > I'm a Plex user for video and have also ripped my CD > > collection. Plex plays audio fine to TVs that have a Plex app but > > apparently sometimes doesn't work well (as of yet untested by me) to > >

[gentoo-user] Re: Off Topic - UPnP servers

2024-05-24 Thread Grant Edwards
On 2024-05-24, Mark Knecht wrote: > I'm a Plex user for video and have also ripped my CD > collection. Plex plays audio fine to TVs that have a Plex app but > apparently sometimes doesn't work well (as of yet untested by me) to > network streaming players. I never got the Plex app for Roku to wo

Re: [gentoo-user] mirrorselect build failed

2024-05-24 Thread Michael
Jude, the initial CFLAGS I suggested are safe, but suboptimal. They do not tune your system's compiler to utilise all of your CPU's instructions. In the first instance, you should set the CFLAGS as appropriate for your PC and specifically include -march=native, as suggested by Waldo. Please ch

Re: [gentoo-user] mirrorselect build failed

2024-05-24 Thread Jude DaShiell
Michael, The changes you selected worked. I got mirrorselect compiled and ran it and got http ftp and rsync repos defined. I'm wondering have all of the gentoo mirrors got binaries? -- Jude "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in

Re: [gentoo-user] 100% CPU load in qtwebengine

2024-05-24 Thread Michael
On Friday, 24 May 2024 11:52:55 BST Peter Humphrey wrote: > On Thursday, 23 May 2024 20:13:27 BST Michael wrote: > > On Thursday, 23 May 2024 14:07:16 BST Peter Humphrey wrote: > > > Hello list, > > > > > > On this box I have this: > > > > > > # grep '\-j' /etc/portage/make.conf > > > EMERGE_DEFA

Re: [gentoo-user] Off Topic - UPnP servers

2024-05-24 Thread Michael
On Friday, 24 May 2024 01:32:29 BST Mark Knecht wrote: > Hi, >Please excuse my off topic question. Does anyone here use a UPnP server > for audio files that they recommend as being particularly good? > >I'm a Plex user for video and have also ripped my CD collection. Plex > plays audio fin

Re: [gentoo-user] 100% CPU load in qtwebengine

2024-05-24 Thread Peter Humphrey
On Thursday, 23 May 2024 20:13:27 BST Michael wrote: > On Thursday, 23 May 2024 14:07:16 BST Peter Humphrey wrote: > > Hello list, > > > > On this box I have this: > > > > # grep '\-j' /etc/portage/make.conf > > EMERGE_DEFAULT_OPTS="--jobs --load-average=4 [...] " > > MAKEOPTS="-j4 -l4" > > > >

Re: [gentoo-user] mirrorselect build failed

2024-05-24 Thread Michael
On Friday, 24 May 2024 09:57:36 BST Waldo Lemmer wrote: > Hi Michael, > > -march=x86-64 and -mtune=generic will not speed up your OS installation. > These flags tell compilers to produce binaries that can run on any AMD64 > system and that aren't optimized for your specific system. > > These flag

Re: [gentoo-user] mirrorselect build failed

2024-05-24 Thread Waldo Lemmer
Hi Michael, -march=x86-64 and -mtune=generic will not speed up your OS installation. These flags tell compilers to produce binaries that can run on any AMD64 system and that aren't optimized for your specific system. These flags have no effect on binary packages, since those have already been com

Re: [gentoo-user] mirrorselect build failed

2024-05-24 Thread Michael
Hi Jude, If you intend to use Gentoo's precompiled binary packages, to speed up your OS installation, you should have 'generic' CFLAGS; e.g.: CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe" Please check these pages: https://www.gentoo.org/news/2023/12/29/Gentoo-binary.html https://wiki.gentoo.