Re: PATCH: 48KHz in xine-lib

2007-07-14 Thread Jacob Meuser
On Fri, Jul 13, 2007 at 10:59:30AM +0300, Alexey Suslikov wrote: Hello [EMAIL PROTECTED] After some success with sound on my 48KHz-only ALC861 codec with preliminary patch from deanna@ (thanks), there was no sound with xine-lib based players. Despite of xine's audio_sun_out.c can do

Re: NEW: audio/mac (3.99.4.5)

2007-07-14 Thread Stuart Henderson
On 2007/07/14 10:44, Vlad Glagolev wrote: MAC: short for Monkey's Audio Codec, a lossless audio codec (files with the .ape extension). oh cool, I have a bunch of .apes and a half-finished slimserver port, this will be useful. On amd64 (verify, decompress, compress) all work ok. At first

Re: NEW: audio/mac (3.99.4.5)

2007-07-14 Thread Stuart Henderson
On 2007/07/14 10:48, Stuart Henderson wrote: At first glance sparc64 appears to work but there are endian problems in WAV input/output hmm: they say it does support big-endian, it does get detected by configure and config.h has #define WORDS_BIGENDIAN 1. but it's still broken.

Re: NEW: audio/mac (3.99.4.5)

2007-07-14 Thread Stuart Henderson
On 2007/07/14 10:48, Stuart Henderson wrote: Compiler flags need fixing (it compiles with -O3, this should be dropped and just use the optimization flag from CFLAGS) Sorry for the spam everyone; this update fixes CFLAGS and license, and enables the i386/amd64 assembler code (I've only tested

PATCH: 48KHz in xine-lib

2007-07-14 Thread Alexey Suslikov
Jacob Meuser wrote: to ~/.xine/config. If your hardware mixer is broken, also add gui.audio_mixer_method:Software to have software volume control. I have sent a patch out to some people that should fix the mixer for a lot of devices, but I have not received enough feedback to commit this

[NEW] boswars-2.3

2007-07-14 Thread Antoine Jacoutot
pkg/DESCR Bos Wars is a futuristic real-time strategy game. It is possible to play against human opponents over LAN, internet, or against the computer. It aims to create a completely original and fun open source RTS game. Comments/OK? -- Antoine boswars.tar.gz Description: Binary data

Re: [NEW] ecoliercourt-fonts-0.1

2007-07-14 Thread Will Maier
On Wed, Jul 11, 2007 at 12:33:28PM +0200, Antoine Jacoutot wrote: On Wednesday 11 July 2007 12:02:01 Will Maier wrote: I'd say 'cursive TTF fonts with small descenders', then. Yeah sure. But I would actually like to know if it works for you ;) Sorry for the delay. I was able to test them

PATCH: force Amarok to use profile-wide xine config

2007-07-14 Thread Alexey Suslikov
--- amarok/src/engine/xine/xine-engine.cpp.orig +++ amarok/src/engine/xine/xine-engine.cpp @@ -61,7 +61,7 @@ ///returns the configuration we will use. there is no KInstance, so using this hacked up method. //static inline QCString configPath() { return

Re: PATCH: force Amarok to use profile-wide xine config

2007-07-14 Thread Marc Espie
On Sat, Jul 14, 2007 at 06:07:57PM +0300, Alexey Suslikov wrote: --- amarok/src/engine/xine/xine-engine.cpp.orig +++ amarok/src/engine/xine/xine-engine.cpp @@ -61,7 +61,7 @@ ///returns the configuration we will use. there is no KInstance, so using this hacked up method. //static inline

Patch for smtp-benchmark

2007-07-14 Thread Andrés
Index: ports/benchmarks/smtp-benchmark/Makefile === RCS file: /cvs/ports/benchmarks/smtp-benchmark/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- ports/benchmarks/smtp-benchmark/Makefile29 Oct 2006 11:34:23

Re: Gnu readline

2007-07-14 Thread Matthias Kilian
On Fri, Jul 06, 2007 at 01:35:39PM +0200, Landry Breuil wrote: i'm working on a port that depends on latest readline 5.2, and i've seen that we have readline 4.3 in src/gnu/lib/libreadline/.. - are there some plans to update readline in-tree ? I bet it has been heavily patched.. maybe it's in

Re: PATCH: force Amarok to use profile-wide xine config

2007-07-14 Thread Alexey Suslikov
On 7/14/07, Marc Espie [EMAIL PROTECTED] wrote: On Sat, Jul 14, 2007 at 06:07:57PM +0300, Alexey Suslikov wrote: --- amarok/src/engine/xine/xine-engine.cpp.orig +++ amarok/src/engine/xine/xine-engine.cpp @@ -61,7 +61,7 @@ ///returns the configuration we will use. there is no KInstance, so

Re: NEW: x11/dejavu-ttf (2.18)

2007-07-14 Thread Matthias Kilian
On Sun, Jul 08, 2007 at 12:48:40PM +0200, Matthieu Herrb wrote: Collection of the free Sans fonts (dejavu.sourceforge.net for more info). Tested @ i386. Looks ok to me. If another porter wants to confirm that the port is syntaxically correct, it can go in. It should make use of the

Re: NEW: x11/dejavu-ttf (2.18)

2007-07-14 Thread Antoine Jacoutot
On Sat, 14 Jul 2007, Matthias Kilian wrote: However, ajacoutot@ has a small patch to pkg_add available (run mkfontscale), so we better wait until it's in, and then change this Yes, hopefully it will be in soon. Then we won't need USE_X11 for fonts ports anymore. Except if one port needs a

Re: PATCH: force Amarok to use profile-wide xine config

2007-07-14 Thread Jacob Meuser
On Sat, Jul 14, 2007 at 07:00:23PM +0300, Alexey Suslikov wrote: On 7/14/07, Marc Espie [EMAIL PROTECTED] wrote: On Sat, Jul 14, 2007 at 06:07:57PM +0300, Alexey Suslikov wrote: --- amarok/src/engine/xine/xine-engine.cpp.orig +++ amarok/src/engine/xine/xine-engine.cpp @@ -61,7 +61,7 @@

UPDATE: MySQL 5.0.45

2007-07-14 Thread Brad
Here is an update to MySQL 5.0.45. There have been 2 security fixes in this release.. A malformed password packet in the connection protocol could cause the server to crash. Thanks for Dormando for reporting this bug and providing details and a proof of concept. (Bug#28984) CREATE TABLE LIKE

UPDATE: x11/xwrits

2007-07-14 Thread Scott
Here's an update diff for xwrits, which hadn't been updated in a couple years. I'm interested in maintaining this port. I have been using it for a couple days on i386 without any problems, please test and commit. It's a version update with a few additional snprintf / strlcat / etc. patches.