From owner-svn-ports-head@freebsd.org Sat Jan 16 09:16:26 2016 Return-Path: Delivered-To: svn-ports-head@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 2928DA847FF; Sat, 16 Jan 2016 09:16:26 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 01EEE1225; Sat, 16 Jan 2016 09:16:25 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0G9GOBE093145; Sat, 16 Jan 2016 09:16:24 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0G9GOfD093139; Sat, 16 Jan 2016 09:16:24 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201601160916.u0G9GOfD093139@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Sat, 16 Jan 2016 09:16:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406201 - in head/audio: . linux-c6-pulseaudio-libs-glib2 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.20 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: Sat, 16 Jan 2016 09:16:26 -0000 Author: kevlo Date: Sat Jan 16 09:16:24 2016 New Revision: 406201 URL: https://svnweb.freebsd.org/changeset/ports/406201 Log: Import pulseaudio-libs-glib2 0.9.21. This is needed by net-im/skype4. Sponsored by: PortsCamp Taiwan Added: head/audio/linux-c6-pulseaudio-libs-glib2/ head/audio/linux-c6-pulseaudio-libs-glib2/Makefile (contents, props changed) head/audio/linux-c6-pulseaudio-libs-glib2/distinfo.i686 (contents, props changed) head/audio/linux-c6-pulseaudio-libs-glib2/distinfo.x86_64 (contents, props changed) head/audio/linux-c6-pulseaudio-libs-glib2/pkg-plist.i686 (contents, props changed) head/audio/linux-c6-pulseaudio-libs-glib2/pkg-plist.x86_64 (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sat Jan 16 09:02:58 2016 (r406200) +++ head/audio/Makefile Sat Jan 16 09:16:24 2016 (r406201) @@ -420,6 +420,7 @@ SUBDIR += linux-c6-nas-libs SUBDIR += linux-c6-openal-soft SUBDIR += linux-c6-pulseaudio-libs + SUBDIR += linux-c6-pulseaudio-libs-glib2 SUBDIR += linux-c6-pulseaudio-utils SUBDIR += linux-c6-sdl_mixer SUBDIR += linux-f10-alsa-lib Added: head/audio/linux-c6-pulseaudio-libs-glib2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/linux-c6-pulseaudio-libs-glib2/Makefile Sat Jan 16 09:16:24 2016 (r406201) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= pulseaudio-libs-glib2 +PORTVERSION= 0.9.21 +CATEGORIES= audio linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Libraries for PulseAudio clients with a GLib based application (Linux CentOS ${LINUX_DIST_VER}) + +RUN_DEPENDS= linux-${USE_LINUX}-openssl>0:${PORTSDIR}/security/linux-c6-openssl + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +USE_LINUX_RPM= yes +USE_LINUX_APPS= pulseaudio-libs +RPMVERSION= 17.el6 +USE_LDCONFIG= yes +DESCR= ${PORTSDIR}/audio/pulseaudio/pkg-descr + +SRC_DISTFILES= pulseaudio-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE + +.include Added: head/audio/linux-c6-pulseaudio-libs-glib2/distinfo.i686 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/linux-c6-pulseaudio-libs-glib2/distinfo.i686 Sat Jan 16 09:16:24 2016 (r406201) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.6/pulseaudio-libs-glib2-0.9.21-17.el6.i686.rpm) = 33224c02e3039b8e3f42257285967843c2c6e384686e4005c5d234eb002814fe +SIZE (rpm/i686/centos/6.6/pulseaudio-libs-glib2-0.9.21-17.el6.i686.rpm) = 23536 +SHA256 (rpm/i686/centos/6.6/pulseaudio-0.9.21-17.el6.src.rpm) = 4b5fe4bf8aaddb5747e01ed3495b01e2aef24f90245c111e49ba52df88f0d33a +SIZE (rpm/i686/centos/6.6/pulseaudio-0.9.21-17.el6.src.rpm) = 2376513 Added: head/audio/linux-c6-pulseaudio-libs-glib2/distinfo.x86_64 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/linux-c6-pulseaudio-libs-glib2/distinfo.x86_64 Sat Jan 16 09:16:24 2016 (r406201) @@ -0,0 +1,4 @@ +SHA256 (rpm/x86_64/centos/6.6/pulseaudio-libs-glib2-0.9.21-17.el6.x86_64.rpm) = 3fefa7d0f26d34272adbfe6a359c3c3452bad7e6e84cb61925957e73a0b83ff1 +SIZE (rpm/x86_64/centos/6.6/pulseaudio-libs-glib2-0.9.21-17.el6.x86_64.rpm) = 22748 +SHA256 (rpm/x86_64/centos/6.6/pulseaudio-0.9.21-17.el6.src.rpm) = 4b5fe4bf8aaddb5747e01ed3495b01e2aef24f90245c111e49ba52df88f0d33a +SIZE (rpm/x86_64/centos/6.6/pulseaudio-0.9.21-17.el6.src.rpm) = 2376513 Added: head/audio/linux-c6-pulseaudio-libs-glib2/pkg-plist.i686 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/linux-c6-pulseaudio-libs-glib2/pkg-plist.i686 Sat Jan 16 09:16:24 2016 (r406201) @@ -0,0 +1,2 @@ +usr/lib/libpulse-mainloop-glib.so.0 +usr/lib/libpulse-mainloop-glib.so.0.0.4 Added: head/audio/linux-c6-pulseaudio-libs-glib2/pkg-plist.x86_64 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/linux-c6-pulseaudio-libs-glib2/pkg-plist.x86_64 Sat Jan 16 09:16:24 2016 (r406201) @@ -0,0 +1,2 @@ +usr/lib64/libpulse-mainloop-glib.so.0 +usr/lib64/libpulse-mainloop-glib.so.0.0.4