From owner-freebsd-multimedia@FreeBSD.ORG Sun Feb 8 09:25:55 2009 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96BAE106564A for ; Sun, 8 Feb 2009 09:25:55 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [IPv6:2001:7b8:613:100::211]) by mx1.freebsd.org (Postfix) with ESMTP id 38DD38FC1A for ; Sun, 8 Feb 2009 09:25:55 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id 000851CC60; Sun, 8 Feb 2009 10:25:53 +0100 (CET) Date: Sun, 8 Feb 2009 10:25:53 +0100 From: Ed Schouten To: multimedia@FreeBSD.org Message-ID: <20090208092553.GI1230@hoeg.nl> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="heQF7/FOvX7GgW47" Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Subject: libsndfile 1.0.18! X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2009 09:25:56 -0000 --heQF7/FOvX7GgW47 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello all, It seems libsndfile 1.0.18 finally got released. I'm currently busy (at FOSDEM), but I guess we should bump our port to this new version. Improvements: - Less security holes. - Support for Ogg Vorbis. --=20 Ed Schouten WWW: http://80386.nl/ --heQF7/FOvX7GgW47 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkmOpSEACgkQ52SDGA2eCwWo/QCfS4OVoPNjcxh9lsSylDkyeVLT pUYAnRJ0OkNDx/7adW3DyHg/EY5vZkJH =hbTN -----END PGP SIGNATURE----- --heQF7/FOvX7GgW47-- From owner-freebsd-multimedia@FreeBSD.ORG Sun Feb 8 09:53:45 2009 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 505AC1065673 for ; Sun, 8 Feb 2009 09:53:45 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [IPv6:2001:7b8:613:100::211]) by mx1.freebsd.org (Postfix) with ESMTP id 571F18FC16 for ; Sun, 8 Feb 2009 09:53:44 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id B87A31CC60; Sun, 8 Feb 2009 10:53:43 +0100 (CET) Date: Sun, 8 Feb 2009 10:53:43 +0100 From: Ed Schouten To: multimedia@FreeBSD.org Message-ID: <20090208095343.GJ1230@hoeg.nl> References: <20090208092553.GI1230@hoeg.nl> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ieONPShpRWd85B+o" Content-Disposition: inline In-Reply-To: <20090208092553.GI1230@hoeg.nl> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Subject: Re: libsndfile 1.0.18! X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2009 09:53:45 -0000 --ieONPShpRWd85B+o Content-Type: multipart/mixed; boundary="ujOy8a1yc0D9aEKa" Content-Disposition: inline --ujOy8a1yc0D9aEKa Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Ed Schouten wrote: > I'm currently busy (at FOSDEM), but I guess we should bump our port to > this new version. Because you're such a good customer: a preliminary patch. It turns out libsndfile depends on a nonexistent version of libvorbis (?), so I regexed it to 1.2.0. --=20 Ed Schouten WWW: http://80386.nl/ --ujOy8a1yc0D9aEKa Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="sndfile.diff" Content-Transfer-Encoding: quoted-printable --- audio/libsndfile/Makefile +++ audio/libsndfile/Makefile @@ -6,8 +6,7 @@ # =20 PORTNAME=3D libsndfile -PORTVERSION=3D 1.0.17 -PORTREVISION=3D 2 +PORTVERSION=3D 1.0.18 CATEGORIES=3D audio MASTER_SITES=3D http://www.mega-nerd.com/libsndfile/ =20 @@ -16,8 +15,7 @@ =20 USE_GNOME=3D gnomehack gnometarget pkgconfig GNU_CONFIGURE=3D yes -CONFIGURE_ARGS=3D --enable-justsrc \ - --disable-gcc-pipe \ +CONFIGURE_ARGS=3D --disable-gcc-pipe \ --disable-sqlite CONFIGURE_ENV=3D CPPFLAGS=3D"-isystem /usr/include -isystem ${LOCALBASE}/i= nclude" \ LDFLAGS=3D"-L${LOCALBASE}/lib" @@ -25,19 +23,23 @@ =20 MAN1=3D sndfile-convert.1 sndfile-info.1 sndfile-play.1 =20 -OPTIONS=3D FLAC "Enable flac support" On +OPTIONS=3D EXTERNAL "Enable FLAC and Ogg Vorbis support" on =20 .include =20 -.if !defined(WITHOUT_FLAC) -LIB_DEPENDS+=3D FLAC.10:${PORTSDIR}/audio/flac -CONFIGURE_ARGS+=3D--enable-flac +.if defined(WITHOUT_EXTERNAL) +CONFIGURE_ARGS+=3D--disable-external-libs .else -CONFIGURE_ARGS+=3D--disable-flac +LIB_DEPENDS+=3D FLAC.10:${PORTSDIR}/audio/flac \ + vorbis.4:${PORTSDIR}/audio/libvorbis .endif =20 post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =3D/s/ doc / /g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} \ + -e 's/vorbis >=3D 1\.2\.1/vorbis >=3D 1.2.0/g' \ + -e 's/vorbisenc >=3D 1\.2\.1/vorbisenc >=3D 1.2.0/g' \ + ${WRKSRC}/configure =20 post-install: .if !defined(NOPORTDOCS) --- audio/libsndfile/distinfo +++ audio/libsndfile/distinfo @@ -1,3 +1,3 @@ -MD5 (libsndfile-1.0.17.tar.gz) =3D 2d126c35448503f6dbe33934d9581f6b -SHA256 (libsndfile-1.0.17.tar.gz) =3D 1792e4e60386b450ef8ec07c756e8f3ecfe9= 6ebda7d0b09148da5f436d065ef2 -SIZE (libsndfile-1.0.17.tar.gz) =3D 819456 +MD5 (libsndfile-1.0.18.tar.gz) =3D 9fde6efb1b75ef38398acf856f252416 +SHA256 (libsndfile-1.0.18.tar.gz) =3D c0821534a8510982d26b3085b148d9091ded= e53780733515eb49c99a65da293a +SIZE (libsndfile-1.0.18.tar.gz) =3D 923666 --- audio/libsndfile/files/patch-examples_sndfile-play.c +++ audio/libsndfile/files/patch-examples_sndfile-play.c @@ -1,29 +0,0 @@ ---- examples/sndfile-play.c.orig Thu Oct 14 18:07:25 2004 -+++ examples/sndfile-play.c Thu Oct 14 18:11:13 2004 -@@ -34,7 +34,7 @@ - #include - #endif -=20 --#if defined (__linux__) -+#if defined (__linux__) || defined (__FreeBSD__) - #include - #include - #include -@@ -326,7 +326,7 @@ - ** Linux/OSS functions for playing a sound. - */ -=20 --#if defined (__linux__) -+#if defined (__linux__) || defined (__FreeBSD__) -=20 - static int linux_open_dsp_device (int channels, int srate) ; -=20 -@@ -869,7 +869,7 @@ - return 1 ; - } ; -=20 --#if defined (__linux__) -+#if defined (__linux__) || defined(__FreeBSD__) - #if HAVE_ALSA_ASOUNDLIB_H - if (access ("/proc/asound/cards", R_OK) =3D=3D 0) - alsa_play (argc, argv) ; --- audio/libsndfile/files/patch-src_flac.c +++ audio/libsndfile/files/patch-src_flac.c @@ -1,501 +0,0 @@ ---- src/flac.c.orig 2006-08-31 11:22:19.000000000 +0200 -+++ src/flac.c 2008-03-28 17:07:29.000000000 +0100 -@@ -46,6 +46,13 @@ - #include "sfendian.h" - #include "float_cast.h" -=20 -+/* FLAC 1.1.3 has FLAC_API_VERSION_CURRENT =3D=3D 8 */ -+#if !defined(FLAC_API_VERSION_CURRENT) || FLAC_API_VERSION_CURRENT < 8 -+#define LEGACY_FLAC -+#else -+#undef LEGACY_FLAC -+#endif -+ - /*-----------------------------------------------------------------------= ------- - ** Private static functions. - */ -@@ -60,8 +67,14 @@ - } PFLAC_PCM ; -=20 - typedef struct --{ FLAC__SeekableStreamDecoder *fsd ; -+{ -+#ifdef LEGACY_FLAC -+ FLAC__SeekableStreamDecoder *fsd ; - FLAC__SeekableStreamEncoder *fse ; -+#else -+ FLAC__StreamDecoder *fsd ; -+ FLAC__StreamEncoder *fse ; -+#endif - PFLAC_PCM pcmtype ; - void* ptr ; - unsigned pos, len, remain ; -@@ -108,6 +121,7 @@ - static int flac_command (SF_PRIVATE *psf, int command, void *data, int da= tasize) ; -=20 - /* Decoder Callbacks */ -+#ifdef LEGACY_FLAC - static FLAC__SeekableStreamDecoderReadStatus sf_flac_read_callback (const= FLAC__SeekableStreamDecoder *decoder, FLAC__byte buffer [], unsigned *byte= s, void *client_data) ; - static FLAC__SeekableStreamDecoderSeekStatus sf_flac_seek_callback (const= FLAC__SeekableStreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, v= oid *client_data) ; - static FLAC__SeekableStreamDecoderTellStatus sf_flac_tell_callback (const= FLAC__SeekableStreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, = void *client_data) ; -@@ -116,13 +130,29 @@ - static FLAC__StreamDecoderWriteStatus sf_flac_write_callback (const FLAC_= _SeekableStreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int3= 2 * const buffer [], void *client_data) ; - static void sf_flac_meta_callback (const FLAC__SeekableStreamDecoder *dec= oder, const FLAC__StreamMetadata *metadata, void *client_data) ; - static void sf_flac_error_callback (const FLAC__SeekableStreamDecoder *de= coder, FLAC__StreamDecoderErrorStatus status, void *client_data) ; -+#else -+static FLAC__StreamDecoderReadStatus sf_flac_read_callback (const FLAC__S= treamDecoder *decoder, FLAC__byte buffer [], size_t *bytes, void *client_da= ta) ; -+static FLAC__StreamDecoderSeekStatus sf_flac_seek_callback (const FLAC__S= treamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *client_data= ) ; -+static FLAC__StreamDecoderTellStatus sf_flac_tell_callback (const FLAC__S= treamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_dat= a) ; -+static FLAC__StreamDecoderLengthStatus sf_flac_length_callback (const FLA= C__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data) ; -+static FLAC__bool sf_flac_eof_callback (const FLAC__StreamDecoder *decode= r, void *client_data) ; -+static FLAC__StreamDecoderWriteStatus sf_flac_write_callback (const FLAC_= _StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * cons= t buffer [], void *client_data) ; -+static void sf_flac_meta_callback (const FLAC__StreamDecoder *decoder, co= nst FLAC__StreamMetadata *metadata, void *client_data) ; -+static void sf_flac_error_callback (const FLAC__StreamDecoder *decoder, F= LAC__StreamDecoderErrorStatus status, void *client_data) ; -+#endif -=20 - /* Encoder Callbacks */ -+#ifdef LEGACY_FLAC - static FLAC__SeekableStreamEncoderSeekStatus sf_flac_enc_seek_callback (c= onst FLAC__SeekableStreamEncoder *encoder, FLAC__uint64 absolute_byte_offse= t, void *client_data) ; - #ifdef HAVE_FLAC_1_1_1 - static FLAC__SeekableStreamEncoderTellStatus sf_flac_enc_tell_callback (c= onst FLAC__SeekableStreamEncoder *encoder, FLAC__uint64 *absolute_byte_offs= et, void *client_data) ; - #endif - static FLAC__StreamEncoderWriteStatus sf_flac_enc_write_callback (const F= LAC__SeekableStreamEncoder *encoder, const FLAC__byte buffer [], unsigned b= ytes, unsigned samples, unsigned current_frame, void *client_data) ; -+#else -+static FLAC__StreamEncoderSeekStatus sf_flac_enc_seek_callback (const FLA= C__StreamEncoder *encoder, FLAC__uint64 absolute_byte_offset, void *client_= data) ; -+static FLAC__StreamEncoderTellStatus sf_flac_enc_tell_callback (const FLA= C__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, void *client= _data) ; -+static FLAC__StreamEncoderWriteStatus sf_flac_enc_write_callback (const F= LAC__StreamEncoder *encoder, const FLAC__byte buffer [], size_t bytes, unsi= gned samples, unsigned current_frame, void *client_data) ; -+#endif -=20 - static const int legal_sample_rates [] =3D - { 8000, 16000, 22050, 24000, 32000, 44100, 48000, 96000 -@@ -283,51 +313,99 @@ - } /* flac_buffer_copy */ -=20 -=20 -+#ifdef LEGACY_FLAC - static FLAC__SeekableStreamDecoderReadStatus - sf_flac_read_callback (const FLAC__SeekableStreamDecoder * UNUSED (decode= r), FLAC__byte buffer [], unsigned *bytes, void *client_data) -+#else -+static FLAC__StreamDecoderReadStatus -+sf_flac_read_callback (const FLAC__StreamDecoder * UNUSED (decoder), FLAC= __byte buffer [], size_t *bytes, void *client_data) -+#endif - { SF_PRIVATE *psf =3D (SF_PRIVATE*) client_data ; -=20 - *bytes =3D psf_fread (buffer, 1, *bytes, psf) ; - if (*bytes > 0 && psf->error =3D=3D 0) -+#ifdef LEGACY_FLAC - return FLAC__SEEKABLE_STREAM_DECODER_READ_STATUS_OK ; -=20 - return FLAC__SEEKABLE_STREAM_DECODER_READ_STATUS_ERROR ; -+#else -+ return FLAC__STREAM_DECODER_READ_STATUS_CONTINUE ; -+ -+ return FLAC__STREAM_DECODER_READ_STATUS_ABORT ; -+#endif - } /* sf_flac_read_callback */ -=20 -+#ifdef LEGACY_FLAC - static FLAC__SeekableStreamDecoderSeekStatus - sf_flac_seek_callback (const FLAC__SeekableStreamDecoder * UNUSED (decode= r), FLAC__uint64 absolute_byte_offset, void *client_data) -+#else -+static FLAC__StreamDecoderSeekStatus -+sf_flac_seek_callback (const FLAC__StreamDecoder * UNUSED (decoder), FLAC= __uint64 absolute_byte_offset, void *client_data) -+#endif - { SF_PRIVATE *psf =3D (SF_PRIVATE*) client_data ; -=20 - psf_fseek (psf, absolute_byte_offset, SEEK_SET) ; - if (psf->error) -+#ifdef LEGACY_FLAC - return FLAC__SEEKABLE_STREAM_DECODER_SEEK_STATUS_ERROR ; -=20 - return FLAC__SEEKABLE_STREAM_DECODER_SEEK_STATUS_OK ; -+#else -+ return FLAC__STREAM_DECODER_SEEK_STATUS_ERROR ; -+ -+ return FLAC__STREAM_DECODER_SEEK_STATUS_OK ; -+#endif - } /* sf_flac_seek_callback */ -=20 -+#ifdef LEGACY_FLAC - static FLAC__SeekableStreamDecoderTellStatus - sf_flac_tell_callback (const FLAC__SeekableStreamDecoder * UNUSED (decode= r), FLAC__uint64 *absolute_byte_offset, void *client_data) -+#else -+static FLAC__StreamDecoderTellStatus -+sf_flac_tell_callback (const FLAC__StreamDecoder * UNUSED (decoder), FLAC= __uint64 *absolute_byte_offset, void *client_data) -+#endif - { SF_PRIVATE *psf =3D (SF_PRIVATE*) client_data ; -=20 - *absolute_byte_offset =3D psf_ftell (psf) ; - if (psf->error) -+#ifdef LEGACY_FLAC - return FLAC__SEEKABLE_STREAM_DECODER_TELL_STATUS_ERROR ; -=20 - return FLAC__SEEKABLE_STREAM_DECODER_TELL_STATUS_OK ; -+#else -+ return FLAC__STREAM_DECODER_TELL_STATUS_ERROR ; -+ -+ return FLAC__STREAM_DECODER_TELL_STATUS_OK ; -+#endif - } /* sf_flac_tell_callback */ -=20 -+#ifdef LEGACY_FLAC - static FLAC__SeekableStreamDecoderLengthStatus - sf_flac_length_callback (const FLAC__SeekableStreamDecoder * UNUSED (deco= der), FLAC__uint64 *stream_length, void *client_data) -+#else -+static FLAC__StreamDecoderLengthStatus -+sf_flac_length_callback (const FLAC__StreamDecoder * UNUSED (decoder), FL= AC__uint64 *stream_length, void *client_data) -+#endif - { SF_PRIVATE *psf =3D (SF_PRIVATE*) client_data ; -=20 - if ((*stream_length =3D psf->filelength) =3D=3D 0) -+#ifdef LEGACY_FLAC - return FLAC__SEEKABLE_STREAM_DECODER_LENGTH_STATUS_ERROR ; -=20 - return FLAC__SEEKABLE_STREAM_DECODER_LENGTH_STATUS_OK ; -+#else -+ return FLAC__STREAM_DECODER_LENGTH_STATUS_ERROR ; -+ -+ return FLAC__STREAM_DECODER_LENGTH_STATUS_OK ; -+#endif - } /* sf_flac_length_callback */ -=20 - static FLAC__bool -+#ifdef LEGACY_FLAC - sf_flac_eof_callback (const FLAC__SeekableStreamDecoder *UNUSED (decoder)= , void *client_data) -+#else -+sf_flac_eof_callback (const FLAC__StreamDecoder *UNUSED (decoder), void *= client_data) -+#endif - { SF_PRIVATE *psf =3D (SF_PRIVATE*) client_data ; -=20 - if (psf_ftell (psf) =3D=3D psf->filelength) -@@ -337,7 +415,11 @@ - } /* sf_flac_eof_callback */ -=20 - static FLAC__StreamDecoderWriteStatus -+#ifdef LEGACY_FLAC - sf_flac_write_callback (const FLAC__SeekableStreamDecoder * UNUSED (decod= er), const FLAC__Frame *frame, const FLAC__int32 * const buffer [], void *c= lient_data) -+#else -+sf_flac_write_callback (const FLAC__StreamDecoder * UNUSED (decoder), con= st FLAC__Frame *frame, const FLAC__int32 * const buffer [], void *client_da= ta) -+#endif - { SF_PRIVATE *psf =3D (SF_PRIVATE*) client_data ; - FLAC_PRIVATE* pflac =3D (FLAC_PRIVATE*) psf->codec_data ; -=20 -@@ -353,7 +435,27 @@ - } /* sf_flac_write_callback */ -=20 - static void -+sf_flac_meta_getvorbiscomment (SF_PRIVATE *psf, int str_type, const FLAC_= _StreamMetadata *metadata, const char *tag) -+{ -+ int i; -+ const char *value, *s; -+ -+ i =3D FLAC__metadata_object_vorbiscomment_find_entry_from(metadata, 0, t= ag); -+ if (i >=3D 0) { -+ value =3D metadata->data.vorbis_comment.comments[i].entry; -+ if ((s =3D strchr(value, '=3D')) !=3D NULL) -+ value =3D s + 1; -+ =09 -+ psf_store_string (psf, str_type, value); -+ } -+} -+ -+static void -+#ifdef LEGACY_FLAC - sf_flac_meta_callback (const FLAC__SeekableStreamDecoder * UNUSED (decode= r), const FLAC__StreamMetadata *metadata, void *client_data) -+#else -+sf_flac_meta_callback (const FLAC__StreamDecoder * UNUSED (decoder), cons= t FLAC__StreamMetadata *metadata, void *client_data) -+#endif - { SF_PRIVATE *psf =3D (SF_PRIVATE*) client_data ; -=20 - switch (metadata->type) -@@ -378,6 +480,10 @@ - } ; - break ; -=20 -+ case FLAC__METADATA_TYPE_VORBIS_COMMENT : -+ sf_flac_meta_getvorbiscomment (psf, SF_STR_ARTIST, metadata, "artist"); -+ sf_flac_meta_getvorbiscomment (psf, SF_STR_TITLE, metadata, "title"); -+ break; - default : - psf_log_printf (psf, "sf_flac_meta_callback : metadata-type %d not yet= implemented.\n", metadata->type) ; - break ; -@@ -387,7 +493,11 @@ - } /* sf_flac_meta_callback */ -=20 - static void -+#ifdef LEGACY_FLAC - sf_flac_error_callback (const FLAC__SeekableStreamDecoder * UNUSED (decod= er), FLAC__StreamDecoderErrorStatus status, void *client_data) -+#else -+sf_flac_error_callback (const FLAC__StreamDecoder * UNUSED (decoder), FLA= C__StreamDecoderErrorStatus status, void *client_data) -+#endif - { SF_PRIVATE *psf =3D (SF_PRIVATE*) client_data ; -=20 - psf_log_printf (psf, "ERROR : %s\n", FLAC__StreamDecoderErrorStatusStrin= g [status]) ; -@@ -407,17 +517,29 @@ - return ; - } /* sf_flac_error_callback */ -=20 -+#ifdef LEGACY_FLAC - static FLAC__SeekableStreamEncoderSeekStatus - sf_flac_enc_seek_callback (const FLAC__SeekableStreamEncoder * UNUSED (en= coder), FLAC__uint64 absolute_byte_offset, void *client_data) -+#else -+static FLAC__StreamEncoderSeekStatus -+sf_flac_enc_seek_callback (const FLAC__StreamEncoder * UNUSED (encoder), = FLAC__uint64 absolute_byte_offset, void *client_data) -+#endif - { SF_PRIVATE *psf =3D (SF_PRIVATE*) client_data ; -=20 - psf_fseek (psf, absolute_byte_offset, SEEK_SET) ; - if (psf->error) -+#ifdef LEGACY_FLAC - return FLAC__SEEKABLE_STREAM_ENCODER_SEEK_STATUS_ERROR ; -=20 - return FLAC__SEEKABLE_STREAM_ENCODER_SEEK_STATUS_OK ; -+#else -+ return FLAC__STREAM_ENCODER_SEEK_STATUS_ERROR ; -+ -+ return FLAC__STREAM_ENCODER_SEEK_STATUS_OK ; -+#endif - } /* sf_flac_enc_seek_callback */ -=20 -+#ifdef LEGACY_FLAC - #ifdef HAVE_FLAC_1_1_1 - static FLAC__SeekableStreamEncoderTellStatus - sf_flac_enc_tell_callback (const FLAC__SeekableStreamEncoder *UNUSED (enc= oder), FLAC__uint64 *absolute_byte_offset, void *client_data) -@@ -430,9 +552,25 @@ - return FLAC__SEEKABLE_STREAM_ENCODER_TELL_STATUS_OK ; - } /* sf_flac_enc_tell_callback */ - #endif -+#else -+static FLAC__StreamEncoderTellStatus -+sf_flac_enc_tell_callback (const FLAC__StreamEncoder *UNUSED (encoder), F= LAC__uint64 *absolute_byte_offset, void *client_data) -+{ SF_PRIVATE *psf =3D (SF_PRIVATE*) client_data ; -+ -+ *absolute_byte_offset =3D psf_ftell (psf) ; -+ if (psf->error) -+ return FLAC__STREAM_ENCODER_TELL_STATUS_ERROR ; -+ -+ return FLAC__STREAM_ENCODER_TELL_STATUS_OK ; -+} /* sf_flac_enc_tell_callback */ -+#endif -=20 - static FLAC__StreamEncoderWriteStatus -+#ifdef LEGACY_FLAC - sf_flac_enc_write_callback (const FLAC__SeekableStreamEncoder * UNUSED (e= ncoder), const FLAC__byte buffer [], unsigned bytes, unsigned UNUSED (sampl= es), unsigned UNUSED (current_frame), void *client_data) -+#else -+sf_flac_enc_write_callback (const FLAC__StreamEncoder * UNUSED (encoder),= const FLAC__byte buffer [], size_t bytes, unsigned UNUSED (samples), unsig= ned UNUSED (current_frame), void *client_data) -+#endif - { SF_PRIVATE *psf =3D (SF_PRIVATE*) client_data ; -=20 - if (psf_fwrite (buffer, 1, bytes, psf) =3D=3D bytes && psf->error =3D=3D= 0) -@@ -509,15 +647,27 @@ - return 0 ; -=20 - if (psf->mode =3D=3D SFM_WRITE) -- { FLAC__seekable_stream_encoder_finish (pflac->fse) ; -+ { -+#ifdef LEGACY_FLAC -+ FLAC__seekable_stream_encoder_finish (pflac->fse) ; - FLAC__seekable_stream_encoder_delete (pflac->fse) ; -+#else -+ FLAC__stream_encoder_finish (pflac->fse) ; -+ FLAC__stream_encoder_delete (pflac->fse) ; -+#endif - if (pflac->encbuffer) - free (pflac->encbuffer) ; - } ; -=20 - if (psf->mode =3D=3D SFM_READ) -- { FLAC__seekable_stream_decoder_finish (pflac->fsd) ; -+ { -+#ifdef LEGACY_FLAC -+ FLAC__seekable_stream_decoder_finish (pflac->fsd) ; - FLAC__seekable_stream_decoder_delete (pflac->fsd) ; -+#else -+ FLAC__stream_decoder_finish (pflac->fsd) ; -+ FLAC__stream_decoder_delete (pflac->fsd) ; -+#endif - } ; -=20 - for (k =3D 0 ; k < ARRAY_LEN (pflac->rbuffer) ; k++) -@@ -546,17 +696,6 @@ - return SFE_FLAC_BAD_SAMPLE_RATE ; -=20 - psf_fseek (psf, 0, SEEK_SET) ; -- if ((pflac->fse =3D FLAC__seekable_stream_encoder_new ()) =3D=3D NULL) -- return SFE_FLAC_NEW_DECODER ; -- FLAC__seekable_stream_encoder_set_write_callback (pflac->fse, sf_flac_en= c_write_callback) ; -- FLAC__seekable_stream_encoder_set_seek_callback (pflac->fse, sf_flac_enc= _seek_callback) ; -- --#ifdef HAVE_FLAC_1_1_1 -- FLAC__seekable_stream_encoder_set_tell_callback (pflac->fse, sf_flac_enc= _tell_callback) ; --#endif -- FLAC__seekable_stream_encoder_set_client_data (pflac->fse, psf) ; -- FLAC__seekable_stream_encoder_set_channels (pflac->fse, psf->sf.channels= ) ; -- FLAC__seekable_stream_encoder_set_sample_rate (pflac->fse, psf->sf.sampl= erate) ; -=20 - switch (psf->sf.format & SF_FORMAT_SUBMASK) - { case SF_FORMAT_PCM_S8 : -@@ -574,12 +713,36 @@ - break ; - } ; -=20 -+#ifdef LEGACY_FLAC -+ if ((pflac->fse =3D FLAC__seekable_stream_encoder_new ()) =3D=3D NULL) -+ return SFE_FLAC_NEW_DECODER ; -+ FLAC__seekable_stream_encoder_set_write_callback (pflac->fse, sf_flac_en= c_write_callback) ; -+ FLAC__seekable_stream_encoder_set_seek_callback (pflac->fse, sf_flac_enc= _seek_callback) ; -+ -+#ifdef HAVE_FLAC_1_1_1 -+ FLAC__seekable_stream_encoder_set_tell_callback (pflac->fse, sf_flac_enc= _tell_callback) ; -+#endif -+ FLAC__seekable_stream_encoder_set_client_data (pflac->fse, psf) ; -+ FLAC__seekable_stream_encoder_set_channels (pflac->fse, psf->sf.channels= ) ; -+ FLAC__seekable_stream_encoder_set_sample_rate (pflac->fse, psf->sf.sampl= erate) ; - FLAC__seekable_stream_encoder_set_bits_per_sample (pflac->fse, bps) ; -=20 - if ((bps =3D FLAC__seekable_stream_encoder_init (pflac->fse)) !=3D FLAC_= _SEEKABLE_STREAM_DECODER_OK) - { psf_log_printf (psf, "Error : FLAC encoder init returned error : %s\n"= , FLAC__seekable_stream_encoder_get_resolved_state_string (pflac->fse)) ; - return SFE_FLAC_INIT_DECODER ; - } ; -+#else -+ if ((pflac->fse =3D FLAC__stream_encoder_new ()) =3D=3D NULL) -+ return SFE_FLAC_NEW_DECODER ; -+ FLAC__stream_encoder_set_channels (pflac->fse, psf->sf.channels) ; -+ FLAC__stream_encoder_set_sample_rate (pflac->fse, psf->sf.samplerate) ; -+ FLAC__stream_encoder_set_bits_per_sample (pflac->fse, bps) ; -+ -+ if ((bps =3D FLAC__stream_encoder_init_stream (pflac->fse, sf_flac_enc_w= rite_callback, sf_flac_enc_seek_callback, sf_flac_enc_tell_callback, NULL, = psf)) !=3D FLAC__STREAM_DECODER_INIT_STATUS_OK) -+ { psf_log_printf (psf, "Error : FLAC encoder init returned error : %s\n"= , FLAC__StreamEncoderInitStatusString[bps]) ; -+ return SFE_FLAC_INIT_DECODER ; -+ } ; -+#endif -=20 - if (psf->error =3D=3D 0) - psf->dataoffset =3D psf_ftell (psf) ; -@@ -593,6 +756,7 @@ - { FLAC_PRIVATE* pflac =3D (FLAC_PRIVATE*) psf->codec_data ; -=20 - psf_fseek (psf, 0, SEEK_SET) ; -+#ifdef LEGACY_FLAC - if ((pflac->fsd =3D FLAC__seekable_stream_decoder_new ()) =3D=3D NULL) - return SFE_FLAC_NEW_DECODER ; -=20 -@@ -603,6 +767,7 @@ - FLAC__seekable_stream_decoder_set_eof_callback (pflac->fsd, sf_flac_eof_= callback) ; - FLAC__seekable_stream_decoder_set_write_callback (pflac->fsd, sf_flac_wr= ite_callback) ; - FLAC__seekable_stream_decoder_set_metadata_callback (pflac->fsd, sf_flac= _meta_callback) ; -+ FLAC__seekable_stream_decoder_set_metadata_respond(pflac->fsd, FLAC__MET= ADATA_TYPE_VORBIS_COMMENT); - FLAC__seekable_stream_decoder_set_error_callback (pflac->fsd, sf_flac_er= ror_callback) ; - FLAC__seekable_stream_decoder_set_client_data (pflac->fsd, psf) ; -=20 -@@ -610,9 +775,24 @@ - return SFE_FLAC_INIT_DECODER ; -=20 - FLAC__seekable_stream_decoder_process_until_end_of_metadata (pflac->fsd)= ; -+#else -+ if ((pflac->fsd =3D FLAC__stream_decoder_new ()) =3D=3D NULL) -+ return SFE_FLAC_NEW_DECODER ; -+ -+ FLAC__stream_decoder_set_metadata_respond(pflac->fsd, FLAC__METADATA_TYP= E_VORBIS_COMMENT); -+ -+ if (FLAC__stream_decoder_init_stream (pflac->fsd, sf_flac_read_callback,= sf_flac_seek_callback, sf_flac_tell_callback, sf_flac_length_callback, sf_= flac_eof_callback, sf_flac_write_callback, sf_flac_meta_callback, sf_flac_e= rror_callback, psf) !=3D FLAC__STREAM_DECODER_INIT_STATUS_OK) -+ return SFE_FLAC_INIT_DECODER ; -+ -+ FLAC__stream_decoder_process_until_end_of_metadata (pflac->fsd) ; -+#endif - if (psf->error =3D=3D 0) - { FLAC__uint64 position ; -+#ifdef LEGACY_FLAC - FLAC__seekable_stream_decoder_get_decode_position (pflac->fsd, &positio= n) ; -+#else -+ FLAC__stream_decoder_get_decode_position (pflac->fsd, &position) ; -+#endif - psf->dataoffset =3D position ; - } ; -=20 -@@ -676,10 +856,18 @@ - flac_buffer_copy (psf) ; -=20 - while (pflac->pos < pflac->len) -- { if (FLAC__seekable_stream_decoder_process_single (pflac->fsd) =3D=3D 0) -+ { -+#ifdef LEGACY_FLAC -+ if (FLAC__seekable_stream_decoder_process_single (pflac->fsd) =3D=3D 0) - break ; - if (FLAC__seekable_stream_decoder_get_state (pflac->fsd) !=3D FLAC__SEE= KABLE_STREAM_DECODER_OK) - break ; -+#else -+ if (FLAC__stream_decoder_process_single (pflac->fsd) =3D=3D 0) -+ break ; -+ if (FLAC__stream_decoder_get_state (pflac->fsd) >=3D FLAC__STREAM_DECOD= ER_END_OF_STREAM) -+ break ; -+#endif - } ; -=20 - pflac->ptr =3D NULL ; -@@ -795,7 +983,11 @@ - while (len > 0) - { writecount =3D (len >=3D bufferlen) ? bufferlen : (int) len ; - convert (ptr + total, buffer, writecount) ; -+#ifdef LEGACY_FLAC - if (FLAC__seekable_stream_encoder_process_interleaved (pflac->fse, buff= er, writecount/psf->sf.channels)) -+#else -+ if (FLAC__stream_encoder_process_interleaved (pflac->fse, buffer, write= count/psf->sf.channels)) -+#endif - thiswrite =3D writecount ; - else - break ; -@@ -837,7 +1029,11 @@ - while (len > 0) - { writecount =3D (len >=3D bufferlen) ? bufferlen : (int) len ; - convert (ptr + total, buffer, writecount) ; -+#ifdef LEGACY_FLAC - if (FLAC__seekable_stream_encoder_process_interleaved (pflac->fse, buff= er, writecount/psf->sf.channels)) -+#else -+ if (FLAC__stream_encoder_process_interleaved (pflac->fse, buffer, write= count/psf->sf.channels)) -+#endif - thiswrite =3D writecount ; - else - break ; -@@ -879,7 +1075,11 @@ - while (len > 0) - { writecount =3D (len >=3D bufferlen) ? bufferlen : (int) len ; - convert (ptr + total, buffer, writecount, psf->norm_float) ; -+#ifdef LEGACY_FLAC - if (FLAC__seekable_stream_encoder_process_interleaved (pflac->fse, buff= er, writecount/psf->sf.channels)) -+#else -+ if (FLAC__stream_encoder_process_interleaved (pflac->fse, buffer, write= count/psf->sf.channels)) -+#endif - thiswrite =3D writecount ; - else - break ; -@@ -1011,7 +1211,11 @@ - while (len > 0) - { writecount =3D (len >=3D bufferlen) ? bufferlen : (int) len ; - convert (ptr + total, buffer, writecount, psf->norm_double) ; -+#ifdef LEGACY_FLAC - if (FLAC__seekable_stream_encoder_process_interleaved (pflac->fse, buff= er, writecount/psf->sf.channels)) -+#else -+ if (FLAC__stream_encoder_process_interleaved (pflac->fse, buffer, write= count/psf->sf.channels)) -+#endif - thiswrite =3D writecount ; - else - break ; -@@ -1131,10 +1335,17 @@ -=20 - if (psf->mode =3D=3D SFM_READ) - { FLAC__uint64 position ; -+#ifdef LEGACY_FLAC - if (FLAC__seekable_stream_decoder_seek_absolute (pflac->fsd, offset)) - { FLAC__seekable_stream_decoder_get_decode_position (pflac->fsd, &posit= ion) ; - return offset ; - } ; -+#else -+ if (FLAC__stream_decoder_seek_absolute (pflac->fsd, offset)) -+ { FLAC__stream_decoder_get_decode_position (pflac->fsd, &position) ; -+ return offset ; -+ } ; -+#endif -=20 - return ((sf_count_t) -1) ; - } ; --- audio/libsndfile/pkg-plist +++ audio/libsndfile/pkg-plist @@ -1,5 +1,9 @@ +bin/sndfile-cmp bin/sndfile-convert bin/sndfile-info +bin/sndfile-jackplay +bin/sndfile-metadata-get +bin/sndfile-metadata-set bin/sndfile-play bin/sndfile-regtest include/sndfile.h @@ -28,11 +32,6 @@ %%PORTDOCS%%%%DOCSDIR%%/octave.html %%PORTDOCS%%%%DOCSDIR%%/pkgconfig.html %%PORTDOCS%%%%DOCSDIR%%/sndfile_info.html +%%PORTDOCS%%%%DOCSDIR%%/tutorial.html %%PORTDOCS%%%%DOCSDIR%%/win32.html -share/octave/site/m/sndfile_load.m -share/octave/site/m/sndfile_play.m -share/octave/site/m/sndfile_save.m -@dirrmtry share/octave/site/m -@dirrmtry share/octave/site -@dirrmtry share/octave %%PORTDOCS%%@dirrm %%DOCSDIR%% --ujOy8a1yc0D9aEKa-- --ieONPShpRWd85B+o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkmOq6cACgkQ52SDGA2eCwXxtACeKM/oZuc+LUK6RJYlBGjk04Az jEcAn32kpcndJk4geIscCTtMtMQhA+aZ =oKcg -----END PGP SIGNATURE----- --ieONPShpRWd85B+o-- From owner-freebsd-multimedia@FreeBSD.ORG Sun Feb 8 17:09:25 2009 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67D0B1065674 for ; Sun, 8 Feb 2009 17:09:25 +0000 (UTC) (envelope-from mailnull@mips.inka.de) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mx1.freebsd.org (Postfix) with ESMTP id 1C1E88FC0C for ; Sun, 8 Feb 2009 17:09:24 +0000 (UTC) (envelope-from mailnull@mips.inka.de) Received: from mail-in-16-z2.arcor-online.net (mail-in-16-z2.arcor-online.net [151.189.8.33]) by mx.arcor.de (Postfix) with ESMTP id 548C72CE987 for ; Sun, 8 Feb 2009 18:09:18 +0100 (CET) Received: from mail-in-03.arcor-online.net (mail-in-03.arcor-online.net [151.189.21.43]) by mail-in-16-z2.arcor-online.net (Postfix) with ESMTP id 43CF12541AA for ; Sun, 8 Feb 2009 18:09:18 +0100 (CET) Received: from lorvorc.mips.inka.de (dslb-092-075-206-000.pools.arcor-ip.net [92.75.206.0]) by mail-in-03.arcor-online.net (Postfix) with ESMTPS id EEF632C3105 for ; Sun, 8 Feb 2009 18:09:17 +0100 (CET) X-DKIM: Sendmail DKIM Filter v2.6.0 mail-in-03.arcor-online.net EEF632C3105 Received: from lorvorc.mips.inka.de (localhost [127.0.0.1]) by lorvorc.mips.inka.de (8.14.3/8.14.3) with ESMTP id n18H9Hf1011815 for ; Sun, 8 Feb 2009 18:09:17 +0100 (CET) (envelope-from mailnull@lorvorc.mips.inka.de) Received: (from mailnull@localhost) by lorvorc.mips.inka.de (8.14.3/8.14.3/Submit) id n18H9HUW011814 for freebsd-multimedia@freebsd.org; Sun, 8 Feb 2009 18:09:17 +0100 (CET) (envelope-from mailnull) From: naddy@mips.inka.de (Christian Weisgerber) Date: Sun, 8 Feb 2009 17:09:17 +0000 (UTC) Message-ID: Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-multimedia@freebsd.org X-Virus-Scanned: ClamAV 0.94.2/8965/Sun Feb 8 15:42:44 2009 on mail-in-03.arcor-online.net X-Virus-Status: Clean Subject: XMMS vs S/PDIF passthrough? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2009 17:09:25 -0000 Setup: 8.0-CURRENT, snd_hda(4), S/PDIF output connected to AV receiver. What works: * MPlayer's AC-3/DTS passthrough for playing DVDs * XMMS's digital audio extraction for playing audio CDs What doesn't work: Using XMMS to play a DTS CD. The receiver fails to recognize the signal as DTS and interprets it as PCM 44.1 kHz => noise. Ripping a track and using XMMS to play the .wav produces the same result. For those who don't know, a DTS CD is just like a normal audio CD, except the audio stream isn't really the usual PCM but actually DTS. The CD player doesn't know or care, though, it can just pass the stream through the S/PDIF interface. No additional encapsulation, rate change, or other transformation needs to be performed. This should work _in principle_. (It also does on OpenBSD.) XMMS just needs to send the bit-exact digital audio stream and the receiver will take care of the DTS decoding. But somehow the audio data is munged along the way. Ideas? -- Christian "naddy" Weisgerber naddy@mips.inka.de From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 9 00:31:39 2009 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D39D106564A for ; Mon, 9 Feb 2009 00:31:39 +0000 (UTC) (envelope-from mark@foster.cc) Received: from QMTA08.emeryville.ca.mail.comcast.net (qmta08.emeryville.ca.mail.comcast.net [76.96.30.80]) by mx1.freebsd.org (Postfix) with ESMTP id 19FB58FC17 for ; Mon, 9 Feb 2009 00:31:39 +0000 (UTC) (envelope-from mark@foster.cc) Received: from OMTA12.emeryville.ca.mail.comcast.net ([76.96.30.44]) by QMTA08.emeryville.ca.mail.comcast.net with comcast id DWYw1b00N0x6nqcA8cFfeb; Mon, 09 Feb 2009 00:15:39 +0000 Received: from [192.168.1.246] ([71.227.202.191]) by OMTA12.emeryville.ca.mail.comcast.net with comcast id DcFf1b00T48GxyX8YcFfkC; Mon, 09 Feb 2009 00:15:39 +0000 Message-ID: <498F75AB.2000608@foster.cc> Date: Sun, 08 Feb 2009 16:15:39 -0800 From: Mark Foster User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: multimedia@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: ffmpeg vulnerability and version disparity X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2009 00:31:39 -0000 ffmpeg has 3 announced vulnerabilities in this past month. Here is just the latest... 09.6.23 CVE: Not Available Platform: Cross Platform Title: FFmpeg "libavformat/4xm.c" Remote Code Execution Description: FFmpeg is an application used to record, convert, and stream audio and video. The application is exposed to a remote code execution issue because it fails to adequately validate user-supplied input. This issue occurs in the "libavformat/4xm.c" source file, and occurs because of a NULL pointer dereference error. FFmpeg trunk revision versions prior to 16846 are vulnerable. Ref: http://www.trapkit.de/advisories/TKADV2009-004.txt Normally I would submit a vuxml entry, but not sure how to indicate the proper "fixed" version since the port uses *2008.07.27_7* while the fixed version is revision 16846. How do we reconcile this? -- Realization #2031: That the "meaning of life" is now just another Google search. Mark D. Foster http://mark.foster.cc/ | http://conshell.net/ From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 9 04:01:33 2009 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0749210656DC for ; Mon, 9 Feb 2009 04:01:33 +0000 (UTC) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.freebsd.org (Postfix) with ESMTP id CC96D8FC23 for ; Mon, 9 Feb 2009 04:01:32 +0000 (UTC) (envelope-from scrappy@hub.org) Received: from localhost (unknown [200.46.204.183]) by hub.org (Postfix) with ESMTP id 1623053BC40 for ; Sun, 8 Feb 2009 23:45:55 -0400 (AST) Received: from hub.org ([200.46.204.220]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 30103-04 for ; Sun, 8 Feb 2009 23:45:54 -0400 (AST) Received: by hub.org (Postfix, from userid 1002) id B083E53BC3E; Sun, 8 Feb 2009 23:45:54 -0400 (AST) Received: from localhost (localhost [127.0.0.1]) by hub.org (Postfix) with ESMTP id AF49E53BC2F for ; Sun, 8 Feb 2009 23:45:54 -0400 (AST) Date: Sun, 8 Feb 2009 23:45:54 -0400 (AST) From: "Marc G. Fournier" To: freebsd-multimedia@freebsd.org Message-ID: <20090208233835.S90262@hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: xorg && 7-current && ( kde || nvidia driver ) == desktop crash X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2009 04:01:33 -0000 Okay, I've exhausted every google search I can think of, and not getting anywhere, so now to ask ... Just upgraded my motherboard / CPU (old one fried out) ... picked up an ASUS P5Q with a Quad Core Intel CPU ... everything boots / runs fine, until I try and start up X ... If I use the 'nv' driver in my X conig file, and the twm window manager, everything starts up fine, I can load Firefox, etc, etc ... As soon as I switch from nv -> nvidia and start, the screen goes blank and the machine reboots ... If I switch from nvidia -> nv and use '/usr/local/kde4/bin/startkde', the screen goes blank, and the machine reboots ... I just installed icewm, and using that, everything loads up fine too ... So, I figure there is something that I'm either missing in my install, or that I've configured wrong that kde is trying to use, but I'm at a lose as to what ... Can anyone help? Thanks ... ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . scrappy@hub.org MSN . scrappy@hub.org Yahoo . yscrappy Skype: hub.org ICQ . 7615664 From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 9 07:26:07 2009 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A4041065675 for ; Mon, 9 Feb 2009 07:26:07 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id 5C5E68FC1E for ; Mon, 9 Feb 2009 07:26:07 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (unknown [92.116.224.100]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id C28DE8A000A; Mon, 9 Feb 2009 07:55:06 +0100 (CET) Message-ID: <498FD341.9000705@bsdforen.de> Date: Mon, 09 Feb 2009 07:54:57 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.19 (X11/20090110) MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: multimedia@FreeBSD.org Subject: libsdnfile build broken X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2009 07:26:07 -0000 To me it looks like there's an -I missing in front of the ./. See for yourselves: libtool: link: env CCACHE_PREFIX=/usr/local/bin/distcc /usr/local/bin/ccache cc -O2 -fno-strict-aliasing -pipe -march=nocona -std=gnu99 -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wbad-function-cast -Wwrite-strings -o test_main test_main.o test_conversions.o test_float.o test_endswap.o test_audio_detect.o test_log_printf.o test_file_io.o test_ima_oki_adpcm.o -L/usr/local/lib ./.libs/libcommon.a -lm Making all in Octave mkoctfile -v -I../src -c -o ./sndfile.o mkoctfile -v -I../src ./ -L../src/.libs -L../src -lsndfile -o ./sndfile.oct mkoctfile: unrecognized argument ./ *** Error code 1 Stop in /usr/obj/mobileKamikaze.norad/amd64/usr/ports/audio/libsndfile/work/libsndfile-1.0.18/Octave. *** Error code 1 Stop in /usr/obj/mobileKamikaze.norad/amd64/usr/ports/audio/libsndfile/work/libsndfile-1.0.18. *** Error code 1 Stop in /usr/ports/audio/libsndfile. Regards From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 9 11:06:55 2009 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89DDB106564A for ; Mon, 9 Feb 2009 11:06:55 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 755118FC24 for ; Mon, 9 Feb 2009 11:06:55 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n19B6tUj009186 for ; Mon, 9 Feb 2009 11:06:55 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n19B6sFG009182 for freebsd-multimedia@FreeBSD.org; Mon, 9 Feb 2009 11:06:54 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 9 Feb 2009 11:06:54 GMT Message-Id: <200902091106.n19B6sFG009182@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-multimedia@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-multimedia@FreeBSD.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2009 11:06:56 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/131447 multimedia [PATCH] multimedia/transcode: update to 1.1.0 o ports/131376 multimedia [patch] graphics/exiv2: update to version 0.18 o ports/131331 multimedia multimedia/ffmpeg: doc/texi2pod.pl bad perl path o ports/131322 multimedia [PATCH] audio/faad: install mp4ff library so that mpd o ports/131107 multimedia [PATCH] multimedia/mkvtoolnix: update to 2.4.1 o ports/130679 multimedia [PATCH] multimedia/gpac-libgpac: update to 0.4.5 o ports/130569 multimedia multimedia/gstreamer: gnome-volume-control menu item d o ports/130146 multimedia [PATCH] multimedia/transcode: update to 1.0.7 o ports/129800 multimedia Update port: multimedia/ffmpeg avoid crash in multimed o kern/129604 multimedia [pcm]: Sound stops with error: pcm0:virtual:dsp0.vp0: o ports/129085 multimedia [PATCH] multimedia/x264: update to 0.0.20081122 o ports/128730 multimedia [PATCH] multimedia/libquicktime: default LAME option t o ports/128680 multimedia [PATCH] multimedia/gavl: update to 1.0.1 o ports/128086 multimedia Add schroedinger (dirac) codec support for multimedia/ o ports/127672 multimedia multimedia/transcode won't compile with ImageMagick in o kern/127131 multimedia [bktr] /usr/src/sys/dev/bktr/bktr_os.c, line 469: wron o ports/127084 multimedia multimedia/linux-realplayer is vulnerable o ports/126668 multimedia [patch] multimedia/ffmpeg - quick and dirty symbol bui f ports/126043 multimedia multimedia/ffmpeg: ffplay returns Undefined symbol "pt o ports/126020 multimedia multimedia/transcode depends on wrong version of lzo o ports/126019 multimedia [patch] multimedia/transcode patch revision s kern/125756 multimedia [sound] [patch] cannot detect soft-modem on HDA bus f ports/124727 multimedia multimedia/gstreamer-ffmpeg 0.10.4_1 configure fails f ports/124501 multimedia multimedia/gstreamer-ffmpeg version 0.10.4_1 compile f o kern/124319 multimedia [snd_emu10k1] [regression] Cannot record from second c f ports/122922 multimedia [patch] multimedia/ffmpeg text output is mangled o ports/122305 multimedia multimedia/gstreame - gst-inspect-0.10 hangs when chec o kern/122086 multimedia [sound] maestro sound driver is working, but mixer ini o kern/121156 multimedia [sound] [patch] Turn on inverted external amplifier se o kern/120857 multimedia [snd_emu10k1] snd_emu10k1 driver issues a warning on u o kern/120780 multimedia [snd_hda] snd_hda doesn't work on Dell Latitutude D530 o kern/119973 multimedia [snd_maestro] snd_maestro only works after reload [reg o kern/119931 multimedia [sound] No sound card detected on ASUS "K8V-X SE R2.00 o kern/119759 multimedia [snd_emu10k1] Can not record anything with emu10k1 on o ports/118237 multimedia Ports: multimedia/ffmpeg fix configure option and add o ports/118168 multimedia [patch] multimedia/transcode - Add WITHOUT_X11 and WIT o kern/115666 multimedia [sound] Microphone does not work o kern/115300 multimedia [snd_hda] snd_hda(4) fails to attach on -CURRENT [regr o kern/114760 multimedia [snd_cmi] snd_cmi driver causing sporadic system hangs s kern/113950 multimedia [sound] [patch] [request] add per-vchan mixer support o kern/111767 multimedia [sound] ATI SB450 High Definition Audio Controller sou o kern/107516 multimedia [snd_emu10k1] - skips, clicks and lag after a day of h o kern/107051 multimedia [sound] only 2 channels output works for the ALC850 (o o kern/104874 multimedia [snd_emu10k1] kldload snd_emu10k1 hangs system o kern/104626 multimedia [sound] FreeBSD 6.2 does not support SoundBlaster Audi o kern/101417 multimedia [sound] 4-speakers output not possible on Asus A8V-Del o kern/100859 multimedia [snd_ich] snd_ich broken on GIGABYTE 915 system o kern/98752 multimedia [sound] Intel ich6 82801 FB - on Packard Bell A8810 la o kern/98504 multimedia [sound] Sound is distorted with SB Live 5.1 o kern/98496 multimedia [snd_ich] some functions don't work in my sound kernel o kern/98167 multimedia [sound] [es137x] [patch] ES1370 mixer volumes incorrec o kern/97609 multimedia [sound] Load Sound Module - VIA8233 - fails o kern/97535 multimedia [snd_mss] doesn't work in 6.0-RELEASE and above for Cr o kern/96538 multimedia [sound] emu10k1-driver inverts channels o kern/95086 multimedia [sound] uaudio line in problem with sbdm lx o kern/94279 multimedia [snd_neomagic] snd_neomagic crashes on FreeBSD 5.4 and o kern/93986 multimedia [sound] Acer TravelMate 4652LMi pcm0 channel dead o kern/92512 multimedia [sound] distorted mono output with emu10k1 o kern/87782 multimedia [sound] snd_t4dwave and pcm0:record:0: record interrup s kern/83697 multimedia [snd_mss] [patch] support, docs added for full-duplex, o kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work. o kern/81146 multimedia [sound] Sound isn't working AT ALL for Sis7012 onboard o kern/80632 multimedia [sound] pcm driver missing support for CMI8738 auxilla o kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: interrupt sto o kern/79905 multimedia [sound] sis7018 sound module problem o kern/79678 multimedia [sound] sound works except recording from any source f kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound nearly inaudible o kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestro-2E (still o o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I s kern/60599 multimedia [bktr] [partial patch] No sound for ATI TV Wonder (ste o kern/37600 multimedia [sound] [partial patch] t4dwave drive doesn't record. o kern/23546 multimedia [snd_csa] [patch] csa DMA-interrupt problem 72 problems total. From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 9 19:03:52 2009 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76303106566B for ; Mon, 9 Feb 2009 19:03:52 +0000 (UTC) (envelope-from david.marec@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id 3EB588FC21 for ; Mon, 9 Feb 2009 19:03:52 +0000 (UTC) (envelope-from david.marec@davenulle.org) Received: from david (128.56.92-79.rev.gaoland.net [79.92.56.128]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 82F69633301 for ; Mon, 9 Feb 2009 19:48:42 +0100 (CET) From: David Marec Organization: LaMienne To: multimedia@freebsd.org Date: Mon, 9 Feb 2009 19:48:41 +0100 User-Agent: KMail/1.9.10 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902091948.41352.david.marec@davenulle.org> Cc: Subject: Music player daemon refuses to terminate X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2009 19:03:53 -0000 Since a recent update, the mpd daemon does not stop when asked to; except if a client requests a connexion. # mdp --kill && telnet localhost 6600 -- http://www.freebsd.org/fr/ http://www.arcadehits.net/ http://www.diablotins.org/ From owner-freebsd-multimedia@FreeBSD.ORG Tue Feb 10 14:29:51 2009 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58A4B1065686 for ; Tue, 10 Feb 2009 14:29:51 +0000 (UTC) (envelope-from nwsadm@piekmarketing.eu) Received: from mail.piekmarketing.eu (mail.piekmarketing.eu [94.75.242.227]) by mx1.freebsd.org (Postfix) with ESMTP id AD66E8FC1E for ; Tue, 10 Feb 2009 14:29:50 +0000 (UTC) (envelope-from nwsadm@piekmarketing.eu) Received: from mail pickup service by mail.piekmarketing.eu with Microsoft SMTPSVC; Tue, 10 Feb 2009 14:05:52 +0100 X-Mailing-Software: Newsletter Manager Pro by www.dfsol.com X-SID: 788324IDEND thread-index: AcmLgE1SphHeX2urRKqrqw3TYxYsRw== Thread-Topic: Newsletter PIEK International Education Center I.E.C. From: "Piek International Education Centre \(I.E.C.\)" To: Date: Tue, 10 Feb 2009 14:05:52 +0100 Message-ID: <452138D6E5BB4BE48BD4B8070BEF5C91@ZRE001> MIME-Version: 1.0 X-Mailer: Microsoft CDO for Windows 2000 Content-Class: urn:content-classes:message Importance: normal Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325 X-OriginalArrivalTime: 10 Feb 2009 13:05:52.0654 (UTC) FILETIME=[4D5942E0:01C98B80] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Newsletter PIEK International Education Center I.E.C. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Piek International Education Centre \(I.E.C.\)" List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2009 14:29:52 -0000 From owner-freebsd-multimedia@FreeBSD.ORG Tue Feb 10 22:53:08 2009 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5029F106566C for ; Tue, 10 Feb 2009 22:53:08 +0000 (UTC) (envelope-from bounce-fl501-63031-108549032@mx21.eliteemail.com) Received: from mx21.eliteemail.com (mx21.eliteemail.com [208.116.4.21]) by mx1.freebsd.org (Postfix) with SMTP id D44D18FC14 for ; Tue, 10 Feb 2009 22:53:07 +0000 (UTC) (envelope-from bounce-fl501-63031-108549032@mx21.eliteemail.com) Received: (qmail 25435 invoked by uid 0); 10 Feb 2009 22:20:32 -0000 DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=vfpfoundation.eliteemail.com; s=default; h=Comment: DomainKey-Signature:Date:Message-ID:List:MIME-Version:Subject: Sender:Content-Type:Reply-To:To:From; b=AHDL43BmFJv2CTP7Vx7p9tBK dVjaDS2EVlzWccVJ1afxVZPbw5hMJ+D15HVWpAdu DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=vfpfoundation.eliteemail.com; s=default; h=Comment: DomainKey-Signature:Date:Message-ID:List:MIME-Version:Subject: Sender:Content-Type:Reply-To:To:From; bh=ktR9PobBxY/Q5q8AzFljdg0 jH0g=; b=NsvRQGRuqi0k2MLKDaV74YE3alkKRuoIq4gbJ4sffoR6fBDCBs0PpTP L3wX6QlJe Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=vfpfoundation.eliteemail.com; b=gHCKVORDWO9W2qlL9vmRBYMU2GTTbQN5WV2Z1HJQwfVc3V6xw1bCwW8rqB3Q4igc ; Date: 10 Feb 2009 22:20:32 -0000 Message-ID: <20090210222032.25433.qmail@mx21.eliteemail.com> List: FL/501.63031.108549032 X-IADB-IP-REVERSE: 21.4.116.208 X-IADB-IP: 208.116.4.21 MIME-Version: 1.0 Sender: "Fundação Vamos Falar Português" X-IADB-URL: http://www.isipp.com/iadb.php To: freebsd-multimedia@freebsd.org From: "Fundação Vamos Falar Português" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Carnaval Infantil VFP 2009 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Fundação Vamos Falar Português List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2009 22:53:08 -0000 [1]Voc=C3=AA est=C3=A1 tendo problemas para visualizar essa mensagem? Cl= ique aqui para ver na web. [2][logo.jpg]=20 Dia 14 de Fevereiro Carnaval Infantil VFP 2009 Confira as atra=C3=A7=C3=B5es do baile infantil!!!! M=C3=BAsica ao vivo com a banda RIPPE FITNESS CENTER=20 Convidado Especial CARLINHOS DO ACARAJ=C3=89 Pr=C3=AAmios para MELHOR PASSISTA=20 MELHOR FANTASIA=20 REI DO CARNAVAL=20 RAINHA DO CARNAVAL=20 PAI MAIS ANIMADO=20 M=C3=83E MAIS ANIMADA=20 14 de fevereiro 12:00 =C3=A0s 4:30 da tarde Clube Alem=C3=A3o 11919 SW 56th Street Miami - Fl - 33175 Carnaval (305) 804-5957 [3]Vamos Falar Portugu=C3=AAs [4]Visite o nosso portal Prepare sua fantasia que n=C3=B3s j=C3=A1 estamos aquecendo os tamborins= !!!! Flyer_Carnaval_2009_frente Flyer_Carnaval_2009_verso [5]Vamos Falar Portugu=C3=AAs _________________________________________________________________ _________________________________________________________________ [6]Envie esse LINK para um amigo(a) [7]One-Click Unsubscribe This email was sent to freebsd-multimedia@freebsd.org, by VFP@VAMOSFALARPORTUGUES.ORG [8]Update Address/Profile | [9]Unsubscribe | [10]Privacy Policy [11]Powe= red By EliteEmail.com=20 Funda=C3=A7=C3=A3o Vamos Falar Portugu=C3=AAs | 4079 NW 79th Avenue | Do= ral | Fl | US | 33166 References 1. http://www.eliteemail.com/emview.cgi?c=3D63031&b=3DFL/501&u=3D1085490= 32&ticket=3D53616c7465645f5f3f8bff86bc62a8eb7e96add07948763e32f4549f4e850a0= ef77a97c1b2270ded 2. http://www.eliteemail.com/clicktrack.cgi?cid=3D63031&url=3Dhttp%3A%2F= %2Fwww.vamosfalarportugues.org&u=3D108549032 3. mailto:vfp@vamosfalarportugues.org 4. http://www.eliteemail.com/clicktrack.cgi?cid=3D63031&url=3Dhttp%3A%2F= %2Fwww.vamosfalarportugues.org&u=3D108549032 5. http://www.eliteemail.com/clicktrack.cgi?cid=3D63031&url=3Dhttp%3A%2F= %2Fwww.vamosfalarportugues.org&u=3D108549032 6. http://www.eliteemail.com/forward.cgi?bid=3DFL/501&cid=3D63031&sid=3D= 108549032 7. http://www.eliteemail.com/addemail.cgi?action=3Dremove&email=3Dfreebs= d-multimedia@freebsd.org&bid=3DFL/501&ticket=3D53616c7465645f5f7e182df5242d= 5c6d3d1d498b246c33543fc94966f6d7f43a5ac40b58b9585584f8bbc9c0144d08be58dfd97= 02baa96d8 8. http://www.eliteemail.com/addemail.cgi?action=3Dsupform&email=3Dfreeb= sd-multimedia@freebsd.org&bid=3DFL/501&ticket=3D53616c7465645f5f7e182df5242= d5c6d3d1d498b246c33543fc94966f6d7f43a5ac40b58b9585584f8bbc9c0144d08be58dfd9= 702baa96d8 9. http://www.eliteemail.com/addemail.cgi?action=3Dremove&email=3Dfreebs= d-multimedia@freebsd.org&bid=3DFL/501&ticket=3D53616c7465645f5f7e182df5242d= 5c6d3d1d498b246c33543fc94966f6d7f43a5ac40b58b9585584f8bbc9c0144d08be58dfd97= 02baa96d8 10. http://www.eliteemail.com/EmailPrivacyPolicy.html 11. http://www.eliteemail.com/ From owner-freebsd-multimedia@FreeBSD.ORG Fri Feb 13 05:35:40 2009 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3978B106566B for ; Fri, 13 Feb 2009 05:35:40 +0000 (UTC) (envelope-from 1wkmmr@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.234]) by mx1.freebsd.org (Postfix) with ESMTP id 12A4C8FC1B for ; Fri, 13 Feb 2009 05:35:39 +0000 (UTC) (envelope-from 1wkmmr@gmail.com) Received: by rv-out-0506.google.com with SMTP id f6so612617rvb.43 for ; Thu, 12 Feb 2009 21:35:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=ZCvJglOEc/Ssh0hsOXj6CGHAfq852JHFjB/c83sfGv4=; b=yDBodKg6pTXF/rBrKv3nfXc+KOYG4F0XshVUtXw2H0O7chNE+nliyLPFp7M5aVWkKw lgdhhRvEdNYPGIcrFvUzcQNytf7qvs5v0mGu4wHXYyGtBCRih0vw1CDQxofbIp8zTzQ5 Vfv167QJ6ME9Bgf8fMLqg6GLmuk0WQcyocES8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=P9pnC3aozXG2t6bNCPnKMXBM8gnuDvDDfU2odlw97kOPRMketQrM6ld7lgYdZhpOTX SjhXXJXM16JaljOz6CV2oTnzCx0ZKwng5VYB2c0AaX8snEl0ar7PCVPcLeaOvr3KxSkX 5vyTO1CjKwwtNZT5+oSrhHyyyeDigUd/y2mRQ= MIME-Version: 1.0 Received: by 10.142.44.11 with SMTP id r11mr782262wfr.145.1234501384524; Thu, 12 Feb 2009 21:03:04 -0800 (PST) Date: Fri, 13 Feb 2009 14:03:04 +0900 Message-ID: <3518979e0902122103j6e13265ex4927398a7cf9202@mail.gmail.com> From: 1wkmmr@gmail.com To: multimedia@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: audio/libsndfile requires gmake X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2009 05:35:40 -0000 Hi, Re: # $FreeBSD: ports/audio/libsndfile/Makefile,v 1.40 2009/02/09 03:00:12 ahze Exp $ I'm trying to compile audio/libsndfile on 7-stable, but it always stops as follows: Making all in Octave mkoctfile -v -I../src -c -o ./sndfile.o mkoctfile -v -I../src ./ -L../src/.libs -L../src -lsndfile -o ./sndfile.oct mkoctfile: unrecognized argument ./ *** Error code 1 Stop in /mnt2/usr/ports/audio/libsndfile/work/libsndfile-1.0.18/Octave. *** Error code 1 Stop in /mnt2/usr/ports/audio/libsndfile/work/libsndfile-1.0.18. *** Error code 1 Stop in /mnt2/usr/ports/audio/libsndfile. *** Error code 1 Stop in /mnt2/usr/ports/audio/libsndfile. # Adding the following line into the Makefile solved the issue. USE_GMAKE= yes Cheers --- From owner-freebsd-multimedia@FreeBSD.ORG Fri Feb 13 14:11:59 2009 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B609106564A for ; Fri, 13 Feb 2009 14:11:59 +0000 (UTC) (envelope-from mariomartin43@rapidmail.sytes.net) Received: from mail-qy0-f29.google.com (mail-qy0-f29.google.com [209.85.221.29]) by mx1.freebsd.org (Postfix) with ESMTP id 5D2708FC28 for ; Fri, 13 Feb 2009 14:11:59 +0000 (UTC) (envelope-from mariomartin43@rapidmail.sytes.net) Received: by mail-qy0-f29.google.com with SMTP id 10so80785qyk.19 for ; Fri, 13 Feb 2009 06:11:59 -0800 (PST) Received: by 10.224.37.138 with SMTP id x10mr3314791qad.149.1234533366557; Fri, 13 Feb 2009 05:56:06 -0800 (PST) Received: from rapidmail.sytes.net ([190.48.3.178]) by mx.google.com with ESMTPS id 26sm113972qwa.42.2009.02.13.05.56.05 (version=SSLv3 cipher=RC4-MD5); Fri, 13 Feb 2009 05:56:05 -0800 (PST) Message-ID: <6435761fab5e22906cacf82027c1e514@rapidmail.sytes.net> From: "RapidMail" To: Date: Fri, 13 Feb 2009 11:55:46 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="WINDOWS-1252" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Ud. elige y decide cuando, cuanto y como... X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mariomartin43@rapidmail.sytes.net List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2009 14:11:59 -0000 Aprender ingl=E9s.=20 Aprendizaje Holistico=AE le propone hacerlo en un tiempo determinado, en = forma continua, todos los d=EDas, durante unas horas, en grupos reducidos, lo que reduce = la cantidad de horas=20 de clase a la mitad de lo empleado tradicionalmente, y le permite hablar = ingl=E9s en pocos=20 d=EDas, con un costo reducido=2E El m=E9todo de aprendizaje est=E1 dise=F1ado para quienes desean y = necesitan aprovechar su=20 tiempo, aprendiendo en forma r=E1pida, efectiva y manejarse bien con el = idioma, ya sea=20 por viajes, congresos, negocios, trabajos o por razones culturales=2E Cumpliendo con los requisitos m=EDnimos de asistencia, puntualidad y = compromiso grupal, lograr=E1 los objetivos de comunicarse en forma oral y escrita de acuerdo = al nivel realizado=2E Aproveche, consulte sobre nuestra super promo y descuentos de marzo! .... Consultar Si Ud. adquiere el curso y lo abona, pero quiere desistir, tiene el = derecho al reintegro del dinero abonado por las clases que no cursar=E1.=20 Si tiene dudas que te reintegremos el dinero, puede abonar por semana = adelantada=2E Salga de dudas curse los primeros 5 d=EDas y luego decida si contin=FAa. = M=E1s de 20.000=20 alumnos satisfechos Nos avalan..=2E Los cursos comienzan el jueves 5 de marzo=2E Ingl=E9s en 20 d=EDas?=20 (011) 4383-4412 de 10 a 19 hs=2E m=E1s informacion Pulse AQUI! y podremos informarte sobre las distintas promociones, las diferentes formas de = pago.=20 Te esperamos!! Departamento Alumnos=20 Nuestro lema es:=20 Cuando una persona m=E1s se r=EDe y m=E1s se equivoca m=E1s aprende.=20 26 a=F1os de experiencia en Superaprendizaje=AE, y 20.000 exalumnos,=20 Si desea eliminado del listado PULSE AQUI! From owner-freebsd-multimedia@FreeBSD.ORG Fri Feb 13 16:14:20 2009 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 949AB10656D9; Fri, 13 Feb 2009 16:14:20 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6A3748FC0A; Fri, 13 Feb 2009 16:14:20 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1DGEKcc021943; Fri, 13 Feb 2009 16:14:20 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1DGEK35021939; Fri, 13 Feb 2009 16:14:20 GMT (envelope-from linimon) Date: Fri, 13 Feb 2009 16:14:20 GMT Message-Id: <200902131614.n1DGEK35021939@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/131647: audio/libsndfile: Problem to build libsndfile-1.0.18 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2009 16:14:21 -0000 Old Synopsis: Problem to build libsndfile-1.0.18 New Synopsis: audio/libsndfile: Problem to build libsndfile-1.0.18 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: linimon Responsible-Changed-When: Fri Feb 13 16:13:37 UTC 2009 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=131647 From owner-freebsd-multimedia@FreeBSD.ORG Sat Feb 14 01:55:55 2009 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8886A106564A; Sat, 14 Feb 2009 01:55:55 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5DF6C8FC1A; Sat, 14 Feb 2009 01:55:55 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from freefall.freebsd.org (lwhsu@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1E1ttbL055321; Sat, 14 Feb 2009 01:55:55 GMT (envelope-from lwhsu@freefall.freebsd.org) Received: (from lwhsu@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1E1ttIw055317; Sat, 14 Feb 2009 01:55:55 GMT (envelope-from lwhsu) Date: Sat, 14 Feb 2009 01:55:55 GMT Message-Id: <200902140155.n1E1ttIw055317@freefall.freebsd.org> To: lwhsu@freebsd.org, lwhsu@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: lwhsu@FreeBSD.org Cc: Subject: Re: ports/130679: [PATCH] multimedia/gpac-libgpac: update to 0.4.5 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2009 01:55:55 -0000 Synopsis: [PATCH] multimedia/gpac-libgpac: update to 0.4.5 State-Changed-From-To: open->closed State-Changed-By: lwhsu State-Changed-When: Sat Feb 14 01:55:54 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=130679 From owner-freebsd-multimedia@FreeBSD.ORG Sat Feb 14 01:57:03 2009 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA6481065673; Sat, 14 Feb 2009 01:57:03 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AD7F38FC14; Sat, 14 Feb 2009 01:57:03 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from freefall.freebsd.org (lwhsu@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1E1v3eu055428; Sat, 14 Feb 2009 01:57:03 GMT (envelope-from lwhsu@freefall.freebsd.org) Received: (from lwhsu@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1E1v3ZT055424; Sat, 14 Feb 2009 01:57:03 GMT (envelope-from lwhsu) Date: Sat, 14 Feb 2009 01:57:03 GMT Message-Id: <200902140157.n1E1v3ZT055424@freefall.freebsd.org> To: lwhsu@freebsd.org, lwhsu@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: lwhsu@FreeBSD.org Cc: Subject: Re: ports/131107: [PATCH] multimedia/mkvtoolnix: update to 2.4.1 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2009 01:57:04 -0000 Synopsis: [PATCH] multimedia/mkvtoolnix: update to 2.4.1 State-Changed-From-To: open->closed State-Changed-By: lwhsu State-Changed-When: Sat Feb 14 01:57:03 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=131107 From owner-freebsd-multimedia@FreeBSD.ORG Sat Feb 14 02:00:08 2009 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB3911065672 for ; Sat, 14 Feb 2009 02:00:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B94FB8FC19 for ; Sat, 14 Feb 2009 02:00:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1E208eK055552 for ; Sat, 14 Feb 2009 02:00:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1E208dN055551; Sat, 14 Feb 2009 02:00:08 GMT (envelope-from gnats) Date: Sat, 14 Feb 2009 02:00:08 GMT Message-Id: <200902140200.n1E208dN055551@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/130679: commit references a PR X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2009 02:00:09 -0000 The following reply was made to PR ports/130679; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/130679: commit references a PR Date: Sat, 14 Feb 2009 01:55:59 +0000 (UTC) lwhsu 2009-02-14 01:55:45 UTC FreeBSD ports repository Modified files: multimedia/gpac-libgpac Makefile distinfo pkg-plist Log: - Update to 0.4.5 PR: ports/130679 Submitted by: lwhsu Revision Changes Path 1.15 +1 -1 ports/multimedia/gpac-libgpac/Makefile 1.8 +3 -3 ports/multimedia/gpac-libgpac/distinfo 1.7 +10 -6 ports/multimedia/gpac-libgpac/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-multimedia@FreeBSD.ORG Sat Feb 14 02:00:10 2009 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8ED3106564A for ; Sat, 14 Feb 2009 02:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B71038FC1D for ; Sat, 14 Feb 2009 02:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1E20Aol055605 for ; Sat, 14 Feb 2009 02:00:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1E20ALO055604; Sat, 14 Feb 2009 02:00:10 GMT (envelope-from gnats) Date: Sat, 14 Feb 2009 02:00:10 GMT Message-Id: <200902140200.n1E20ALO055604@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/131107: commit references a PR X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2009 02:00:11 -0000 The following reply was made to PR ports/131107; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/131107: commit references a PR Date: Sat, 14 Feb 2009 01:57:08 +0000 (UTC) lwhsu 2009-02-14 01:56:52 UTC FreeBSD ports repository Modified files: multimedia/mkvtoolnix Makefile distinfo Added files: multimedia/mkvtoolnix pkg-plist Log: - Update to 2.4.2 PR: ports/131107 Submitted by: lwhsu Revision Changes Path 1.46 +12 -30 ports/multimedia/mkvtoolnix/Makefile 1.23 +3 -3 ports/multimedia/mkvtoolnix/distinfo 1.4 +24 -0 ports/multimedia/mkvtoolnix/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"