From owner-freebsd-multimedia@freebsd.org Sun Mar 20 22:00:27 2016 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D8D4ACE5F1 for ; Sun, 20 Mar 2016 22:00:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 77E58BF0 for ; Sun, 20 Mar 2016 22:00:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 774AFACE5F0; Sun, 20 Mar 2016 22:00:27 +0000 (UTC) Delivered-To: multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76EADACE5EF for ; Sun, 20 Mar 2016 22:00:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67393BEF for ; Sun, 20 Mar 2016 22:00:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2KM0Rfe048279 for ; Sun, 20 Mar 2016 22:00:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 207725] audio/jack: jackd audio server doesn't work under 11.x Date: Sun, 20 Mar 2016 22:00:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: allcoms@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Mar 2016 22:00:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207725 --- Comment #5 from Dan MacDonald --- % gdb --args jackd -r -v -d dummy GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain condition= s. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"... (gdb) run Starting program: /usr/local/bin/jackd -r -v -d dummy [New LWP 101050] jackd 0.124.1 Copyright 2001-2009 Paul Davis, Stephane Letz, Jack O'Quinn, Torben Hohn and others. jackd comes with ABSOLUTELY NO WARRANTY This is free software, and you are welcome to redistribute it under certain conditions; see the file COPYING for details getting driver descriptor from /usr/local/lib/jack/jack_dummy.so [New Thread 801815000 (LWP 101050/jackd)] getting driver descriptor from /usr/local/lib/jack/jack_net.so getting driver descriptor from /usr/local/lib/jack/jack_oss.so JACK compiled with System V SHM support. server `default' registered registered builtin port type 32 bit float mono audio registered builtin port type 8 bit raw midi clock source =3D system clock via clock_gettime loading driver .. new client: dummy_pcm, uuid =3D 8589934593 type 1 @ 0x801878000 fd =3D -1 creating dummy driver ... dummy_pcm|48000|1024|21333|2|2 start poll on 3 fd's new buffer size 1024 resizing port buffer segment for type 0, one buffer =3D 4096 bytes resizing port buffer segment for type 1, one buffer =3D 2048 bytes registered port system:capture_1, offset =3D 4096 registered port system:capture_2, offset =3D 8192 registered port system:playback_2, offset =3D 0 ++ jack_sort_graph Program received signal SIGBUS, Bus error. [Switching to Thread 801815000 (LWP 101050/jackd)] jack_client_handle_latency_callback (client=3D0x801883000, event=3D0x7fffff= ffd1a0, is_driver=3D1) at ../libjack/client.c:710 710 client->latency_cb ( mode, client->latency_cb_arg); Current language: auto; currently minimal (gdb) bt #0 jack_client_handle_latency_callback (client=3D0x801883000, event=3D0x7fffffffd1a0, is_driver=3D1) at ../libjack/client.c:710 #1 0x00000008008343f8 in jack_deliver_event (engine=3D0x80186a000, client=3D0x801877000, event=3D0x7fffffffd1a0) at engine.c:3014 #2 0x0000000800834d5c in jack_compute_new_latency (engine=3D0x80186a000) at engine.c:3509 #3 0x00000008008349d2 in jack_sort_graph (engine=3D0x80186a000) at engine.= c:3568 #4 0x000000080083d0f5 in jack_client_activate (engine=3D0x80186a000, id=3D8589934593) at clientengine.c:999 #5 0x000000080083077b in do_request (engine=3D0x80186a000, req=3D0x7ffffff= fd720, reply_fd=3D0x0) at engine.c:1236 #6 0x000000080083062c in internal_client_request (ptr=3D0x80186a000, request=3D0x7fffffffd720) at engine.c:1388 #7 0x0000000800843357 in jack_client_deliver_request (client=3D0x801883000, req=3D0x7fffffffd720) at ../libjack/client.c:323 #8 0x000000080084762c in jack_activate (client=3D0x801883000) at ../libjack/client.c:2420 #9 0x0000000801c01808 in dummy_driver_attach (driver=3D0x801814300) at dummy_driver.c:321 #10 0x000000080084a18d in jack_driver_nt_attach (driver=3D0x801814300, engine=3D0x80186a000) at ../libjack/driver.c:90 #11 0x00000008008303d1 in jack_use_driver (engine=3D0x80186a000, driver=3D0x801814300) at engine.c:4244 #12 0x0000000800830136 in jack_engine_load_driver (engine=3D0x80186a000, driver_desc=3D0x801815500, driver_params=3D0x0) at engine.c:1036 #13 0x000000000040410b in jack_main (driver_desc=3D0x801815500, driver_params=3D0x0, slave_names=3D0x0, load_list=3D0x0) at jackd.c:314 #14 0x0000000000403237 in main (argc=3D5, argv=3D0x7fffffffe778) at jackd.c= :1019 (gdb) --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-multimedia@freebsd.org Mon Mar 21 17:05:26 2016 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFBF8AD7530 for ; Mon, 21 Mar 2016 17:05:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id BAFAF7E0 for ; Mon, 21 Mar 2016 17:05:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id B6CAFAD752D; Mon, 21 Mar 2016 17:05:26 +0000 (UTC) Delivered-To: multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6774AD752C for ; Mon, 21 Mar 2016 17:05:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7A007DE for ; Mon, 21 Mar 2016 17:05:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2LH5Qc0077159 for ; Mon, 21 Mar 2016 17:05:26 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: maintainer-feedback requested: [Bug 208185] [multimedia/vlc] Qt5 version is completely broken Date: Mon, 21 Mar 2016 17:05:26 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Mar 2016 17:05:26 -0000 David Chisnall has reassigned Bugzilla Automation 's request for maintainer-feedback to multimedia@FreeBSD.org: Bug 208185: [multimedia/vlc] Qt5 version is completely broken https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208185 --- Description --- With the Qt5 option enabled, vlc: - Does not accept mouse input on the image (double clicking to switch betw= een window and full-screen mode doesn't work, neither does using the mouse for = DVD menu navigation) - Crops videos in full-screen mode (see: https://trac.videolan.org/vlc/ticket/16476 ) I spent several hours trying to debug these problems before discovering that simply replacing the vlc package with vlc-qt4 makes them go away. The Qt5 option should not have been enabled by default for the package. From owner-freebsd-multimedia@freebsd.org Mon Mar 21 17:05:27 2016 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22286AD753B for ; Mon, 21 Mar 2016 17:05:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 0D4617E4 for ; Mon, 21 Mar 2016 17:05:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 0CA30AD7539; Mon, 21 Mar 2016 17:05:27 +0000 (UTC) Delivered-To: multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C578AD7538 for ; Mon, 21 Mar 2016 17:05:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F12E17E3 for ; Mon, 21 Mar 2016 17:05:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2LH5Qc4077159 for ; Mon, 21 Mar 2016 17:05:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 208185] [multimedia/vlc] Qt5 version is completely broken Date: Mon, 21 Mar 2016 17:05:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: theraven@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Mar 2016 17:05:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208185 Bug ID: 208185 Summary: [multimedia/vlc] Qt5 version is completely broken Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: multimedia@FreeBSD.org Reporter: theraven@FreeBSD.org Flags: maintainer-feedback?(multimedia@FreeBSD.org) Assignee: multimedia@FreeBSD.org With the Qt5 option enabled, vlc: - Does not accept mouse input on the image (double clicking to switch betw= een window and full-screen mode doesn't work, neither does using the mouse for = DVD menu navigation) - Crops videos in full-screen mode (see: https://trac.videolan.org/vlc/ticket/16476 ) I spent several hours trying to debug these problems before discovering that simply replacing the vlc package with vlc-qt4 makes them go away. The Qt5 option should not have been enabled by default for the package. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-multimedia@freebsd.org Wed Mar 23 15:32:48 2016 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 807FFADB075 for ; Wed, 23 Mar 2016 15:32:48 +0000 (UTC) (envelope-from filamanweb@s17508481.onlinehome-server.info) Received: from s17508481.onlinehome-server.info (s17508481.onlinehome-server.info [IPv6:2001:8d8:8f7:ad00::56:fe3d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3377E1C47 for ; Wed, 23 Mar 2016 15:32:48 +0000 (UTC) (envelope-from filamanweb@s17508481.onlinehome-server.info) Received: by s17508481.onlinehome-server.info (Postfix, from userid 10008) id D2106233E4; Wed, 23 Mar 2016 16:32:42 +0100 (CET) To: freebsd-multimedia@freebsd.org Subject: Notice to Appear in Court X-PHP-Originating-Script: 10008:post.php(6) : regexp code(1) : eval()'d code(17) : eval()'d code Date: Wed, 23 Mar 2016 16:32:42 +0100 From: "County Court" Reply-To: "County Court" Message-ID: <9287c9484077a4519ab67644593a4b4d@filaman.com> X-Priority: 3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Mar 2016 15:32:48 -0000 Notice to Appear, This is to inform you to appear in the Court on the March 29 for your case hearing. You are kindly asked to prepare and bring the documents relating to the case to Court on the specified date. Note: The case will be heard by the judge in your absence if you do not come. The copy of Court Notice is attached to this email. Sincerely, Eric Schumacher, Clerk of Court. From owner-freebsd-multimedia@freebsd.org Fri Mar 25 08:48:49 2016 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E1A1ADD745 for ; Fri, 25 Mar 2016 08:48:49 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id F0DC61D07 for ; Fri, 25 Mar 2016 08:48:48 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id F03E8ADD744; Fri, 25 Mar 2016 08:48:48 +0000 (UTC) Delivered-To: multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFE48ADD743 for ; Fri, 25 Mar 2016 08:48:48 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E40A31D06 for ; Fri, 25 Mar 2016 08:48:48 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.15.2/8.15.2) with ESMTP id u2P8mmWK049729 for ; Fri, 25 Mar 2016 08:48:48 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.15.2/8.15.2/Submit) id u2P8mmRM049728; Fri, 25 Mar 2016 08:48:48 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201603250848.u2P8mmRM049728@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Fri, 25 Mar 2016 08:48:48 +0000 From: portscout@FreeBSD.org To: multimedia@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2016 08:48:49 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/multimedia@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ multimedia/gstreamer1-editing-services | 1.6.2 | 1.8.0 ------------------------------------------------+-----------------+------------ multimedia/gstreamer1-rtsp-server | 1.6.2 | 1.8.0 ------------------------------------------------+-----------------+------------ multimedia/gstreamer1-validate | 1.6.0 | 1.8.0 ------------------------------------------------+-----------------+------------ multimedia/py-gstreamer1 | 1.6.2 | 1.8.0 ------------------------------------------------+-----------------+------------ multimedia/py3-gstreamer1 | 1.6.2 | 1.8.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks.