From owner-freebsd-ports@freebsd.org Thu Jul 27 05:24:52 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5001ADC1F4C for ; Thu, 27 Jul 2017 05:24:52 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 32D98676C6 for ; Thu, 27 Jul 2017 05:24:52 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: by mailman.ysv.freebsd.org (Postfix) id 32128DC1F4B; Thu, 27 Jul 2017 05:24:52 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31B3FDC1F4A for ; Thu, 27 Jul 2017 05:24:52 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from mx2.mailbox.org (mx2.mailbox.org [80.241.60.215]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.mailbox.org", Issuer "SwissSign Server Silver CA 2014 - G22" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E73B9676C5 for ; Thu, 27 Jul 2017 05:24:51 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id 5283A457C4; Thu, 27 Jul 2017 07:24:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-type:content-type:mime-version:references:in-reply-to :subject:subject:from:from:message-id:date:date:received; s= mail20150812; t=1501133085; bh=EloS/90tXHzttd4oPkogDIKT4rLkw5390 J13YbQooYA=; b=JBdeFnp50fnPBQ4M9jZl8KDxhzf0jx3O1yrKgDIC+ZAX5bvr5 uYCvmfECizTfGxRftuXlPtnjCk7aCJMY8yaZXBke6/PhjVqUP9v2PH9Y6f1x7q4d L3GNeknNRSUPXIABdrQ8oXaxr65B6YNBmm60LJ/8BegNQCq+3aE5BRgMsRHWmJ9j fxXYQscMrhrsrqAr44vZhXG4a1bkcnte4+JCsAf9D+o3Caeh1VTxpnSqHWlFnpOR qQ2+5hlfjONohM5PrGv3rlUCj0E+4ZJVcdzipmU4xtFAyky29rPE4x0X7JdePis4 AankcyY4YJ8MclHT/R5kB2JiPAUw5ZndwKeMg== X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by hefe.heinlein-support.de (hefe.heinlein-support.de [91.198.250.172]) (amavisd-new, port 10030) with ESMTP id 8TMov475AriT; Thu, 27 Jul 2017 07:24:45 +0200 (CEST) Date: Thu, 27 Jul 2017 07:24:43 +0200 Message-ID: <87a83qzc2s.wl-herbert@mailbox.org> From: "Herbert J. Skuhra" To: bob prohaska Cc: ports@freebsd.org Subject: Re: Gnome3, no gstreamer-plugins-base-1.0 >= 1.12.0 (GStreamer Base Plugins) found In-Reply-To: <20170727020050.GA17474@www.zefox.net> References: <20170727020050.GA17474@www.zefox.net> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jul 2017 05:24:52 -0000 bob prohaska skrev: > > While trying to compile gnome3 on an RPI2 using > make -DBATCH under -current the system reported > > no gstreamer-plugins-base-1.0 >= 1.12.0 (GStreamer Base Plugins) found > > For some reason I can't find anything called gstreamer-plugins-base. You need multimedia/gstreamer1-plugins: multimedia/gstreamer1-plugins/pkg-plist:libdata/pkgconfig/gstreamer-plugins-base-%%VERSION%%.pc -- Herbert