From owner-freebsd-multimedia@FreeBSD.ORG Sun Nov 30 10:46:12 2014 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 295A0E4F; Sun, 30 Nov 2014 10:46:12 +0000 (UTC) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A8B9933A; Sun, 30 Nov 2014 10:46:11 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id ex7so14684828wid.0 for ; Sun, 30 Nov 2014 02:46:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=dxe4dAZ7siAh6YTrD5cUVuPs0jJCJYxtXFk1pOZNW0w=; b=cj7ZcwRiSVW7jVyyhvXtYw5J4B01ITRAlbkSETS7qwT4SxTuN70PkjVXgQOxHM1Hq2 1d8L2VoKM1YZTHIQMa/6ZV2XeMeIPQfdndzVRnrSHzBPf5inv7RSxK/9bfTMfkg7uMed YgJElzuIpBjvrgV/3oxljBaifVkwSIpJYHm3y1pbtOUSODxLaWr5SNY1yq2FR1ZmEhTT cwiEuYCTMHkD2m4TzbkBzMp7n0/kJ00/Cxz3cTg98Ky7KtP3T+uy0vhqG0JWpUSVDnxC sMC6WoYNH84XnH0AHCOcDjwdA1Y04/+0sXyVr6X8FUY0VXQlJ1DSa2GvkSqL/+Xmnagh 43KA== X-Received: by 10.194.83.8 with SMTP id m8mr85367212wjy.58.1417344370020; Sun, 30 Nov 2014 02:46:10 -0800 (PST) Received: from satanasso.local.net (host116-223-dynamic.42-79-r.retail.telecomitalia.it. [79.42.223.116]) by mx.google.com with ESMTPSA id iz19sm37295928wic.8.2014.11.30.02.46.08 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 30 Nov 2014 02:46:09 -0800 (PST) Message-ID: <547AF570.4010500@gmail.com> Date: Sun, 30 Nov 2014 11:46:08 +0100 From: Barbara Guida Reply-To: bar@FreeBSD.org User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 MIME-Version: 1.0 To: Koop Mast Subject: Re: svn commit: r373483 - in head: graphics/libEGL graphics/libGL graphics/libGL/files graphics/libGL/files-old graphics/libglesv2 x11/nvidia-driver x11/nvidia-driver/files References: <201411271314.sARDE500026269@svn.freebsd.org> In-Reply-To: <201411271314.sARDE500026269@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: multimedia@FreeBSD.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2014 10:46:12 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Koop Mast wrote: > Author: kwm Date: Thu Nov 27 13:14:04 2014 New Revision: 373483 > URL: https://svnweb.freebsd.org/changeset/ports/373483 QAT: > https://qat.redports.org/buildarchive/r373483/ > > Log: Fix libEGL and libGLESv2 conflict between libEGL/libglesv2 and > the nvidia-driver port in the same fashion it was done as the > conflict with the libGL port. Hi, after this commit I can finally build graphics/libEGL, but I can't build multimedia/gstreamer1-plugins-bad because it stops with the following linking error: libtool: link: cc -std=gnu99 -o /usr/ports/multimedia/gstreamer1-plugins-bad/work/gst-plugins-bad-1.2.4/gst-libs/gst/egl/tmp-introspecte5iu5h/.libs/GstEGL-1.0 - -I/usr/local/include -O2 -pipe -fno-strict-aliasing -march=prescott - -O2 -Wno-format -pthread /usr/ports/multimedia/gstreamer1-plugins-bad/work/gst-plugins-bad-1.2.4/gst-libs/gst/egl/tmp-introspecte5iu5h/GstEGL-1.0.o - -Wl,--export-dynamic -pthread -Wl,--export-dynamic -L/usr/local/lib - -L. ./.libs/libgstegl-1.0.so -lgio-2.0 -lgmodule-2.0 /usr/local/lib/libgstvideo-1.0.so /usr/local/lib/libgstbase-1.0.so /usr/local/lib/libgstreamer-1.0.so -lgobject-2.0 -lglib-2.0 -lintl - -pthread -Wl,-rpath -Wl,/usr/local/lib ./.libs/libgstegl-1.0.so: undefined reference to `eglDestroyImageKHR' $ nm -D /usr/local/lib/.mesa/libEGL.so.1.0.0 | grep eglDestroyImageKHR 0000513f T eglDestroyImageKHR $ nm -D /usr/local/lib/.nvidia/libEGL.so.1 | grep eglDestroyImageKHR Regards Barbara -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJUevVrAAoJECfdb9Y99fdQeLcH/1aRhzH5bqE7giumzNWsr7WK x0O/viY8DcW5o2jxtEvTEhB2o+WIKeiEWczmrz8GeKhxmapebKiTdaH5oUJJ3P8f 0eUo9qQUqi7DQHV+KR/w7Ka2MbqGgVX9iWbNsFGPxMVpz/NabBxhhT78E38wkX4F /q03BsDeJ4+/AKyl0fHfuvO2qIA5Y71wK2jqI+7pf3E15p60jpRrFKkAkX6TanlN qhuLL88SVwVd2XdwFP9eX1PlA5cbXQC0loBA2d2pH/JK1E3efd7rkkdnPp/Onkbl k/Dt3VZ8+xVRVdJBwK5c+mCBhml9gotjCy5U0AxH4V4nCi1slggjAzdpmdpCsVs= =dvhQ -----END PGP SIGNATURE----- From owner-freebsd-multimedia@FreeBSD.ORG Sun Nov 30 12:59:04 2014 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E5CA812C for ; Sun, 30 Nov 2014 12:59:04 +0000 (UTC) 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 CD4F21000 for ; Sun, 30 Nov 2014 12:59:04 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAUCx4Gr012330 for ; Sun, 30 Nov 2014 12:59:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 195331] [PATCH] multimedia/mkvtoolnix: Update to 7.3.0 Date: Sun, 30 Nov 2014 12:59:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: riggs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: riggs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2014 12:59:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195331 Thomas Zander changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |riggs@FreeBSD.org Assignee|multimedia@FreeBSD.org |riggs@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-multimedia@FreeBSD.ORG Sun Nov 30 18:13:21 2014 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 936222C6 for ; Sun, 30 Nov 2014 18:13:21 +0000 (UTC) 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 7FBF8FCD for ; Sun, 30 Nov 2014 18:13:21 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAUIDLdn095217 for ; Sun, 30 Nov 2014 18:13:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: maintainer-feedback requested: [Bug 195533] audio/jack can not be upgraded Date: Sun, 30 Nov 2014 18:13:21 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2014 18:13:21 -0000 Mikhail T. has reassigned Bugzilla Automation 's request for maintainer-feedback to multimedia@FreeBSD.org: Bug 195533: audio/jack can not be upgraded https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195533 --- Description --- Created attachment 150037 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150037&action=edit Do not fail, if jack is already installed on the building system The author's configure has a special provision, that prevents builds if any version of jack is already installed on the build-system -- instead of carefully arranging the build's -I options, the author has taken the easy way out... The attached patch modifies the author's configure to remove the check. The resulting CFLAGS do not point to ${PREFIX}/include anyway. This allows the port to be upgraded with portupgrade. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer multimedia@FreeBSD.org From owner-freebsd-multimedia@FreeBSD.ORG Sun Nov 30 18:13:21 2014 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D1B812C7 for ; Sun, 30 Nov 2014 18:13:21 +0000 (UTC) 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 B919AFCE for ; Sun, 30 Nov 2014 18:13:21 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAUIDLhl095415 for ; Sun, 30 Nov 2014 18:13:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 195533] New: audio/jack can not be upgraded Date: Sun, 30 Nov 2014 18:13:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mi@ALDAN.algebra.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Target-Milestone: --- 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 attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2014 18:13:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195533 Bug ID: 195533 Summary: audio/jack can not be upgraded Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: multimedia@FreeBSD.org Reporter: mi@ALDAN.algebra.com Assignee: multimedia@FreeBSD.org Flags: maintainer-feedback?(multimedia@FreeBSD.org) Created attachment 150037 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150037&action=edit Do not fail, if jack is already installed on the building system The author's configure has a special provision, that prevents builds if any version of jack is already installed on the build-system -- instead of carefully arranging the build's -I options, the author has taken the easy way out... The attached patch modifies the author's configure to remove the check. The resulting CFLAGS do not point to ${PREFIX}/include anyway. This allows the port to be upgraded with portupgrade. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer multimedia@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-multimedia@FreeBSD.ORG Sun Nov 30 19:04:05 2014 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 415146B2 for ; Sun, 30 Nov 2014 19:04:05 +0000 (UTC) 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 28133758 for ; Sun, 30 Nov 2014 19:04:05 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAUJ45dw061423 for ; Sun, 30 Nov 2014 19:04:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 195533] audio/jack can not be upgraded Date: Sun, 30 Nov 2014 19:04:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: hselasky@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2014 19:04:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195533 Hans Petter Selasky changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |hselasky@FreeBSD.org --- Comment #2 from Hans Petter Selasky --- Does this patch come from upstream? --HPS -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-multimedia@FreeBSD.ORG Sun Nov 30 21:00:11 2014 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 82A83156 for ; Sun, 30 Nov 2014 21:00:11 +0000 (UTC) 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 5A1E41FB for ; Sun, 30 Nov 2014 21:00:11 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAUL0BsB077569 for ; Sun, 30 Nov 2014 21:00:11 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201411302100.sAUL0BsB077569@kenobi.freebsd.org> From: bugzilla-noreply@FreeBSD.org To: multimedia@FreeBSD.org Subject: Problem reports for multimedia@FreeBSD.org that need special attention X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Date: Sun, 30 Nov 2014 21:00:11 +0000 Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2014 21:00:11 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- New | 194922 | [UPDATE] multimedia/gstreamer1 to 1.4.4 1 problems total for which you should take action. From owner-freebsd-multimedia@FreeBSD.ORG Mon Dec 1 10:21:20 2014 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DBD22480 for ; Mon, 1 Dec 2014 10:21:20 +0000 (UTC) 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 C860C192 for ; Mon, 1 Dec 2014 10:21:20 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id sB1ALK7X064570 for ; Mon, 1 Dec 2014 10:21:20 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id sB1ALKnb064569; Mon, 1 Dec 2014 10:21:20 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201412011021.sB1ALKnb064569@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: Mon, 1 Dec 2014 10:21:20 +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.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2014 10:21:20 -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/ffmpeg | 2.3.5 | 2.4.4 ------------------------------------------------+-----------------+------------ 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. From owner-freebsd-multimedia@FreeBSD.ORG Mon Dec 1 22:38:12 2014 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B7D49799; Mon, 1 Dec 2014 22:38:12 +0000 (UTC) Received: from mail-wi0-x22c.google.com (mail-wi0-x22c.google.com [IPv6:2a00:1450:400c:c05::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 42BAC21A; Mon, 1 Dec 2014 22:38:12 +0000 (UTC) Received: by mail-wi0-f172.google.com with SMTP id n3so26200775wiv.17 for ; Mon, 01 Dec 2014 14:38:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=KElIkT4GJJrT53dl3wYy9ksmvjWXi/+pfcGm1iM/j5g=; b=fZwnB3q4VN/S0eB9yn44TFmKfgKIFvnp0oRQpzEXDmnsg6+dm2RrOU1bzOti2/+6EO Db2KmuawfuPqpbju4/1Fd3kOya7Xg4R+nY3xweFfHluRVnIyD7nGKisrFBET0o6f7zLc ZTzVQwSCF26qNv/13nfd/OsMHlEO1Up8GsEgjdlaYMic80JDUZEzBg+StcfNvlsGVt3i SRSmzNIu2hdQo1BC72WSAhmBtM4K/fXa/Wo9vFgB5SIL4s2Q3blFsCfrzIyrCOJ8hhKJ 7k4NA4ue1wm4P0W/nlU6tP8Q81CHxtMXiVrU3q2vE7ZG6CtkozRJzFG+GqWvSl2gk83c GN+Q== X-Received: by 10.180.73.175 with SMTP id m15mr309188wiv.0.1417473490609; Mon, 01 Dec 2014 14:38:10 -0800 (PST) Received: from satanasso.local.net (host195-233-dynamic.117-80-r.retail.telecomitalia.it. [80.117.233.195]) by mx.google.com with ESMTPSA id wz5sm29394794wjc.29.2014.12.01.14.38.09 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 01 Dec 2014 14:38:09 -0800 (PST) Message-ID: <547CEDD2.5050200@gmail.com> Date: Mon, 01 Dec 2014 23:38:10 +0100 From: Barbara Guida Reply-To: bar@FreeBSD.org User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 MIME-Version: 1.0 To: Koop Mast Subject: Re: svn commit: r373483 - in head: graphics/libEGL graphics/libGL graphics/libGL/files graphics/libGL/files-old graphics/libglesv2 x11/nvidia-driver x11/nvidia-driver/files References: <201411271314.sARDE500026269@svn.freebsd.org> <547AF570.4010500@gmail.com> In-Reply-To: <547AF570.4010500@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: multimedia@FreeBSD.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2014 22:38:12 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Barbara Guida wrote: > Koop Mast wrote: >> Author: kwm Date: Thu Nov 27 13:14:04 2014 New Revision: 373483 >> URL: https://svnweb.freebsd.org/changeset/ports/373483 QAT: >> https://qat.redports.org/buildarchive/r373483/ > >> Log: Fix libEGL and libGLESv2 conflict between libEGL/libglesv2 >> and the nvidia-driver port in the same fashion it was done as >> the conflict with the libGL port. > > Hi, after this commit I can finally build graphics/libEGL, but I > can't build multimedia/gstreamer1-plugins-bad because it stops with > the following linking error: > > libtool: link: cc -std=gnu99 -o > /usr/ports/multimedia/gstreamer1-plugins-bad/work/gst-plugins-bad-1.2.4/gst-libs/gst/egl/tmp-introspecte5iu5h/.libs/GstEGL-1.0 > > - -I/usr/local/include -O2 -pipe -fno-strict-aliasing -march=prescott > -O2 -Wno-format -pthread > /usr/ports/multimedia/gstreamer1-plugins-bad/work/gst-plugins-bad-1.2.4/gst-libs/gst/egl/tmp-introspecte5iu5h/GstEGL-1.0.o > > - -Wl,--export-dynamic -pthread -Wl,--export-dynamic -L/usr/local/lib > -L. ./.libs/libgstegl-1.0.so -lgio-2.0 -lgmodule-2.0 > /usr/local/lib/libgstvideo-1.0.so /usr/local/lib/libgstbase-1.0.so > /usr/local/lib/libgstreamer-1.0.so -lgobject-2.0 -lglib-2.0 -lintl > -pthread -Wl,-rpath -Wl,/usr/local/lib ./.libs/libgstegl-1.0.so: > undefined reference to `eglDestroyImageKHR' > > > $ nm -D /usr/local/lib/.mesa/libEGL.so.1.0.0 | grep > eglDestroyImageKHR 0000513f T eglDestroyImageKHR $ nm -D > /usr/local/lib/.nvidia/libEGL.so.1 | grep eglDestroyImageKHR output> > > Regards Barbara > > This problem should have been fixed upstream in gst-plugins-bad-1.3.2. Barbara From owner-freebsd-multimedia@FreeBSD.ORG Tue Dec 2 01:13:49 2014 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D48A4787 for ; Tue, 2 Dec 2014 01:13:49 +0000 (UTC) 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 C146166D for ; Tue, 2 Dec 2014 01:13:49 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB21DnnG007176 for ; Tue, 2 Dec 2014 01:13:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: maintainer-feedback requested: [Bug 195573] audio/jack: move doxygen out of DOCS and disable by default Date: Tue, 02 Dec 2014 01:13:49 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2014 01:13:49 -0000 Dmitry Marakasov has reassigned Bugzilla Automation 's request for maintainer-feedback to multimedia@FreeBSD.org: Bug 195573: audio/jack: move doxygen out of DOCS and disable by default https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195573 --- Description --- Created attachment 150089 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150089&action=edit Proposed patch doxygen is a heavy dependency, and generated documentation is only needed for a small number of people, so it's better to make separate DOXYGEN option disabled by default, as most other ports do. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer multimedia@FreeBSD.org From owner-freebsd-multimedia@FreeBSD.ORG Tue Dec 2 01:13:50 2014 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 129EC788 for ; Tue, 2 Dec 2014 01:13:50 +0000 (UTC) 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 EE77866E for ; Tue, 2 Dec 2014 01:13:49 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB21DnQa007179 for ; Tue, 2 Dec 2014 01:13:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 195573] New: audio/jack: move doxygen out of DOCS and disable by default Date: Tue, 02 Dec 2014 01:13:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: amdmi3@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Target-Milestone: --- 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 attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2014 01:13:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195573 Bug ID: 195573 Summary: audio/jack: move doxygen out of DOCS and disable by default Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: multimedia@FreeBSD.org Reporter: amdmi3@FreeBSD.org Assignee: multimedia@FreeBSD.org Flags: maintainer-feedback?(multimedia@FreeBSD.org) Created attachment 150089 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150089&action=edit Proposed patch doxygen is a heavy dependency, and generated documentation is only needed for a small number of people, so it's better to make separate DOXYGEN option disabled by default, as most other ports do. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer multimedia@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-multimedia@FreeBSD.ORG Wed Dec 3 09:58:41 2014 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39B501F2 for ; Wed, 3 Dec 2014 09:58:41 +0000 (UTC) Received: from mail-yh0-x229.google.com (mail-yh0-x229.google.com [IPv6:2607:f8b0:4002:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E26C6BCE for ; Wed, 3 Dec 2014 09:58:40 +0000 (UTC) Received: by mail-yh0-f41.google.com with SMTP id a41so6958950yho.14 for ; Wed, 03 Dec 2014 01:58:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seibercom.net; s=google; h=date:from:to:cc:subject:message-id:reply-to:organization :mime-version:content-type; bh=/DEcDVxi8khMaOJ+cPcrA304avflnkdM6Q1pS+Plai4=; b=TxZ/UMgT0hZ83KYvlczMEutfFD7ScXo5irxoIBrT/ohwMotGSXbRK21De+pAxpnMj6 WVSyjDN8tTV/ehV7Ib2IMA/eE/nJmXROFxgSjveVNb4gCRH38xs+5hYvgGYCi5D96Sy8 kZ1yIZyWS99SLB/LyKeQJLGWDxKqSw+BshcvA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:reply-to :organization:mime-version:content-type; bh=/DEcDVxi8khMaOJ+cPcrA304avflnkdM6Q1pS+Plai4=; b=a3CLf2CATCMz4X8onMnkCnEkmlWrrqeqR3gJeiVA57ZoCF22jGnIuASffJBg4yCuL3 pi1uvtVvBVCQeKEuvBfGrHQLjJQEWQHjDf3RcxgeXSAR1yqtksY/0JAHH4HcF35HbClA Xp5yj6/+Tz8KHG12LCNK1xwrO1lhRVsEmGXYSwHs5HcJlPF3VUz7DEf4PmS+NyTaOw9P iEmrmUajWe19zV8pX35X2RpJ9Vjks4kB+01ssT/lZXSQ6e3NK7BUvIqf97wMkCY1dqog xmt2pJwfRYhNmDNFQUrJoLV3rOOycxrsE46M/KjFu/y1QcN8GrJIr1QRsmuKJSGk+u2z CMkg== X-Gm-Message-State: ALoCoQkuPXYbHoV3DN863svJ9HUmKh4SvzZRIu37dltmJwpEJfKeJi9nrNY2/BMetiH4LuFOwqOx X-Received: by 10.170.41.131 with SMTP id 125mr4984854ykj.85.1417600719897; Wed, 03 Dec 2014 01:58:39 -0800 (PST) Received: from scorpio.seibercom.net (cpe-076-182-104-150.nc.res.rr.com. [76.182.104.150]) by mx.google.com with ESMTPSA id q40sm14363310yhg.32.2014.12.03.01.58.39 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 03 Dec 2014 01:58:39 -0800 (PST) Received: from scorpio (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: jerry@seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3jswcG4MKRz5T6Tb; Wed, 3 Dec 2014 04:58:38 -0500 (EST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.98.5 at scorpio.seibercom.net Date: Wed, 3 Dec 2014 04:58:31 -0500 From: Jerry To: FreeBSD Ports Subject: Building net-im/telepathy-qt4 fails Message-ID: <20141203045831.0e70b665@scorpio> Reply-To: FreeBSD Ports Organization: seibercom NET X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.1) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/cxa4uXrrsman15./pCKVMSx"; protocol="application/pgp-signature" Cc: avilla@FreeBSD.org, multimedia@FreeBSD.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2014 09:58:41 -0000 --Sig_/cxa4uXrrsman15./pCKVMSx Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Is there anyone, other than me obviously, that has a problem updating the=20 "net-im/telepathy-qt4" port. The build log is located here: http://www.seibercom.net/logs/telepathy-qt4.txt This is the tail of the log: g-ir-scanner: link: ../../../libtool --mode=3Dlink --tag=3DCC cc -o /usr/po= rts/multimedia/gstreamer1-plugins-bad/work/gst-plugins-bad-1.2.4/gst-libs/g= st/egl/tmp-introspectxbOOKS/GstEGL-1.0 -export-dynamic -I/usr/local/include= -O2 -pipe -march=3Dathlon64 -O2 -Wno-format -fstack-protector -fno-strict-= aliasing -L/usr/local/lib -pthread -fstack-protector /usr/ports/multimedia/= gstreamer1-plugins-bad/work/gst-plugins-bad-1.2.4/gst-libs/gst/egl/tmp-intr= ospectxbOOKS/GstEGL-1.0.o -L. libgstegl-1.0.la -lgio-2.0 -Wl,--export-dynam= ic -lgmodule-2.0 -pthread -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgo= bject-2.0 -L/usr/local/lib -lglib-2.0 -lintl libtool: link: cc -o /usr/ports/multimedia/gstreamer1-plugins-bad/work/gst-= plugins-bad-1.2.4/gst-libs/gst/egl/tmp-introspectxbOOKS/.libs/GstEGL-1.0 -I= /usr/local/include -O2 -pipe -march=3Dathlon64 -O2 -Wno-format -fstack-prot= ector -fno-strict-aliasing -pthread -fstack-protector /usr/ports/multimedia= /gstreamer1-plugins-bad/work/gst-plugins-bad-1.2.4/gst-libs/gst/egl/tmp-int= rospectxbOOKS/GstEGL-1.0.o -Wl,--export-dynamic -pthread -Wl,--export-dynam= ic -L/usr/local/lib -L. ./.libs/libgstegl-1.0.so -lgio-2.0 -lgmodule-2.0 /= usr/local/lib/libgstvideo-1.0.so /usr/local/lib/libgstbase-1.0.so /usr/loca= l/lib/libgstreamer-1.0.so -lgobject-2.0 -lglib-2.0 -lintl -pthread -Wl,-rpa= th -Wl,/usr/local/lib ./.libs/libgstegl-1.0.so: undefined reference to `eglDestroyImageKHR' cc: error: linker command failed with exit code 1 (use -v to see invocation) linking of temporary binary failed: Command '['../../../libtool', '--mode= =3Dlink', '--tag=3DCC', 'cc', '-o', '/usr/ports/multimedia/gstreamer1-plugi= ns-bad/work/gst-plugins-bad-1.2.4/gst-libs/gst/egl/tmp-introspectxbOOKS/Gst= EGL-1.0', '-export-dynamic', '-I/usr/local/include', '-O2', '-pipe', '-marc= h=3Dathlon64', '-O2', '-Wno-format', '-fstack-protector', '-fno-strict-alia= sing', '-L/usr/local/lib', '-pthread', '-fstack-protector', '/usr/ports/mul= timedia/gstreamer1-plugins-bad/work/gst-plugins-bad-1.2.4/gst-libs/gst/egl/= tmp-introspectxbOOKS/GstEGL-1.0.o', '-L.', 'libgstegl-1.0.la', '-lgio-2.0',= '-Wl,--export-dynamic', '-lgmodule-2.0', '-pthread', '-lgstvideo-1.0', '-l= gstbase-1.0', '-lgstreamer-1.0', '-lgobject-2.0', '-L/usr/local/lib', '-lgl= ib-2.0', '-lintl']' returned non-zero exit status 1 Makefile:1066: recipe for target 'GstEGL-1.0.gir' failed gmake[6]: *** [GstEGL-1.0.gir] Error 1 gmake[6]: Leaving directory '/usr/ports/multimedia/gstreamer1-plugins-bad/w= ork/gst-plugins-bad-1.2.4/gst-libs/gst/egl' Makefile:716: recipe for target 'all-recursive' failed gmake[5]: *** [all-recursive] Error 1 gmake[5]: Leaving directory '/usr/ports/multimedia/gstreamer1-plugins-bad/w= ork/gst-plugins-bad-1.2.4/gst-libs/gst' Makefile:707: recipe for target 'all-recursive' failed gmake[4]: *** [all-recursive] Error 1 gmake[4]: Leaving directory '/usr/ports/multimedia/gstreamer1-plugins-bad/w= ork/gst-plugins-bad-1.2.4/gst-libs' *** Error code 2 Stop. make[3]: stopped in /usr/ports/multimedia/gstreamer1-plugins-bad *** Error code 1 Stop. make[2]: stopped in /usr/ports/net-im/farstream *** Error code 1 Stop. make[1]: stopped in /usr/ports/net-im/telepathy-farstream *** Error code 1 Stop. make: stopped in /usr/ports/net-im/telepathy-qt4 ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade201412= 03-1036-cigb0c env UPGRADE_TOOL=3Dportupgrade UPGRADE_PORT=3Dtelepathy-qt4-= 0.9.3_1 UPGRADE_PORT_VER=3D0.9.3_1 make ** Fix the problem and try again. ---> Build of net-im/telepathy-qt4 ended at: Wed, 03 Dec 2014 04:49:00 -05= 00 (consumed 00:00:56) ---> Upgrade of net-im/telepathy-qt4 ended at: Wed, 03 Dec 2014 04:49:00 -= 0500 (consumed 00:00:56) ---> ** Upgrade tasks 1: 0 done, 0 ignored, 0 skipped and 1 failed ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) ! net-im/telepathy-qt4 (telepathy-qt4-0.9.3_1) (compiler error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed ---> Session ended at: Wed, 03 Dec 2014 04:49:00 -0500 (consumed 00:00:57) This is a FreeBSD-10.1 amd64 system. --=20 Jerry --Sig_/cxa4uXrrsman15./pCKVMSx Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJUft7OAAoJEElTsHIJnX8ej5UH/1yUF/QMp5FbOWaK+GtpvZyS dZ2QKZTq7q16BAvftJPqXvMb3FkSLlb6YqJFpjCjeFVOGs4rMPiNyf1FEadLlDcS 2oyoyuX8dLALu/2V+Hjuv8SMWg1I6oxQGghgWyNJF6RPhDADtLe4AqZNHA3eJrTv SjJM4qxdqxp/dNtlF38Rlc1Loi5dMZGs8c2Gtt34hh6Xqq5UGJLcjdLpEVg6SjI+ xnDFAG0lw7LoQ/IJQW7a07ZFjkqo7tBMFJGILmp8NZh1oIBxoy4GqIlg0hBsYcPv n7/nTsz+2CrRXkxTz7HSRm+Hco3CGdQ8xYU0i7E1buDXojVfIahKh3cNFz/wNzw= =F/QO -----END PGP SIGNATURE----- --Sig_/cxa4uXrrsman15./pCKVMSx-- From owner-freebsd-multimedia@FreeBSD.ORG Wed Dec 3 10:24:39 2014 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C258AAE; Wed, 3 Dec 2014 10:24:39 +0000 (UTC) Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1A8C4E87; Wed, 3 Dec 2014 10:24:38 +0000 (UTC) Received: by mail-wi0-f178.google.com with SMTP id em10so4368439wid.11 for ; Wed, 03 Dec 2014 02:24:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:references:from:date:message-id:subject:to:cc :content-type; bh=ytsvfHkjoap/ZTe8y765OgUe735wm62hBo+3cQk835M=; b=CZIgFm0QKmdX2OhVKppH2L4PJLIInmXFp0pog0M9HztomVtLIAhlZtmoYkayoXLeNn WAk4/An27jXkWEMuWb49RGY86OeRJnsERsoJpAJ+i/kH1VL3oQ3KzbglYRw6TcoZVGU6 +M2Ver4Ab+N+yslJZSlmrCcc5GRBjKbYgNZ598/PEOXaidiycw9BQTZ4cth/RNRZ7s3k ABswAu0DXlSmP4U78rsQfSYAZsh1W/5zos2FOneM1XALjeonBU9zZyziDmiH46KWby12 K5+Opu6eEa5SJ3jxY4XVCt3I/KaZjypFIPqHnVgXWsD8Kb8JUJX5lU1I28qGCR35wcHX 1zrg== X-Received: by 10.181.27.135 with SMTP id jg7mr12192448wid.56.1417601936535; Wed, 03 Dec 2014 02:18:56 -0800 (PST) MIME-Version: 1.0 References: <20141203045831.0e70b665@scorpio> From: Alberto Villa Date: Wed, 03 Dec 2014 10:18:55 +0000 Message-ID: Subject: Re: Building net-im/telepathy-qt4 fails To: FreeBSD Ports Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: multimedia@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2014 10:24:39 -0000 Thanks for the report; I'll have a look and update the port within the weekend. Il giorno mer 3 dic 2014 10:58 Jerry ha scritto: > Is there anyone, other than me obviously, that has a problem updating the > "net-im/telepathy-qt4" port. > > The build log is located here: > http://www.seibercom.net/logs/telepathy-qt4.txt > > This is the tail of the log: > > g-ir-scanner: link: ../../../libtool --mode=link --tag=CC cc -o > /usr/ports/multimedia/gstreamer1-plugins-bad/work/ > gst-plugins-bad-1.2.4/gst-libs/gst/egl/tmp-introspectxbOOKS/GstEGL-1.0 > -export-dynamic -I/usr/local/include -O2 -pipe -march=athlon64 -O2 > -Wno-format -fstack-protector -fno-strict-aliasing -L/usr/local/lib > -pthread -fstack-protector /usr/ports/multimedia/ > gstreamer1-plugins-bad/work/gst-plugins-bad-1.2.4/gst-libs/gst/egl/tmp-introspectxbOOKS/GstEGL-1.0.o > -L. libgstegl-1.0.la -lgio-2.0 -Wl,--export-dynamic -lgmodule-2.0 > -pthread -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 > -L/usr/local/lib -lglib-2.0 -lintl > libtool: link: cc -o /usr/ports/multimedia/gstreamer1-plugins-bad/work/ > gst-plugins-bad-1.2.4/gst-libs/gst/egl/tmp-introspectxbOOKS/.libs/GstEGL-1.0 > -I/usr/local/include -O2 -pipe -march=athlon64 -O2 -Wno-format > -fstack-protector -fno-strict-aliasing -pthread -fstack-protector > /usr/ports/multimedia/gstreamer1-plugins-bad/work/ > gst-plugins-bad-1.2.4/gst-libs/gst/egl/tmp-introspectxbOOKS/GstEGL-1.0.o > -Wl,--export-dynamic -pthread -Wl,--export-dynamic -L/usr/local/lib -L. > ./.libs/libgstegl-1.0.so -lgio-2.0 -lgmodule-2.0 /usr/local/lib/ > libgstvideo-1.0.so /usr/local/lib/libgstbase-1.0.so /usr/local/lib/ > libgstreamer-1.0.so -lgobject-2.0 -lglib-2.0 -lintl -pthread -Wl,-rpath > -Wl,/usr/local/lib > ./.libs/libgstegl-1.0.so: undefined reference to `eglDestroyImageKHR' > cc: error: linker command failed with exit code 1 (use -v to see > invocation) > linking of temporary binary failed: Command '['../../../libtool', > '--mode=link', '--tag=CC', 'cc', '-o', '/usr/ports/multimedia/ > gstreamer1-plugins-bad/work/gst-plugins-bad-1.2.4/gst-libs/gst/egl/tmp-introspectxbOOKS/GstEGL-1.0', > '-export-dynamic', '-I/usr/local/include', '-O2', '-pipe', > '-march=athlon64', '-O2', '-Wno-format', '-fstack-protector', > '-fno-strict-aliasing', '-L/usr/local/lib', '-pthread', > '-fstack-protector', '/usr/ports/multimedia/gstreamer1-plugins-bad/work/ > gst-plugins-bad-1.2.4/gst-libs/gst/egl/tmp-introspectxbOOKS/GstEGL-1.0.o', > '-L.', 'libgstegl-1.0.la', '-lgio-2.0', '-Wl,--export-dynamic', > '-lgmodule-2.0', '-pthread', '-lgstvideo-1.0', '-lgstbase-1.0', > '-lgstreamer-1.0', '-lgobject-2.0', '-L/usr/local/lib', '-lglib-2.0', > '-lintl']' returned non-zero exit status 1 > Makefile:1066: recipe for target 'GstEGL-1.0.gir' failed > gmake[6]: *** [GstEGL-1.0.gir] Error 1 > gmake[6]: Leaving directory '/usr/ports/multimedia/ > gstreamer1-plugins-bad/work/gst-plugins-bad-1.2.4/gst-libs/gst/egl' > Makefile:716: recipe for target 'all-recursive' failed > gmake[5]: *** [all-recursive] Error 1 > gmake[5]: Leaving directory '/usr/ports/multimedia/ > gstreamer1-plugins-bad/work/gst-plugins-bad-1.2.4/gst-libs/gst' > Makefile:707: recipe for target 'all-recursive' failed > gmake[4]: *** [all-recursive] Error 1 > gmake[4]: Leaving directory '/usr/ports/multimedia/ > gstreamer1-plugins-bad/work/gst-plugins-bad-1.2.4/gst-libs' > *** Error code 2 > > Stop. > make[3]: stopped in /usr/ports/multimedia/gstreamer1-plugins-bad > *** Error code 1 > > Stop. > make[2]: stopped in /usr/ports/net-im/farstream > *** Error code 1 > > Stop. > make[1]: stopped in /usr/ports/net-im/telepathy-farstream > *** Error code 1 > > Stop. > make: stopped in /usr/ports/net-im/telepathy-qt4 > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portupgrade20141203-1036-cigb0c env UPGRADE_TOOL=portupgrade > UPGRADE_PORT=telepathy-qt4-0.9.3_1 UPGRADE_PORT_VER=0.9.3_1 make > ** Fix the problem and try again. > ---> Build of net-im/telepathy-qt4 ended at: Wed, 03 Dec 2014 04:49:00 > -0500 (consumed 00:00:56) > ---> Upgrade of net-im/telepathy-qt4 ended at: Wed, 03 Dec 2014 04:49:00 > -0500 (consumed 00:00:56) > ---> ** Upgrade tasks 1: 0 done, 0 ignored, 0 skipped and 1 failed > ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) > ! net-im/telepathy-qt4 (telepathy-qt4-0.9.3_1) (compiler error) > ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed > ---> Session ended at: Wed, 03 Dec 2014 04:49:00 -0500 (consumed 00:00:57) > > > This is a FreeBSD-10.1 amd64 system. > > -- > Jerry > From owner-freebsd-multimedia@FreeBSD.ORG Wed Dec 3 12:46:43 2014 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 76DE5E7B; Wed, 3 Dec 2014 12:46:43 +0000 (UTC) Received: from fep12.mx.upcmail.net (fep12.mx.upcmail.net [62.179.121.32]) by mx1.freebsd.org (Postfix) with ESMTP id 651C5FBF; Wed, 3 Dec 2014 12:46:41 +0000 (UTC) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep15-int.chello.at (InterMail vM.8.01.05.13 201-2260-151-135-20130320) with ESMTP id <20141203124421.EEZX8041.viefep15-int.chello.at@edge03.upcmail.net>; Wed, 3 Dec 2014 13:44:21 +0100 Received: from [192.168.0.23] ([178.84.134.112]) by edge03.upcmail.net with edge id P0kF1p01K2Rg3Ey010kFLd; Wed, 03 Dec 2014 13:44:16 +0100 X-SourceIP: 178.84.134.112 Message-ID: <547F05A6.3060703@rainbow-runner.nl> Date: Wed, 03 Dec 2014 13:44:22 +0100 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Alberto Villa , FreeBSD Ports Subject: Re: Building net-im/telepathy-qt4 fails References: <20141203045831.0e70b665@scorpio> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: multimedia@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2014 12:46:43 -0000 On 3-12-2014 11:18, Alberto Villa wrote: > Thanks for the report; I'll have a look and update the port within the > weekend. > > Il giorno mer 3 dic 2014 10:58 Jerry ha scritto: > >> Is there anyone, other than me obviously, that has a problem updating the >> "net-im/telepathy-qt4" port. >> >> The build log is located here: >> http://www.seibercom.net/logs/telepathy-qt4.txt >> >> This is the tail of the log: >> >> ./.libs/libgstegl-1.0.so: undefined reference to `eglDestroyImageKHR' >> cc: error: linker command failed with exit code 1 (use -v to see >> invocation) This was reported to be fixed in the Gstreamer 1.4.x series I will finish that upgrade and get it committed asap. From owner-freebsd-multimedia@FreeBSD.ORG Thu Dec 4 10:15:51 2014 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0DA59F4 for ; Thu, 4 Dec 2014 10:15:51 +0000 (UTC) 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 AD324B01 for ; Thu, 4 Dec 2014 10:15:51 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id sB4AFpJS076255 for ; Thu, 4 Dec 2014 10:15:51 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id sB4AFpBP076254; Thu, 4 Dec 2014 10:15:51 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201412041015.sB4AFpBP076254@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: Thu, 4 Dec 2014 10:15:51 +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.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 10:15:51 -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/ffmpeg | 2.3.5 | 2.5 ------------------------------------------------+-----------------+------------ 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. From owner-freebsd-multimedia@FreeBSD.ORG Thu Dec 4 13:46:37 2014 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8CBC166A for ; Thu, 4 Dec 2014 13:46:37 +0000 (UTC) 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 74E1B6B0 for ; Thu, 4 Dec 2014 13:46:37 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB4Dkbqq068807 for ; Thu, 4 Dec 2014 13:46:37 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 195533] audio/jack can not be upgraded Date: Thu, 04 Dec 2014 13:46:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mi@ALDAN.algebra.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Target-Milestone: --- 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: 7bit 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.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 13:46:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195533 --- Comment #3 from Mikhail T. --- No, Hans Petter, it does not. The upstream has spent considerable effort to put the system, which this patch removes, into place. We don't need that system. We need to port to be upgradeable. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-multimedia@FreeBSD.ORG Thu Dec 4 13:49:33 2014 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A33307A1 for ; Thu, 4 Dec 2014 13:49:33 +0000 (UTC) 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 8B3206EE for ; Thu, 4 Dec 2014 13:49:33 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB4DnXtS070714 for ; Thu, 4 Dec 2014 13:49:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 195533] audio/jack can not be upgraded Date: Thu, 04 Dec 2014 13:49:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: hselasky@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 13:49:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195533 Hans Petter Selasky changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |In Progress --- Comment #4 from Hans Petter Selasky --- Thank you! I will process this issue and push it into the jackd port next week! Does this sound acceptable to you? --HPS -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-multimedia@FreeBSD.ORG Thu Dec 4 13:50:27 2014 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9104F7ED for ; Thu, 4 Dec 2014 13:50:27 +0000 (UTC) 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 7904E751 for ; Thu, 4 Dec 2014 13:50:27 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB4DoREt071948 for ; Thu, 4 Dec 2014 13:50:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 195533] audio/jack can not be upgraded Date: Thu, 04 Dec 2014 13:50:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: hselasky@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Target-Milestone: --- 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: 7bit 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.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 13:50:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195533 --- Comment #5 from Hans Petter Selasky --- A workaround, might be to deinstall jackd before installing it again ... --HPS -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-multimedia@FreeBSD.ORG Thu Dec 4 14:12:27 2014 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 74C49ED6 for ; Thu, 4 Dec 2014 14:12:27 +0000 (UTC) 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 5CC0FA8E for ; Thu, 4 Dec 2014 14:12:27 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB4ECRYM075023 for ; Thu, 4 Dec 2014 14:12:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 195533] audio/jack can not be upgraded Date: Thu, 04 Dec 2014 14:12:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mi@ALDAN.algebra.com X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Target-Milestone: --- 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: 7bit 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.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 14:12:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195533 --- Comment #6 from Mikhail T. --- (In reply to Hans Petter Selasky from comment #5) > A workaround, might be to deinstall jackd before installing it again ... Yes, of course. And that's just what I -- and everybody else -- have been doing until I got tired of it and went to investigate... A number of multimedia ports here depend on jackd and they were all failing to update with the simple "portupgrade -a" because of this nuisance... Thanks for the prompt reaction! -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-multimedia@FreeBSD.ORG Thu Dec 4 21:45:25 2014 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 14180143 for ; Thu, 4 Dec 2014 21:45:25 +0000 (UTC) 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 F005CA9C for ; Thu, 4 Dec 2014 21:45:24 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB4LjOkV073741 for ; Thu, 4 Dec 2014 21:45:24 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 194186] [arm] multimedia/gstreamer-ffmpeg generates unsupported ASM Date: Thu, 04 Dec 2014 21:45:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Target-Milestone: --- 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: 7bit 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.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 21:45:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194186 --- Comment #11 from Sean Bruno --- Seems happy to me. amd64: http://crack.ysv.freebsd.org/build.html?mastername=11-amd64-11-armv6-test&build=2014-12-04_17h02m19s armv6: http://crack.ysv.freebsd.org/build.html?mastername=11-armv6-11-armv6-test&build=2014-12-04_17h37m38s -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-multimedia@FreeBSD.ORG Thu Dec 4 21:57:33 2014 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 32F8B33E for ; Thu, 4 Dec 2014 21:57:33 +0000 (UTC) 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 1B1E5BAF for ; Thu, 4 Dec 2014 21:57:33 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB4LvWps014441 for ; Thu, 4 Dec 2014 21:57:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 194186] [arm] multimedia/gstreamer-ffmpeg generates unsupported ASM Date: Thu, 04 Dec 2014 21:57:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 21:57:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194186 Sean Bruno changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kwm@FreeBSD.org --- Comment #12 from Sean Bruno --- Any objections from the peanut gallery? -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-multimedia@FreeBSD.ORG Thu Dec 4 22:16:41 2014 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 27920904 for ; Thu, 4 Dec 2014 22:16:41 +0000 (UTC) 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 0EE75DC6 for ; Thu, 4 Dec 2014 22:16:41 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB4MGe7r094265 for ; Thu, 4 Dec 2014 22:16:40 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 194186] [arm] multimedia/gstreamer-ffmpeg generates unsupported ASM Date: Thu, 04 Dec 2014 22:16:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: kwm@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 22:16:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194186 Koop Mast changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(multim |maintainer-feedback+ |edia@FreeBSD.org) | --- Comment #13 from Koop Mast --- go for it. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-multimedia@FreeBSD.ORG Fri Dec 5 12:50:15 2014 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 672966B3 for ; Fri, 5 Dec 2014 12:50:15 +0000 (UTC) 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 4F10C784 for ; Fri, 5 Dec 2014 12:50:15 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB5CoFf6004983 for ; Fri, 5 Dec 2014 12:50:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 195533] audio/jack can not be upgraded Date: Fri, 05 Dec 2014 12:50:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: hselasky@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Target-Milestone: --- 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: 7bit 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.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2014 12:50:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195533 --- Comment #7 from Hans Petter Selasky --- Hi, Patched "jack" port is available from here, and should be upstreamed in not very long! svn --username anonsvn --password anonsvn \ checkout svn://svn.turbocat.net/i4b/trunk/ports/audio/jack --HPS -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-multimedia@FreeBSD.ORG Fri Dec 5 12:51:46 2014 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5D7868CA for ; Fri, 5 Dec 2014 12:51:46 +0000 (UTC) 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 4520A7A3 for ; Fri, 5 Dec 2014 12:51:46 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB5Cpk95018725 for ; Fri, 5 Dec 2014 12:51:46 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 195533] audio/jack can not be upgraded Date: Fri, 05 Dec 2014 12:51:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: hselasky@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: kwm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2014 12:51:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195533 Hans Petter Selasky changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|multimedia@FreeBSD.org |kwm@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-multimedia@FreeBSD.ORG Fri Dec 5 13:00:16 2014 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8FBC3BFD for ; Fri, 5 Dec 2014 13:00:16 +0000 (UTC) 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 774808AF for ; Fri, 5 Dec 2014 13:00:16 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB5D0Gqt049477 for ; Fri, 5 Dec 2014 13:00:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 195573] audio/jack: move doxygen out of DOCS and disable by default Date: Fri, 05 Dec 2014 13:00:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: hselasky@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2014 13:00:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195573 Hans Petter Selasky changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress CC| |hselasky@FreeBSD.org --- Comment #2 from Hans Petter Selasky --- Hi, Patched "jack" port is available from here, and should be upstreamed in not very long! svn --username anonsvn --password anonsvn \ checkout svn://svn.turbocat.net/i4b/trunk/ports/audio/jack --HPS -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-multimedia@FreeBSD.ORG Fri Dec 5 13:00:26 2014 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D4F73C3A for ; Fri, 5 Dec 2014 13:00:26 +0000 (UTC) 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 BCC248B3 for ; Fri, 5 Dec 2014 13:00:26 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB5D0Q1H052892 for ; Fri, 5 Dec 2014 13:00:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 195573] audio/jack: move doxygen out of DOCS and disable by default Date: Fri, 05 Dec 2014 13:00:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: hselasky@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: kwm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2014 13:00:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195573 Hans Petter Selasky changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|multimedia@FreeBSD.org |kwm@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-multimedia@FreeBSD.ORG Fri Dec 5 18:13:33 2014 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 80ADEF7C for ; Fri, 5 Dec 2014 18:13:33 +0000 (UTC) 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 63B6B96 for ; Fri, 5 Dec 2014 18:13:33 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB5IDXji082859 for ; Fri, 5 Dec 2014 18:13:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 194186] [arm] multimedia/gstreamer-ffmpeg generates unsupported ASM Date: Fri, 05 Dec 2014 18:13:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Target-Milestone: --- 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: 7bit 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.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2014 18:13:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194186 --- Comment #14 from commit-hook@freebsd.org --- A commit references this bug: Author: sbruno Date: Fri Dec 5 18:13:23 UTC 2014 New revision: 374072 URL: https://svnweb.freebsd.org/changeset/ports/374072 Log: Fixup some asm code to support ARM. Fixes build on ARM platforms. Bump portrevision to indicate this. PR: 194186 Submitted by: mikael.urankar@gmail.com Reviewed by: kwm Approved by: mentors (implicit) Changes: head/multimedia/gstreamer-ffmpeg/Makefile head/multimedia/gstreamer-ffmpeg/files/patch-gst-libs_ext_libav_libavcodec_arm_ac3dsp__armv6.S head/multimedia/gstreamer-ffmpeg/files/patch-gst-libs_ext_libav_libavcodec_arm_asm.S -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-multimedia@FreeBSD.ORG Fri Dec 5 18:13:46 2014 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 77D2CFBB for ; Fri, 5 Dec 2014 18:13:46 +0000 (UTC) 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 5F8139B for ; Fri, 5 Dec 2014 18:13:46 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB5IDkbt092622 for ; Fri, 5 Dec 2014 18:13:46 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 194186] [arm] multimedia/gstreamer-ffmpeg generates unsupported ASM Date: Fri, 05 Dec 2014 18:13:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2014 18:13:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194186 Sean Bruno changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Progress |Closed Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-multimedia@FreeBSD.ORG Sat Dec 6 18:23:30 2014 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4438E969 for ; Sat, 6 Dec 2014 18:23:30 +0000 (UTC) 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 2B86AFF1 for ; Sat, 6 Dec 2014 18:23:30 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB6INU5D023747 for ; Sat, 6 Dec 2014 18:23:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 195170] multimedia/linux-realplayer: convert to USES=webplugin Date: Sat, 06 Dec 2014 18:23:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: riggs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: riggs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2014 18:23:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195170 Thomas Zander changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |riggs@FreeBSD.org Assignee|multimedia@FreeBSD.org |riggs@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-multimedia@FreeBSD.ORG Sat Dec 6 19:45:13 2014 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65780306 for ; Sat, 6 Dec 2014 19:45:13 +0000 (UTC) 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 4C9FB9C1 for ; Sat, 6 Dec 2014 19:45:13 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB6JjD3X052707 for ; Sat, 6 Dec 2014 19:45:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-multimedia@FreeBSD.org Subject: [Bug 193807] multimedia/vlc fails to use OSS backend after recent upgrade Date: Sat, 06 Dec 2014 19:45:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: riggs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-multimedia@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2014 19:45:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193807 Thomas Zander changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |riggs@FreeBSD.org --- Comment #1 from Thomas Zander --- Is this still an issue? -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-multimedia@FreeBSD.ORG Sat Dec 6 20:24:11 2014 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 453B3A11 for ; Sat, 6 Dec 2014 20:24:11 +0000 (UTC) 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 2A541D20 for ; Sat, 6 Dec 2014 20:24:11 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB6KOBUx082886 for ; Sat, 6 Dec 2014 20:24:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-multimedia@FreeBSD.org Subject: [Bug 193807] multimedia/vlc fails to use OSS backend after recent upgrade Date: Sat, 06 Dec 2014 20:24:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: hselasky@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-multimedia@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2014 20:24:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193807 --- Comment #2 from Hans Petter Selasky --- I'll re-check and let you know by tuesday. --HPS -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-multimedia@FreeBSD.ORG Sat Dec 6 20:59:32 2014 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6386563D for ; Sat, 6 Dec 2014 20:59:32 +0000 (UTC) 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 4B04AFE5 for ; Sat, 6 Dec 2014 20:59:32 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB6KxWc1071442 for ; Sat, 6 Dec 2014 20:59:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-multimedia@FreeBSD.org Subject: [Bug 186093] multimedia/vlc stutters when playing mkv Date: Sat, 06 Dec 2014 20:59:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: js@jschneider.com X-Bugzilla-Status: In Progress X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-multimedia@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2014 20:59:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186093 js@jschneider.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |js@jschneider.com --- Comment #8 from js@jschneider.com --- I've been experiencing this issue for most of the year. Can confirm that disabling audio in VLC fixes video playback problems. Does anyone have any ideas on how to fix the bug? -- You are receiving this mail because: You are the assignee for the bug.