Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 41D4EA57FE for ; Tue, 27 Oct 2015 06:48:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DFFEF14A298; Tue, 27 Oct 2015 06:48:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2D66114A280 for ; Tue, 27 Oct 2015 06:48:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 2F_zHISKi7RB for ; Tue, 27 Oct 2015 06:48:57 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id B766914A262 for ; Tue, 27 Oct 2015 06:48:57 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id AB3A698; Tue, 27 Oct 2015 06:48:57 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 27 Oct 2015 06:48:57 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/audio/chromaprint To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20151027064857.AB3A698@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Tue Oct 27 06:48:57 UTC 2015 Modified Files: pkgsrc/audio/chromaprint: Makefile buildlink3.mk distinfo pkgsrc/audio/chromaprint/patches: patch-cmake_modules_FindFFmpeg.cmake Added Files: pkgsrc/audio/chromaprint/patches: patch-CMakeLists.txt Log Message: * Fix building on Darwin. * Switch to FFmpeg-2.x, so we can get rid of FFmpeg-1 easier. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/chromaprint/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/chromaprint/buildlink3.mk cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/chromaprint/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/audio/chromaprint/patches/patch-CMakeLists.txt cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/audio/chromaprint/patches/patch-cmake_modules_FindFFmpeg.cmake Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.