On Fri, Jul 12, 2019 at 11:13:31AM +0200, Raphael Graf wrote:
> On Tue, Jun 25, 2019 at 04:13:51PM +0200, Christian Weisgerber wrote:
> > Raphael Graf:
> >
> > > Does anyone know why the large file support is disabled in mpg123?
> >
> > Because it doesn't make sense. off_t is always the same on
On Tue, Jun 25, 2019 at 04:13:51PM +0200, Christian Weisgerber wrote:
> Raphael Graf:
>
> > Does anyone know why the large file support is disabled in mpg123?
>
> Because it doesn't make sense. off_t is always the same on OpenBSD
> and does not change depending on how code defines _FILE_OFFSET_B
On 2019/06/25 14:49, Raphael Graf wrote:
> diff -uNpr /tmp/libopenmpt/Makefile /usr/ports/audio/libopenmpt/Makefile
> --- /tmp/libopenmpt/Makefile Sat Jun 22 10:42:41 2019
> +++ /usr/ports/audio/libopenmpt/Makefile Tue Jun 25 12:58:44 2019
> @@ -21,6 +21,8 @@ WANTLIB += sndio vorbis vorbisen
Raphael Graf:
> Does anyone know why the large file support is disabled in mpg123?
Because it doesn't make sense. off_t is always the same on OpenBSD
and does not change depending on how code defines _FILE_OFFSET_BITS.
--
Christian "naddy" Weisgerber na...@mips.inka.de
On Sat, Jun 22, 2019 at 10:45:16AM +0200, Frederic Cambus wrote:
> Hi ports@,
>
> Here is a new port: audio/libopenmpt.
>
> From DESCR:
>
> libopenmpt is a cross-platform C++ and C library to decode tracked music
> files (modules) into a raw PCM audio stream.
>
> openmpt123 is a cross-platform
Hi ports@,
Here is a new port: audio/libopenmpt.
>From DESCR:
libopenmpt is a cross-platform C++ and C library to decode tracked music
files (modules) into a raw PCM audio stream.
openmpt123 is a cross-platform command-line or terminal based module file
player.
libopenmpt is based on the playe