From owner-freebsd-multimedia@FreeBSD.ORG Mon Jun 10 20:00:02 2013 Return-Path: Delivered-To: freebsd-multimedia@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 50BCB2B5 for ; Mon, 10 Jun 2013 20:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 42D811E6D for ; Mon, 10 Jun 2013 20:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5AK01vx004623 for ; Mon, 10 Jun 2013 20:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5AK01DT004622; Mon, 10 Jun 2013 20:00:01 GMT (envelope-from gnats) Date: Mon, 10 Jun 2013 20:00:01 GMT Message-Id: <201306102000.r5AK01DT004622@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org Cc: From: Christian Weisgerber Subject: Re: ports/179449: multimedia/vlc, audio/flac: utterly broken since FLAC update X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Christian Weisgerber List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jun 2013 20:00:02 -0000 The following reply was made to PR ports/179449; it has been noted by GNATS. From: Christian Weisgerber To: Matthias Andree Cc: bug-followup@FreeBSD.org Subject: Re: ports/179449: multimedia/vlc, audio/flac: utterly broken since FLAC update Date: Mon, 10 Jun 2013 21:56:17 +0200 Matthias Andree: > I wonder why vlc had built fine, and then failed after the most recent > commit to itself and to FLAC... There is a change in 1.3.0's flac.pc that causes pkg-config --cflags to produce a different result. The idea was always that applications should include FLAC's headers like this #include as in the examples and other Xiph code. However, the old pkg-config specs returned -I/usr/local/include/FLAC, so if you relied on pkg-config and didn't run into an assert.h clash, then plain also worked. This was corrected in 1.3.0: $ pkg-config --cflags flac -I/usr/local/include Although FLAC 1.3.0 is the first release after almost six years, and the use of symbol visibility has caused a lot of superficial differences in the libraries, there haven't been any significant changes in the documented API. -- Christian "naddy" Weisgerber naddy@mips.inka.de