From owner-cvs-ports@FreeBSD.ORG Mon Sep 13 16:48:15 2010 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F020106566B; Mon, 13 Sep 2010 16:48:15 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6DEC68FC17; Mon, 13 Sep 2010 16:48:13 +0000 (UTC) Received: by eyx24 with SMTP id 24so3220979eyx.13 for ; Mon, 13 Sep 2010 09:48:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=/mQ0VMUHXSY8XFBa2Hmz8JYDMam7ecTEun86yQO1w5I=; b=nEi1nFnp3oBGszkZeoKL0q22PfqKW6W3UexZ52hsLClrpQmf8/4fVIP0oJ+1FnZGv2 npqdFxrk1QEEUBgY7qlfKQGtUcjoPnD9yMWE5oLtaug08NNraJjAiv82zp8ckPZR+W/l edCVWyB6AmqIrr4b9Fs8j6rjSR4H23PWlZFvk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=CgKh76/RDP7VjPzFOsBejkEiHl5qT+ohIZ0EUGrJj6SFl5uaRzmFGhLspob6ICYWLv 3bxPUxJmvgfezY7RXxFK7YUfs0w7NzXe6n+YAj+7393vvrgN8+wd8LInfALjSF9VViMu kipISU5ADYxvFtfuuRVi4nPfhy7pdl96mg8y0= Received: by 10.213.34.140 with SMTP id l12mr1955686ebd.58.1284396493084; Mon, 13 Sep 2010 09:48:13 -0700 (PDT) Received: from localhost (tor-exit-proxy4-readme.formlessnetworking.net [208.53.142.40]) by mx.google.com with ESMTPS id v8sm9504130eeh.20.2010.09.13.09.48.09 (version=SSLv3 cipher=RC4-MD5); Mon, 13 Sep 2010 09:48:11 -0700 (PDT) From: Anonymous To: Koop Mast References: <201009131605.o8DG5ouq086968__5024.50330318442$1284393988$gmane$org@repoman.freebsd.org> Date: Mon, 13 Sep 2010 20:47:52 +0400 In-Reply-To: <201009131605.o8DG5ouq086968__5024.50330318442$1284393988$gmane$org@repoman.freebsd.org> (Koop Mast's message of "Mon, 13 Sep 2010 16:05:50 +0000 (UTC)") Message-ID: <86d3shfv47.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.gstreamer.mk ports/multimedia Makefile ports/multimedia/gstreamer-plugins Makefile Makefile.common distinfo ports/multimedia/gstreamer-plugins-all Makefile ports/multimedia/gstreamer-plugins-bad Makefile pkg-plist ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2010 16:48:15 -0000 Koop Mast writes: > kwm 2010-09-13 16:05:50 UTC > > FreeBSD ports repository > ... > Revision Changes Path > 1.47 +20 -8 ports/Mk/bsd.gstreamer.mk > 1.392 +3 -0 ports/multimedia/Makefile > 1.24 +1 -0 ports/multimedia/gstreamer-plugins-all/Makefile > 1.19 +3 -3 ports/multimedia/gstreamer-plugins-bad/Makefile > 1.1 +10 -0 ports/multimedia/gstreamer-plugins-bad/files/patch-sys_dvb_gstdvbsrc.c (new) > 1.22 +18 -0 ports/multimedia/gstreamer-plugins-bad/pkg-plist > 1.1 +17 -0 ports/multimedia/gstreamer-plugins-resindvd/Makefile (new) > 1.1 +17 -0 ports/multimedia/gstreamer-plugins-schroedinger/Makefile (new) > 1.1 +17 -0 ports/multimedia/gstreamer-plugins-vp8/Makefile (new) > 1.166 +4 -3 ports/multimedia/gstreamer-plugins/Makefile > 1.112 +76 -5 ports/multimedia/gstreamer-plugins/Makefile.common > + lib/libgstvdp-0.10.la \ > + lib/libgstvdp-0.10.so \ > + lib/libgstvdp-0.10.so.0 Why you're hardcoding version here and use %%VERSION%% in pkg-plist? And doesn't ${GST_INC_DIR}/gst/vdpau need a @dirrm? > 1.75 +3 -3 ports/multimedia/gstreamer-plugins/distinfo > 1.737 +1 -0 ports/x11/Makefile > 1.1 +17 -0 ports/x11/gstreamer-plugins-vdpau/Makefile (new) So, libvdpau and its gstreamer plugin gonna end up in different categories? libvdpau is closer to a decoder and it already lives in multimedia/ in pkgsrc. And we already have a bunch of codecs that deal only with video stream in multimedia/.