Re: [NEW] audio/libopenmpt

2019-07-15 Thread Frederic Cambus
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

Re: [NEW] audio/libopenmpt

2019-07-12 Thread Raphael Graf
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

Re: [NEW] audio/libopenmpt

2019-06-25 Thread Stuart Henderson
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

Re: [NEW] audio/libopenmpt

2019-06-25 Thread Christian Weisgerber
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

Re: [NEW] audio/libopenmpt

2019-06-25 Thread Raphael Graf
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

[NEW] audio/libopenmpt

2019-06-22 Thread Frederic Cambus
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