From owner-svn-ports-head@freebsd.org Wed Jun 17 10:23:41 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9F7E134A2E7; Wed, 17 Jun 2020 10:23:41 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49n1PT3gsqz4ZxK; Wed, 17 Jun 2020 10:23:41 +0000 (UTC) (envelope-from tijl@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7958D1EB30; Wed, 17 Jun 2020 10:23:41 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05HANfNM071679; Wed, 17 Jun 2020 10:23:41 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05HANeS3071674; Wed, 17 Jun 2020 10:23:40 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <202006171023.05HANeS3071674@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 17 Jun 2020 10:23:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539414 - in head: Mk/Uses audio/linux-c7-gsm audio/linux-c7-libsndfile X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head: Mk/Uses audio/linux-c7-gsm audio/linux-c7-libsndfile X-SVN-Commit-Revision: 539414 X-SVN-Commit-Repository: ports 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.33 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: Wed, 17 Jun 2020 10:23:41 -0000 Author: tijl Date: Wed Jun 17 10:23:39 2020 New Revision: 539414 URL: https://svnweb.freebsd.org/changeset/ports/539414 Log: Add audio/linux-c7-gsm, required by audio/linux-c7-libsndfile. Reported by: Elijah Stone Added: head/audio/linux-c7-gsm/ head/audio/linux-c7-gsm/Makefile (contents, props changed) head/audio/linux-c7-gsm/distinfo (contents, props changed) head/audio/linux-c7-gsm/pkg-plist.amd64 (contents, props changed) head/audio/linux-c7-gsm/pkg-plist.i386 (contents, props changed) Modified: head/Mk/Uses/linux.mk head/audio/linux-c7-libsndfile/Makefile Modified: head/Mk/Uses/linux.mk ============================================================================== --- head/Mk/Uses/linux.mk Wed Jun 17 10:05:10 2020 (r539413) +++ head/Mk/Uses/linux.mk Wed Jun 17 10:23:39 2020 (r539414) @@ -73,6 +73,7 @@ _linux_c7_fribidi= linux-c7-fribidi>0:converters/lin _linux_${linux_ARGS}_gdkpixbuf2= linux-${linux_ARGS}-gdk-pixbuf2>0:graphics/linux-${linux_ARGS}-gdk-pixbuf2 _linux_${linux_ARGS}_gnutls= linux-${linux_ARGS}-gnutls>0:security/linux-${linux_ARGS}-gnutls _linux_c7_graphite2= linux-c7-graphite2>0:graphics/linux-c7-graphite2 +_linux_c7_gsm= linux-c7-gsm>0:audio/linux-c7-gsm _linux_${linux_ARGS}_gtk2= linux-${linux_ARGS}-gtk2>0:x11-toolkits/linux-${linux_ARGS}-gtk2 _linux_c7_gtk3= linux-c7-gtk3>0:x11-toolkits/linux-c7-gtk3 _linux_c7_harfbuzz= linux-c7-harfbuzz>0:print/linux-c7-harfbuzz Added: head/audio/linux-c7-gsm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/linux-c7-gsm/Makefile Wed Jun 17 10:23:39 2020 (r539414) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= gsm +PORTVERSION= 1.0.13 +DISTVERSIONSUFFIX= -11.el7 +CATEGORIES= audio linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= GSM audio codec (CentOS ${LINUX_DIST_VER}) + +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include Added: head/audio/linux-c7-gsm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/linux-c7-gsm/distinfo Wed Jun 17 10:23:39 2020 (r539414) @@ -0,0 +1,7 @@ +TIMESTAMP = 1592388883 +SHA256 (centos/gsm-1.0.13-11.el7.i686.rpm) = a1649b9d67a999d5a06d433f51919f541a0176a1879c41ba9250832be55773c3 +SIZE (centos/gsm-1.0.13-11.el7.i686.rpm) = 30316 +SHA256 (centos/gsm-1.0.13-11.el7.x86_64.rpm) = 0febb3319e3aef1e1192a5622c5fe0f5963ec6102dc9f60b158d8b4afa601bc3 +SIZE (centos/gsm-1.0.13-11.el7.x86_64.rpm) = 30212 +SHA256 (centos/gsm-1.0.13-11.el7.src.rpm) = 948b58654cac292bb2508fb656906e6346cc8e4de8891325550be24154fecfea +SIZE (centos/gsm-1.0.13-11.el7.src.rpm) = 78519 Added: head/audio/linux-c7-gsm/pkg-plist.amd64 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/linux-c7-gsm/pkg-plist.amd64 Wed Jun 17 10:23:39 2020 (r539414) @@ -0,0 +1,8 @@ +usr/lib/libgsm.so.1 +usr/lib/libgsm.so.1.0.12 +usr/lib64/libgsm.so.1 +usr/lib64/libgsm.so.1.0.12 +%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/MACHINES +%%PORTDOCS%%%%DOCSDIR%%/README Added: head/audio/linux-c7-gsm/pkg-plist.i386 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/linux-c7-gsm/pkg-plist.i386 Wed Jun 17 10:23:39 2020 (r539414) @@ -0,0 +1,6 @@ +usr/lib/libgsm.so.1 +usr/lib/libgsm.so.1.0.12 +%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/MACHINES +%%PORTDOCS%%%%DOCSDIR%%/README Modified: head/audio/linux-c7-libsndfile/Makefile ============================================================================== --- head/audio/linux-c7-libsndfile/Makefile Wed Jun 17 10:05:10 2020 (r539413) +++ head/audio/linux-c7-libsndfile/Makefile Wed Jun 17 10:23:39 2020 (r539414) @@ -4,7 +4,7 @@ PORTNAME= libsndfile PORTVERSION= 1.0.25 DISTVERSIONSUFFIX= -11.el7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio linux MAINTAINER= emulation@FreeBSD.org @@ -12,7 +12,7 @@ COMMENT= Reading and writing files containing sampled USES= linux:c7 USE_LDCONFIG= yes -USE_LINUX= flac libogg libvorbis +USE_LINUX= flac gsm libogg libvorbis USE_LINUX_RPM= yes CONFLICTS= linux-c6-${PORTNAME}-[0-9]*