From owner-freebsd-multimedia@FreeBSD.ORG Mon Dec 21 16:24:45 2009 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80DF3106568B for ; Mon, 21 Dec 2009 16:24:45 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: from mail-fx0-f218.google.com (mail-fx0-f218.google.com [209.85.220.218]) by mx1.freebsd.org (Postfix) with ESMTP id 17D3A8FC0C for ; Mon, 21 Dec 2009 16:24:44 +0000 (UTC) Received: by fxm10 with SMTP id 10so2365724fxm.14 for ; Mon, 21 Dec 2009 08:24:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=MYHFRImMjghz1Jja796PY09V6derWX9dBW/EKxWF04o=; b=jDpkPFNhIRBk03qUmz1rn6OLDVhZdHhDxpU9czb7EaV1SwvId6QCwTZDQGWs+b5JVR l7XuU7/M+/DQif3CIFRDkO6I3kCF3mXfa4BR1XfQkEFcPWVUHOj/SqMX3Jp2MUA2CTZU oPQqVQYPkwodL+csQOnbDOiMTf/9dqpMmJgxM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=OOh+wb61/coB34yDfq6NL656OuDnjXJfiPUmrkQS+4zl4qbY7vLCbdgOc+0ZIindLr j+2pRDZAqpk1dLhHw7+T5LmflpHbgsxlQ/lWxkfXFLNBxS9oMirO7QZ7HBGUM+Xi9Lzc gRMORHj0lvfQtiByhqYRjrAeZqdOBBpZ/0bs0= MIME-Version: 1.0 Received: by 10.239.154.204 with SMTP id f12mr167224hbc.153.1261412683961; Mon, 21 Dec 2009 08:24:43 -0800 (PST) In-Reply-To: References: Date: Mon, 21 Dec 2009 14:24:43 -0200 Message-ID: From: "Carlos A. M. dos Santos" To: multimedia@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: multimedia/gstreamer; proposal to make installation of GObject Introspection data optional X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2009 16:24:45 -0000 On Mon, Dec 21, 2009 at 1:46 PM, Jeremy Messenger wrote: > On Mon, 21 Dec 2009 08:07:27 -0600, Carlos A. M. dos Santos > wrote: > >> Hello, >> >> I'm attemting to reduce the number of dependences of several ports, in >> order to enable a low footprint installation of FreeBSD for embedded >> systems and kiosks. One of my intermediate goals is removing the >> runtime dependence on Python and several GNOME/KDE-specific features. >> During this work I found that gstreamer can be installed without >> Python if built without support for Introspection. So I poropose the >> following patch: >> >> diff -durP ../ports/multimedia/gstreamer/Makefile >> multimedia/gstreamer/Makefile > > >> >> What do you, multimedia maintainers, think? Is it acceptable? > > Disagree, I think this port should be split into multimedia/gstreamer and > multimedia/gstreamer-gir (or pick some better name?). To avoid break other > ports' dependency. I see. I will attempt to find which packages depend on the -gir part of gstreamer.