From owner-freebsd-emulation@FreeBSD.ORG Thu Apr 28 19:35:27 2011 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66EBD106566C; Thu, 28 Apr 2011 19:35:27 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id DBCC48FC08; Thu, 28 Apr 2011 19:35:26 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 74E451E00258; Thu, 28 Apr 2011 21:35:25 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id p3SJXqoa009002; Thu, 28 Apr 2011 21:33:52 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id p3SJXp5V009001; Thu, 28 Apr 2011 21:33:51 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Thu, 28 Apr 2011 21:33:51 +0200 To: Ion-Mihai Tetcu Message-ID: <20110428193351.GA8814@triton8.kn-bremen.de> References: <4DB6F7BA.4070808@FreeBSD.org> <4DB701C4.30802@FreeBSD.org> <20110426174449.GA4437@triton8.kn-bremen.de> <20110426185132.GA8111@triton8.kn-bremen.de> <4DB72341.7060201@FreeBSD.org> <20110426202349.GA14855@triton8.kn-bremen.de> <4DB7BC6A.7060207@FreeBSD.org> <20110427163047.GA47520@triton8.kn-bremen.de> <7d7a2fab-7c4e-44ce-bdf2-93811c40a4fe@email.android.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7d7a2fab-7c4e-44ce-bdf2-93811c40a4fe@email.android.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: netchild@FreeBSD.org, bsam@FreeBSD.org, emulation@FreeBSD.org, Juergen Lock , Andriy Gapon , multimedia@FreeBSD.org, fluffy@FreeBSD.org Subject: audio/linux-f10-alsa-plugins-oss (was: Re: SNDCTL_DSP_GETIPTR implementation) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2011 19:35:27 -0000 On Wed, Apr 27, 2011 at 08:53:14PM +0300, Ion-Mihai Tetcu wrote: > Juergen Lock wrote: > > >On Wed, Apr 27, 2011 at 09:49:14AM +0300, Andriy Gapon wrote: > >> > >> [adding emulation@ to cc] > >> > >> on 26/04/2011 23:23 Juergen Lock said the following: > >> > Committed. (Also the linux_dvbwrapper-kmod port a few days ago > >btw.) > >> > >> Perhaps you can also commit one of the versions of linux alsa oss > >plugin port? :-) > >> > >> I know at least of two versions in the PR database and probably a few > >people > >> have their own private versions. > > > >I guess you mean, > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=147549&sourceid=opensearch > > ports/147549: [NEW PORT] audio:alsa-plugins-oss: linux alsa plugins > >oss ( for skype 2.1.0.81 ) > > Responsible: itetcu@FreeBSD.org > > > >and > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=147554&sourceid=opensearch > > ports/147554: new ports: audio/linux-f10-[alsa|pulseaudio] > > Responsible: fluffy@FreeBSD.org > > > >- both are already assigned tho so I guess I would be stepping on > >toes...? :) I'll Cc both. > > > > Cheers, > > Juergen > > Go ahead, i'm without net except on my phone for a few day now and it seems it will be like this for a few days more. Thanks and sorry. Ok, I had to add SRC_DISTFILES= ${PORTNAME:S/-oss//}-${PORTVERSION}-${RPMVERSION}.src.rpm and post-patch: ${RM} ${WRKDIR}/etc/alsa/pcm/pcm-oss.conf.orig to ports/147549's Makefile - and now I guess I need approval from bsam (Cc'd) again about the bsd.linux-apps.mk change below: Thanx! :) Juergen Index: Mk/bsd.linux-apps.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.linux-apps.mk,v retrieving revision 1.39 diff -u -p -r1.39 bsd.linux-apps.mk --- Mk/bsd.linux-apps.mk 26 Apr 2011 20:17:14 -0000 1.39 +++ Mk/bsd.linux-apps.mk 28 Apr 2011 18:38:55 -0000 @@ -67,7 +67,8 @@ _LINUX_APPS_ALL= allegro alsalib arts as _LINUX_APPS_ALL+= # 2.6.16 components -_LINUX_26_APPS= blt cyrus-sasl2 dbusglib dbuslibs libidn libssh2 libv4l nspr nss openal-soft \ +_LINUX_26_APPS= alsa-plugins-oss blt cyrus-sasl2 dbusglib dbuslibs \ + libidn libssh2 libv4l nspr nss openal-soft \ openldap pulseaudio-libs sqlite3 tcl84 tk84 _LINUX_APPS_ALL+= ${_LINUX_26_APPS} @@ -97,6 +98,12 @@ allegro_DETECT= ${allegro${LINUX_DIST_S allegro_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-allegro allegro_DEPENDS= xorglibs +# no_alsa-plugins-oss_FILE +alsa-plugins-oss_f10_FILE= ${LINUXBASE}/usr/lib/alsa-lib/libasound_module_pcm_oss.so +alsa-plugins-oss_DETECT= ${alsa-plugins-oss${LINUX_DIST_SUFFIX:S/-/_/}_FILE} +alsa-plugins-oss_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-alsa-plugins-oss +alsa-plugins-oss_DEPENDS= alsalib + alsalib_FILE= ${LINUXBASE}/lib/libasound.so.2.0.0 alsalib_f10_FILE= ${LINUXBASE}/lib/libasound.so.2.0.0 alsalib_DETECT= ${alsalib${LINUX_DIST_SUFFIX:S/-/_/}_FILE}