[Midnightbsd-cvs] mports [25042] trunk/audio: add more linux

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Feb 15 18:36:03 EST 2019


Revision: 25042
          http://svnweb.midnightbsd.org/mports/?rev=25042
Author:   laffer1
Date:     2019-02-15 18:36:02 -0500 (Fri, 15 Feb 2019)
Log Message:
-----------
add more linux

Modified Paths:
--------------
    trunk/audio/Makefile

Added Paths:
-----------
    trunk/audio/linux-laudio/
    trunk/audio/linux-laudio/Makefile
    trunk/audio/linux-laudio/distinfo
    trunk/audio/linux-laudio/pkg-descr
    trunk/audio/linux-laudio/pkg-message
    trunk/audio/linux-skype_oss_wrapper/
    trunk/audio/linux-skype_oss_wrapper/Makefile
    trunk/audio/linux-skype_oss_wrapper/distinfo
    trunk/audio/linux-skype_oss_wrapper/pkg-descr

Modified: trunk/audio/Makefile
===================================================================
--- trunk/audio/Makefile	2019-02-15 23:33:04 UTC (rev 25041)
+++ trunk/audio/Makefile	2019-02-15 23:36:02 UTC (rev 25042)
@@ -123,6 +123,8 @@
 SUBDIR += linux-c7-pulseaudio-libs
 SUBDIR += linux-c7-pulseaudio-utils
 SUBDIR += linux-c7-sdl_mixer
+SUBDIR += linux-laudio
+SUBDIR += linux-skype_oss_wrapper
 SUBDIR += madplay
 SUBDIR += mikmod
 SUBDIR += mpdcon

Added: trunk/audio/linux-laudio/Makefile
===================================================================
--- trunk/audio/linux-laudio/Makefile	                        (rev 0)
+++ trunk/audio/linux-laudio/Makefile	2019-02-15 23:36:02 UTC (rev 25042)
@@ -0,0 +1,29 @@
+# $MidnightBSD$
+
+PORTNAME=	laudio
+PORTVERSION=	0.4
+CATEGORIES=	audio linux
+MASTER_SITES=	http://www.lossless-audio.com/
+PKGNAMEPREFIX=	linux-
+DISTNAME=	la04
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Free lossless audio codec
+
+ONLY_FOR_ARCHS=	amd64 i386
+
+USES=		linux tar:bzip2
+NO_BUILD=	yes
+
+PLIST_FILES=	bin/laudio
+PORTDOCS=	readme.txt
+
+OPTIONS_DEFINE=	DOCS
+
+do-install:
+	${BRANDELF} -t Linux ${WRKDIR}/la
+	${INSTALL_PROGRAM} ${WRKDIR}/la ${STAGEDIR}${PREFIX}/bin/laudio
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKDIR}/readme.txt ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>


Property changes on: trunk/audio/linux-laudio/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/audio/linux-laudio/distinfo
===================================================================
--- trunk/audio/linux-laudio/distinfo	                        (rev 0)
+++ trunk/audio/linux-laudio/distinfo	2019-02-15 23:36:02 UTC (rev 25042)
@@ -0,0 +1,2 @@
+SHA256 (la04.tar.bz2) = 8037e2854899ca76af4b524c26f072a2d75198ab176fce9acfcfbf84f6aa5063
+SIZE (la04.tar.bz2) = 1217373


Property changes on: trunk/audio/linux-laudio/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/audio/linux-laudio/pkg-descr
===================================================================
--- trunk/audio/linux-laudio/pkg-descr	                        (rev 0)
+++ trunk/audio/linux-laudio/pkg-descr	2019-02-15 23:36:02 UTC (rev 25042)
@@ -0,0 +1,6 @@
+Laudio is a port of La, a free lossless audio codec written by Michael
+Bevin.  It is not opensource, but versions are available for Windows and
+Linux.  Currently (October 2005) it offers the best compression ratio
+available.
+
+WWW: http://www.lossless-audio.com/


Property changes on: trunk/audio/linux-laudio/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/audio/linux-laudio/pkg-message
===================================================================
--- trunk/audio/linux-laudio/pkg-message	                        (rev 0)
+++ trunk/audio/linux-laudio/pkg-message	2019-02-15 23:36:02 UTC (rev 25042)
@@ -0,0 +1 @@
+This port requires Linux binary compatibility enabled.


Property changes on: trunk/audio/linux-laudio/pkg-message
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/audio/linux-skype_oss_wrapper/Makefile
===================================================================
--- trunk/audio/linux-skype_oss_wrapper/Makefile	                        (rev 0)
+++ trunk/audio/linux-skype_oss_wrapper/Makefile	2019-02-15 23:36:02 UTC (rev 25042)
@@ -0,0 +1,33 @@
+# $MidnightBSD$
+
+PORTNAME=	skype_oss_wrapper
+PORTVERSION=	0.1.1
+DISTVERSIONPREFIX=	v
+CATEGORIES=	audio linux
+PKGNAMEPREFIX=	linux-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Partial PulseAudio API implementation using OSS backend
+
+LICENSE=	bsd3
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	s3erios
+
+MAKE_ARGS=	CC=${LINUXBASE}/usr/bin/gcc
+USES=		linux
+USE_LINUX=	base devtools:build
+USE_LINUX_PREFIX=	yes
+# do not define USE_LDCONFIG, it's not for global use
+
+ONLY_FOR_ARCHS=	i386 amd64
+PLIST_FILES=	lib/skype_oss_wrapper/libpulse.so.0
+
+LIB_DIR=	${PREFIX}/lib/${PORTNAME}
+
+post-install:
+	${RM} ${STAGEDIR}${PREFIX}/bin/skype_oss
+	${RMDIR} ${STAGEDIR}${PREFIX}/bin
+
+.include <bsd.port.mk>


Property changes on: trunk/audio/linux-skype_oss_wrapper/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/audio/linux-skype_oss_wrapper/distinfo
===================================================================
--- trunk/audio/linux-skype_oss_wrapper/distinfo	                        (rev 0)
+++ trunk/audio/linux-skype_oss_wrapper/distinfo	2019-02-15 23:36:02 UTC (rev 25042)
@@ -0,0 +1,2 @@
+SHA256 (s3erios-skype_oss_wrapper-v0.1.1_GH0.tar.gz) = 0106c7962eb39e68204f266e310eebb03e351aefe6cc1c7befe1a01fc43aeb92
+SIZE (s3erios-skype_oss_wrapper-v0.1.1_GH0.tar.gz) = 12401


Property changes on: trunk/audio/linux-skype_oss_wrapper/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/audio/linux-skype_oss_wrapper/pkg-descr
===================================================================
--- trunk/audio/linux-skype_oss_wrapper/pkg-descr	                        (rev 0)
+++ trunk/audio/linux-skype_oss_wrapper/pkg-descr	2019-02-15 23:36:02 UTC (rev 25042)
@@ -0,0 +1,3 @@
+A fake libpulse.so library that mimics pulseaudio behavior for skype
+
+WWW: https://github.com/waterlaz/skype_oss_wrapper


Property changes on: trunk/audio/linux-skype_oss_wrapper/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list