From owner-freebsd-multimedia@FreeBSD.ORG Mon Aug 5 05:07:01 2013 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8F5337F1 for ; Mon, 5 Aug 2013 05:07:01 +0000 (UTC) (envelope-from robbak@gmail.com) Received: from mail-oa0-x235.google.com (mail-oa0-x235.google.com [IPv6:2607:f8b0:4003:c02::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5A5212864 for ; Mon, 5 Aug 2013 05:07:01 +0000 (UTC) Received: by mail-oa0-f53.google.com with SMTP id k18so5203030oag.40 for ; Sun, 04 Aug 2013 22:07:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=7q76BvfDEmCcFP2OHo9ybjwj+yNrK36muW507Ht1qKk=; b=f5oqyLNUMQo7UCBTVL0f//kIwOAHClNJi+O8jLqJUyS5an6ecXuO5dn/jPA+/i7zlc TDVzefrwSIiAWd4YS9vQ3s6J9SwDYQH8Yl9S64/Talmlu/GTuARHPJ7+22I/HzxP4SMX yE1JA1QxCNt6i/QjHXlw/kkogP8Jt/mU66XA+tbn8Sc8tvUMFcWqkkpI8inoPUJzh6ZR pAbqZD9TqGXkqq4j39AriuDLPipOQ/5B+++x6oxGhwG6TzAMj6jgeP9ywG32pMWGxMmP DXobVUClfc7fVlMMLKhpZLc2JgSqY8TXDIQ3eXPu0NWKIGd5C/0kEGDF0N8Y61A/KIkJ 3k2w== MIME-Version: 1.0 X-Received: by 10.182.71.38 with SMTP id r6mr12868121obu.64.1375679220666; Sun, 04 Aug 2013 22:07:00 -0700 (PDT) Sender: robbak@gmail.com Received: by 10.76.109.7 with HTTP; Sun, 4 Aug 2013 22:07:00 -0700 (PDT) In-Reply-To: <86k3l4pzog.fsf@freeenv.ad.medctr.ucla.edu> References: <86k3l4pzog.fsf@freeenv.ad.medctr.ucla.edu> Date: Mon, 5 Aug 2013 15:07:00 +1000 X-Google-Sender-Auth: cyHIdqWQFuR7rnOjm53HCZE47AM Message-ID: Subject: Re: Failed Build gstreamer-plugins-gl FreeBSD 9.1 From: Robert Backhaus To: Aric Gregson Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: multimedia@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Aug 2013 05:07:01 -0000 I had this issue too. Long story short, you have an old version of libvisual. The one you need is graphics/libvisual04. Remove graphics/libvisual (which probably isn't being referred to by any port) and it will build fine. On 6 July 2013 05:35, Aric Gregson wrote: > Hello, > > I am upgrading my ports from June 7 2013 to July 3 2013 and apparently > need to rebuild graphics/gstreamer-plugins-gl. I am consistently > receiving the following error: > > visual-gl.c:943: error: 'GstVisualGL' has no member named 'earliest_time' > visual-gl.c:961: error: 'GstVisualGL' has no member named 'width' > visual-gl.c:961: error: 'GstVisualGL' has no member named 'height' > visual-gl.c:966: error: 'GstVisualGL' has no member named 'width' > visual-gl.c:966: error: 'GstVisualGL' has no member named 'height' > visual-gl.c:968: error: 'GstVisualGL' has no member named 'width' > visual-gl.c:968: error: 'GstVisualGL' has no member named 'height' > visual-gl.c:969: error: 'GstVisualGL' has no member named 'width' > visual-gl.c:969: error: 'GstVisualGL' has no member named 'height' > visual-gl.c:973: error: 'GstVisualGL' has no member named 'duration' > visual-gl.c:979: error: 'GstVisualGL' has no member named 'spf' > visual-gl.c:983: error: 'GstVisualGL' has no member named 'adapter' > visual-gl.c:983: error: 'GstVisualGL' has no member named 'spf' > visual-gl.c: In function 'gst_visual_gl_change_state': > visual-gl.c:1017: warning: null format string > visual-gl.c:1089: error: 'GstVisualGL' has no member named 'width' > visual-gl.c:1089: error: 'GstVisualGL' has no member named 'height' > visual-gl.c:1111: warning: null format string > visual-gl.c: In function 'gst_visual_gl_actor_plugin_is_gl': > visual-gl.c:1142: warning: implicit declaration of function > 'VISUAL_ACTOR_PLUGIN' > visual-gl.c:1142: error: invalid type argument of '->' > visual-gl.c: In function 'plugin_init': > visual-gl.c:1183: warning: implicit declaration of function > 'visual_collection_size' > visual-gl.c:1183: warning: implicit declaration of function > 'VISUAL_COLLECTION' > gmake[3]: *** [libgstlibvisualgl_la-visual-gl.lo] Error 1 > gmake[3]: Leaving directory > `/usr/ports/graphics/gstreamer-plugins-gl/work/gst-plugins-gl-0.10.3/ext/libvisual' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory > `/usr/ports/graphics/gstreamer-plugins-gl/work/gst-plugins-gl-0.10.3/ext' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/usr/ports/graphics/gstreamer-plugins-gl/work/gst-plugins-gl-0.10.3' > gmake: *** [all] Error 2 > *** [do-build] Error code 1 > > Stop in /usr/ports/graphics/gstreamer-plugins-gl. > > > I am running: > > FreeBSD freeenv 9.1-STABLE FreeBSD 9.1-STABLE #0 r248590: Thu Mar 21 > 12:44:17 PDT 2013 root@freeenv:/usr/obj/usr/src/sys/GENERIC amd64 > > Any suggestions would be greatly appreciated. Also, if you need more > information please let me know. > > Thanks very much, Aric > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to " > freebsd-multimedia-unsubscribe@freebsd.org" > From owner-freebsd-multimedia@FreeBSD.ORG Mon Aug 5 11:06:49 2013 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 24620F68 for ; Mon, 5 Aug 2013 11:06:49 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 047F225A2 for ; Mon, 5 Aug 2013 11:06:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r75B6msw036148 for ; Mon, 5 Aug 2013 11:06:48 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r75B6m68036146 for freebsd-multimedia@FreeBSD.org; Mon, 5 Aug 2013 11:06:48 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 5 Aug 2013 11:06:48 GMT Message-Id: <201308051106.r75B6m68036146@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 Subject: Current problem reports assigned to freebsd-multimedia@FreeBSD.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Aug 2013 11:06:49 -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/181003 multimedia multimedia/gstreamer not build with clang o kern/180966 multimedia [snd_envy24] recording broken o ports/180906 multimedia [PATCH] multimedia/gpac-* update to 0.5.0 o ports/179942 multimedia [patch] multimedia/dvdstyler: uses wrong ffmpeg when m o ports/179799 multimedia Fix multimedia/mjpegtools on powerpc o ports/179701 multimedia [PATCH] multimedia/gstreamer: Add NLS, trim pkg-plist o ports/179121 multimedia [PATCH] graphics/exiftags: Convert to OptionsNG o kern/178671 multimedia [snd_hda] snd_hda stops working as soon as X starts o ports/178273 multimedia multimedia/gstreamer-plugins: It's hava no package of o ports/177532 multimedia multimedia/gstreamer-plugins-* ports missing dependenc o ports/177281 multimedia multimedia/avidemux2 does not compile o ports/175940 multimedia multimedia/gstreamer-plugins-good add missing dependen o kern/175306 multimedia [snd_hda] snd_hda does not produce 7.1 sound on ALC892 o kern/175220 multimedia [sound] sound stopping: play interrupt timeout, channe f ports/175008 multimedia audio/gstreamer-plugins-soundtouch C++ compiler error o kern/174828 multimedia [sound] [snd_emu10kx]: "Creative SB PCI512 [CT4790]" i o kern/174796 multimedia [emu10kx]: Audigy ZS driver produce strange noises o kern/174573 multimedia [snd_hda] headphones on front panel not working anymor o ports/174287 multimedia multimedia/gstreamer-plugins-good fails to compile wit o ports/173741 multimedia multimedia/dirac fails to compile with clang o ports/172185 multimedia multimedia/vlc build fail with gmake core dump at modu o ports/172128 multimedia building multimedia/vlc fails o kern/171937 multimedia [pcm] Notebook Toshiba Satellite C850-B1K and problem o ports/171888 multimedia [PATCH] multimedia/gpac-libgpac: update to 0.5.0,1 o ports/171248 multimedia multimedia/win32-codecs: Fix pkg-plist o ports/170517 multimedia [patch] Correct audio/jack Dependency Declaration o ports/170032 multimedia Some ports not bumped after libogg update o kern/162181 multimedia [snd_emu10k1] [patch] The kernel sound driver module s o ports/161783 multimedia [PATCH] multimedia/gpac-libgpac: Fix build with gcc46 o ports/161568 multimedia [PATCH] audio/libsamplerate: samplerate.h has comma at o kern/159236 multimedia [pcm] [patch] set PCM_CAP_DEFAULT for the default snd o kern/158979 multimedia [snd_uadio] snd_uaudio fails to initialize built-in mi o kern/158542 multimedia [snd_hda] hdac0: hdac_get_capabilities: Invalid corb s o stand/157050 multimedia OSS implementation lacks AFMT_FLOAT o kern/156198 multimedia [snd_hda] [hang] loading snd_hda kernel module hangs s o kern/156165 multimedia [hdac] Missing card definition for hdac audio device, o ports/153846 multimedia graphics/libcaca 0.99.beta17 - Hidden dependency on Xl a ports/153735 multimedia multimedia/vlc: install error: `Permission denied' for o kern/152622 multimedia [pcm] uaudio recording problem o kern/152500 multimedia [hdac] play interrupt timeout, channel dead f ports/150502 multimedia multimedia/gpac-libgpac 0.4.5_4,1 fails to compile on o kern/150284 multimedia [snd_hda] No gain with Audio o kern/149943 multimedia [pcm]: CS4236 audio problem o kern/147504 multimedia [oss] [panic] panic: dev_pager_getpage: map function r o kern/146031 multimedia [snd_hda] race condition when kldunload snd_hda sound o kern/144659 multimedia [pcm] The distortion of the sound playback of music at o kern/143505 multimedia [pcm] FreeBSD 8.0-RELEASE (x64) won't make sound card o kern/141826 multimedia [snd_hda] load of snd_hda module fails o kern/140591 multimedia [PATCH][sound] No sound output on lineout/headphone ja o kern/137589 multimedia [snd_uaudio] snd_uaudio.ko (USB audio driver) doesn't o kern/134767 multimedia [sound] [snd_hda] [regression] Sigmatel STAC9205X no s o kern/132848 multimedia [sound] [snd_emu10kx] driver problem with card init, s o kern/132511 multimedia [sound] [snd_hda] Probing ALC888 codec on ASRock K10N7 o kern/129604 multimedia [sound] Sound stops with error: pcm0:virtual:dsp0.vp0: o kern/127131 multimedia [bktr] /usr/src/sys/dev/bktr/bktr_os.c, line 469: wron s kern/125756 multimedia [sound] [patch] cannot detect soft-modem on HDA bus o kern/124319 multimedia [sound] [snd_emu10k1] [regression] Cannot record from o kern/122086 multimedia [sound] maestro sound driver is working, but mixer ini o kern/120857 multimedia [sound] [snd_emu10k1] snd_emu10k1 driver issues a warn o kern/120780 multimedia [sound] [snd_hda] snd_hda doesn't work on Dell Latitut o kern/119973 multimedia [sound] [snd_maestro] [regression] snd_maestro only wo o kern/119931 multimedia [sound] No sound card detected on ASUS "K8V-X SE R2.00 o kern/119759 multimedia [sound] [snd_emu10k1] [regression] Can not record anyt o kern/115300 multimedia [sound] [snd_hda] [regression] snd_hda(4) fails to att o kern/114760 multimedia [sound] [snd_cmi] snd_cmi driver causing sporadic syst o kern/111767 multimedia [sound] ATI SB450 High Definition Audio Controller sou o kern/107516 multimedia [sound] [snd_emu10k1] - skips, clicks and lag after a o kern/107051 multimedia [sound] only 2 channels output works for the ALC850 (o o kern/104874 multimedia [sound] [snd_emu10k1] kldload snd_emu10k1 hangs system o kern/101417 multimedia [sound] 4-speakers output not possible on Asus A8V-Del o kern/100859 multimedia [sound] [snd_ich] snd_ich broken on GIGABYTE 915 syste 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 [sound] [snd_ich] some functions don't work in my soun o kern/97609 multimedia [sound] Load Sound Module - VIA8233 - fails o kern/97535 multimedia [sound] [snd_mss] doesn't work in 6.0-RELEASE and abov 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 [sound] [snd_neomagic] snd_neomagic crashes on FreeBSD 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 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 o conf/75137 multimedia [sound] add snd_* modules support to /etc/rc.d/mixer 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 [sound] [snd_csa] [patch] csa DMA-interrupt problem 95 problems total. From owner-freebsd-multimedia@FreeBSD.ORG Wed Aug 7 17:19:20 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6F68372E for ; Wed, 7 Aug 2013 17:19:20 +0000 (UTC) (envelope-from sean_bruno@yahoo.com) Received: from nm27-vm5.bullet.mail.ne1.yahoo.com (nm27-vm5.bullet.mail.ne1.yahoo.com [98.138.91.249]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E70F729F8 for ; Wed, 7 Aug 2013 17:19:18 +0000 (UTC) Received: from [98.138.226.179] by nm27.bullet.mail.ne1.yahoo.com with NNFMP; 07 Aug 2013 17:19:12 -0000 Received: from [98.138.226.129] by tm14.bullet.mail.ne1.yahoo.com with NNFMP; 07 Aug 2013 17:19:12 -0000 Received: from [127.0.0.1] by smtp216.mail.ne1.yahoo.com with NNFMP; 07 Aug 2013 17:19:12 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1375895952; bh=AVe9D7Q/5N4Xg/mhRNaSGqE2sp3v6T+d/tDHTN2hZZA=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Subject:From:Reply-To:To:Content-Type:Date:Message-ID:Mime-Version:X-Mailer; b=TAYZkU8WIEAX4XljbJ1JqXu3ZOq1I0B4KpelAixgcXma7i1izJzFlWwfhI3vL8+ZGE6iP89jggh4c3N9bYApTdq8TpDoP51vnUn2Fxx9stag/a1RI+uzlK/AuPE+d6mfvZh6j9nVlDLgnrrMlqAv79aUZrxlEuu8F7rB6CmyjLw= X-Yahoo-Newman-Id: 215621.38549.bm@smtp216.mail.ne1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: pwgW49gVM1m8NvF8Ti7qch8vq3aoVFl3gVua86mBgdOZnNp mr8CSCnv0roNQi3G7KYthOngaZ0E5sNNOD63fp5JPGziQfckFG1kAwEDnmAj YqKBqIcyChGQn9sndl2aQCeLwEu7EnaogJKfNl.n_BjusHDjGhy0liJL8W.a 6FkGcLwcfegirKzJ450u0jkv.tXKaHB.H4hWvSU1jTe6RVCYZGsGN90_zSJP 10mBwl0K6n5a1809DiB8GqEiZKmUGaAauE57hoUy3TqA5wskh8rfpiuvsXYR p0NyoOSA8nSAfCg28UTYCd_27kEMR9DP24EYJyXlI91fteDfqGzkdVmAqlpc 2YH1d.HteuMHbqhFeYs2m1._twvEYapbw1vUDVRB8xzY5FxiDEIiWGVcv8e6 86WJ6XEq1BMJR7xGAvrWIQSSQ9zPMeeJ_27awWxwNwWWXMwYvM9hwMsy99_D s8EDn5.J5pXJNenMmKfs.zIWjdOwNZgUBH01hulyRvDauawV2i1J0OchYFfy 52TL9szI97ntoMbZsYsTBAvyZdYHAw54UhxLr8CGZEASTLwjb92Pojtes X-Yahoo-SMTP: u5BKR6OswBC_iZJVfGRoMkTIpc8pEA4- X-Rocket-Received: from [192.168.1.210] (sean_bruno@71.202.40.63 with ) by smtp216.mail.ne1.yahoo.com with SMTP; 07 Aug 2013 10:19:12 -0700 PDT Subject: JACK From: Sean Bruno To: freebsd-multimedia Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-LDD+zghxUJfeD3jO0Jxs" Date: Wed, 07 Aug 2013 10:19:10 -0700 Message-ID: <1375895950.1542.26.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: sbruno@freebsd.org List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Aug 2013 17:19:20 -0000 --=-LDD+zghxUJfeD3jO0Jxs Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Is there any current audio port that is know to work with JACK at the moment on FreeBSD? I'm working on my port of IDJC to bsd and wanted to start with a known working audio application so I can verify my JACK settings first. Sean --=-LDD+zghxUJfeD3jO0Jxs Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (FreeBSD) iQEcBAABAgAGBQJSAoGOAAoJEBkJRdwI6BaHbKwH/iy2Whr9fZX0BEVvwmOndOyf vdWe6dzi7qKQ9IZVP+I6gXvLDRAE2tabw51Fdng9+xY29Ohw/Y3bsBStoyNs8eLE h67jigmHzZmXIGxlnFkdMKFmXkq6hvBfklviRGQTVc9kOqEkcBk0NeRt/zXmfrMs 8O59y/swu+ypnCki0kH2W+QXTVll6rsDC90fVYWz6bWM49asndTAvI13UfMSuQir ca4FnBF+gYWRK69O3Dj6JVZfHvEYmlUgYshmAG/NxWBD9N6o3psMe452nFXMUUWR beefj2oToXuxqwB/Bvte5h2rIc3RJbpdmpehxZA9E0WCG/3lZ5an9gRx/ZfgrDw= =4prD -----END PGP SIGNATURE----- --=-LDD+zghxUJfeD3jO0Jxs-- From owner-freebsd-multimedia@FreeBSD.ORG Wed Aug 7 18:38:19 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4FCB34E3 for ; Wed, 7 Aug 2013 18:38:19 +0000 (UTC) (envelope-from Mathias.Picker@virtual-earth.de) Received: from www94.your-server.de (www94.your-server.de [213.133.104.94]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0F7CC2F73 for ; Wed, 7 Aug 2013 18:38:18 +0000 (UTC) Received: from [92.230.240.178] (helo=[192.168.178.33]) by www94.your-server.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.74) (envelope-from ) id 1V78Nk-0000Sj-Dd for freebsd-multimedia@freebsd.org; Wed, 07 Aug 2013 20:22:48 +0200 Subject: Re: JACK From: Mathias Picker To: freebsd-multimedia@freebsd.org In-Reply-To: <1375895950.1542.26.camel@localhost> References: <1375895950.1542.26.camel@localhost> Content-Type: text/plain; charset="UTF-8" Organization: virtual earth GmbH Date: Wed, 07 Aug 2013 20:22:44 +0200 Message-ID: <1375899764.86478.21.camel@mp> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Authenticated-Sender: Mathias.Picker@virtual-earth.de X-Virus-Scanned: Clear (ClamAV 0.97.6/17638/Wed Aug 7 13:56:17 2013) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Aug 2013 18:38:19 -0000 Am Mittwoch, den 07.08.2013, 10:19 -0700 schrieb Sean Bruno: > Is there any current audio port that is know to work with JACK at the > moment on FreeBSD? I'm working on my port of IDJC to bsd and wanted to > start with a known working audio application so I can verify my JACK > settings first. I've used these and the ardour beta, but just for a very simple recording for myself: hydrogen, fluidsynth linuxsampler zynaddsubfx > > Sean Mathias From owner-freebsd-multimedia@FreeBSD.ORG Wed Aug 7 21:00:16 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 04BC7E7A for ; Wed, 7 Aug 2013 21:00:16 +0000 (UTC) (envelope-from hans.petter.selasky@bitfrost.no) Received: from mta.bitpro.no (mta.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id 86E982928 for ; Wed, 7 Aug 2013 21:00:15 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta.bitpro.no (Postfix) with ESMTP id 6F51C7A171; Wed, 7 Aug 2013 23:00:13 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 08A368F23D6; Wed, 7 Aug 2013 23:00:21 +0200 (CEST) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Xyq6AUbmw1nk; Wed, 7 Aug 2013 23:00:20 +0200 (CEST) Received: from mail.lockless.no (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 268238F23D5; Wed, 7 Aug 2013 23:00:20 +0200 (CEST) Subject: RE: JACK From: =?utf-8?Q?Hans_Petter_Selasky?= To: =?utf-8?Q?Mathias_Picker?= , =?utf-8?Q?freebsd-multimedia=40freebsd=2Eorg?= Date: Wed, 7 Aug 2013 23:00:20 +0200 Mime-Version: 1.0 In-Reply-To: <1375899764.86478.21.camel@mp> References: <1375895950.1542.26.camel@localhost> X-Priority: 3 (Normal) X-Mailer: Zarafa 7.1.4-41394 Message-Id: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Aug 2013 21:00:16 -0000 + audio/midipp (Need to compile audio/libumidi with JACK support)=0D=0A=0D= =0A--HPS=0D=0A=C2=A0=0D=0A-----Original message-----=0D=0A> From:Mathias = Picker >=0D=0A> Sent: Wednesday 7th August 2013 20:38=0D=0A> To: freebsd= -multimedia@freebsd.org =20=0D=0A>= Subject: Re: JACK=0D=0A>=20=0D=0A> Am Mittwoch, den 07.08.2013, 10:19 -0= 700 schrieb Sean Bruno:=0D=0A> > Is there any current audio port that is = know to work with JACK at the=0D=0A> > moment on FreeBSD=3F I'm working = on my port of IDJC to bsd and wanted to=0D=0A> > start with a known worki= ng audio application so I can verify my JACK=0D=0A> > settings first.=0D=0A= >=20=0D=0A> I've used these and the ardour beta, but just for a very simp= le=0D=0A> recording for myself:=0D=0A>=20=0D=0A> hydrogen, fluidsynth lin= uxsampler zynaddsubfx=0D=0A>=20=0D=0A> >=20=0D=0A> > Sean=0D=0A>=20=0D=0A= > Mathias=0D=0A>=20=0D=0A> ______________________________________________= _=0D=0A> freebsd-multimedia@freebsd.org mailing list=0D=0A> http://lists.freebsd.org/mailman/listinfo/fre= ebsd-multimedia =20=0D=0A> To unsubscribe, send any mail to "freebsd-multimedia-unsu= bscribe@freebsd.org "= =0D=0A>=20=0D=0A=0D=0A From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 9 12:53:02 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C9D0AF04 for ; Fri, 9 Aug 2013 12:53:02 +0000 (UTC) (envelope-from marcelbonnet@gmail.com) Received: from mail-ve0-x22b.google.com (mail-ve0-x22b.google.com [IPv6:2607:f8b0:400c:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8AF1F2600 for ; Fri, 9 Aug 2013 12:53:02 +0000 (UTC) Received: by mail-ve0-f171.google.com with SMTP id pa12so3906925veb.2 for ; Fri, 09 Aug 2013 05:53:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=PbWjV281wwhQOiZfmGH4UQLOTuUgDk0hHsuTL5S3Jus=; b=zGe3JfCCkX6WQaG5KCraPAQuz5bmP1Iu0qsNTfDyYbL3q9fXcprn8s10wUG1RY/EO/ 7f8Q5zA+Ny2g040f8h4pcit42eD9o40qtjK2hPOK3fZtiwNt8m98TVPaEZA8n6/AIenG OlWSWErXxyjy0KzvfGmFNhK9SbcMYovPzLf48S+AZdN7E7nyUkecLxHczcQffteNDblD 6NRPwtXwpOq6eUnxmfXMSKwfJwR2wKx1RijApl5XOCf9ycH8YzfPjPEET705TcS1iOMr i5yniwF8IkWWNnN5it4bwngSQjiqrXOozCFxvnzt+VgXM46uKP6ZsNWEddMs2P83EoI9 pCqw== MIME-Version: 1.0 X-Received: by 10.52.109.69 with SMTP id hq5mr4799387vdb.85.1376052781759; Fri, 09 Aug 2013 05:53:01 -0700 (PDT) Received: by 10.59.7.10 with HTTP; Fri, 9 Aug 2013 05:53:01 -0700 (PDT) In-Reply-To: References: <1375895950.1542.26.camel@localhost> <1375899764.86478.21.camel@mp> Date: Fri, 9 Aug 2013 09:53:01 -0300 Message-ID: Subject: Re: JACK From: Marcel Bonnet To: sean_bruno@yahoo.com Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-multimedia@freebsd.org" , Hans Petter Selasky X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Aug 2013 12:53:02 -0000 On 7 August 2013 18:00, Hans Petter Selasky wrote: > + audio/midipp (Need to compile audio/libumidi with JACK support) > > --HPS > > -----Original message----- >> From:Mathias Picker > >> Sent: Wednesday 7th August 2013 20:38 >> To: freebsd-multimedia@freebsd.org >> Subject: Re: JACK >> >> Am Mittwoch, den 07.08.2013, 10:19 -0700 schrieb Sean Bruno: >> > Is there any current audio port that is know to work with JACK at the >> > moment on FreeBSD? I'm working on my port of IDJC to bsd and wanted to >> > start with a known working audio application so I can verify my JACK >> > settings first. >> >> I've used these and the ardour beta, but just for a very simple >> recording for myself: >> >> hydrogen, fluidsynth linuxsampler zynaddsubfx >> >> > >> > Sean >> >> Mathias >> Some Audio Recording Apps I use with jack: - audio/audacity (you have to change the audio source in properties menu ) - audio/ardour (version 2) or my port of ardour 3.3 here: http://www.monovox.org/freebsd/ardour/ardour-3.3 - audio/ecasound (command line, works with jack) -- Marcel Bonnet www.monovox.org From owner-freebsd-multimedia@FreeBSD.ORG Sat Aug 10 12:00:09 2013 Return-Path: Delivered-To: freebsd-multimedia@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 899E819E; Sat, 10 Aug 2013 12:00:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 613DB2812; Sat, 10 Aug 2013 12:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7AC09nv083716; Sat, 10 Aug 2013 12:00:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7AC09h3083715; Sat, 10 Aug 2013 12:00:09 GMT (envelope-from edwin) Date: Sat, 10 Aug 2013 12:00:09 GMT Message-Id: <201308101200.r7AC09h3083715@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181213: [patch] audio/twolame: add ftp/curl dependency X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Aug 2013 12:00:09 -0000 Synopsis: [patch] audio/twolame: add ftp/curl dependency Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Sat Aug 10 12:00:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181213