From owner-svn-ports-head@FreeBSD.ORG Tue Sep 23 12:01:34 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE8DFB5B; Tue, 23 Sep 2014 12:01:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 98BA9EF7; Tue, 23 Sep 2014 12:01:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8NC1YFc045442; Tue, 23 Sep 2014 12:01:34 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8NC1Xxu045435; Tue, 23 Sep 2014 12:01:33 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201409231201.s8NC1Xxu045435@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Tue, 23 Sep 2014 12:01:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369048 - in head/audio: linux-c6-alsa-plugins-pulseaudio linux-c6-flac linux-c6-libsndfile linux-c6-pulseaudio-libs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2014 12:01:34 -0000 Author: xmj Date: Tue Sep 23 12:01:33 2014 New Revision: 369048 URL: http://svnweb.freebsd.org/changeset/ports/369048 QAT: https://qat.redports.org/buildarchive/r369048/ Log: Add missing deps, fix COMMENT/CONFLICTS Add missing dependencies to audio/linux-c6-{flac,libsndfile,alsa-plugins-pulseaudio,pulseaudio-libs}; set proper COMMENT and CONFLICTS in audio/linux-c6-flac (both of which I missed in r368845). PR: 193862 Differential Revision: https://reviews.freebsd.org/D816 Submitted by: Jan Beich Approved by: koobs (mentor) Modified: head/audio/linux-c6-alsa-plugins-pulseaudio/Makefile head/audio/linux-c6-flac/Makefile head/audio/linux-c6-libsndfile/Makefile head/audio/linux-c6-pulseaudio-libs/Makefile Modified: head/audio/linux-c6-alsa-plugins-pulseaudio/Makefile ============================================================================== --- head/audio/linux-c6-alsa-plugins-pulseaudio/Makefile Tue Sep 23 11:50:43 2014 (r369047) +++ head/audio/linux-c6-alsa-plugins-pulseaudio/Makefile Tue Sep 23 12:01:33 2014 (r369048) @@ -3,6 +3,7 @@ PORTNAME= alsa-plugins-pulseaudio PORTVERSION= 1.0.21 +PORTREVISION= 1 CATEGORIES= audio linux PKGNAMEPREFIX= linux-${USE_LINUX}- @@ -19,7 +20,7 @@ SRC_DISTFILES= alsa-plugins-1.0.21-3.el6 ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 -USE_LINUX_APPS= pulseaudio-libs +USE_LINUX_APPS= alsalib pulseaudio-libs USE_LINUX_RPM= yes RPMVERSION= 3.el6 Modified: head/audio/linux-c6-flac/Makefile ============================================================================== --- head/audio/linux-c6-flac/Makefile Tue Sep 23 11:50:43 2014 (r369047) +++ head/audio/linux-c6-flac/Makefile Tue Sep 23 12:01:33 2014 (r369048) @@ -3,15 +3,17 @@ PORTNAME= flac PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= audio linux MAINTAINER= emulation@FreeBSD.org -COMMENT= Audio system for the KDE integrated X11 desktop (Linux CentOS ${LINUX_DIST_VER}) +COMMENT= Free lossless audio codec (Linux CentOS ${LINUX_DIST_VER}) -CONFLICTS= linux-arts-[0-9]* linux-f10-arts-[0-9]* +CONFLICTS= linux-flac-[0-9]* linux-f10-flac-[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 +USE_LINUX_APPS= libogg USE_LINUX_RPM= yes RPMVERSION= 6.1.el6 Modified: head/audio/linux-c6-libsndfile/Makefile ============================================================================== --- head/audio/linux-c6-libsndfile/Makefile Tue Sep 23 11:50:43 2014 (r369047) +++ head/audio/linux-c6-libsndfile/Makefile Tue Sep 23 12:01:33 2014 (r369048) @@ -3,6 +3,7 @@ PORTNAME= libsndfile PORTVERSION= 1.0.20 +PORTREVISION= 1 CATEGORIES= audio linux MAINTAINER= emulation@FreeBSD.org @@ -11,6 +12,7 @@ COMMENT= Reading and writing files conta CONTFLICTS= linux-libsndfile-[0-9]* linux-f10-libsndfile-[0-9]* USE_LINUX= c6 +USE_LINUX_APPS= flac libogg libvorbis USE_LINUX_RPM= yes RPMVERSION= 5.el6 Modified: head/audio/linux-c6-pulseaudio-libs/Makefile ============================================================================== --- head/audio/linux-c6-pulseaudio-libs/Makefile Tue Sep 23 11:50:43 2014 (r369047) +++ head/audio/linux-c6-pulseaudio-libs/Makefile Tue Sep 23 12:01:33 2014 (r369048) @@ -3,6 +3,7 @@ PORTNAME= pulseaudio-libs PORTVERSION= 0.9.21 +PORTREVISION= 1 CATEGORIES= audio linux MAINTAINER= emulation@FreeBSD.org @@ -10,7 +11,7 @@ COMMENT= Libraries for PulseAudio client USE_LINUX= c6 USE_LINUX_RPM= yes -USE_LINUX_APPS= xorglibs +USE_LINUX_APPS= dbuslibs libasyncns libsndfile xorglibs RPMVERSION= 14.el6_3 USE_LDCONFIG= yes