Import java-mp3spi-1.9.4 as wip/java-mp3spi.

MP3SPI is a Java Service Provider Interface that adds
MP3(MPEG 1/2/2.5 Layer 1/2/3) audio format support for Java Platform.
It supports streaming, ID3v2 frames and Equalizer
This commit is contained in:
Kamel Ibn Aziz Derouiche 2010-09-08 22:31:33 +00:00 committed by Thomas Klausner
parent 960c7237c2
commit cf1edb955d
4 changed files with 88 additions and 0 deletions

3
java-mp3spi/DESCR Normal file
View file

@ -0,0 +1,3 @@
MP3SPI is a Java Service Provider Interface that adds
MP3(MPEG 1/2/2.5 Layer 1/2/3) audio format support for Java Platform.
It supports streaming, ID3v2 frames and Equalizer

34
java-mp3spi/Makefile Normal file
View file

@ -0,0 +1,34 @@
# $NetBSD: Makefile,v 1.1.1.1 2010/09/08 22:31:33 jihbed Exp $
#
DISTNAME= mp3spi1.9.4
PKGNAME= java-mp3spi-1.9.4
CATEGORIES= audio java
MASTER_SITES= http://www.javazoom.net/mp3spi/sources/
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= http://www.javazoom.net/mp3spi/
COMMENT= Interface to support MP3 (MPEG 1/2/2.5 Layer 1/2/3) audio format
LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/MpegAudioSPI1.9.4
NO_BUILD= yes
USE_TOOLS+= pax
USE_LANGUAGES= # none
USE_JAVA= yes
PKG_JVMS_ACCEPTED= sun-jdk6 sun-jdk15 sun-jdk14
INSTALLATION_DIRS= lib/java share/doc/java-mp3spi
do-install:
${INSTALL_DATA} ${WRKSRC}/mp3spi1.9.4.jar\
${DESTDIR}${PREFIX}/lib/java/mp3spi.jar
cd ${WRKSRC}/doc && pax -rw -pp . ${DESTDIR}${PREFIX}/share/doc/java-mp3spi
.include "../../mk/java-vm.mk"
.include "../../mk/bsd.pkg.mk"

46
java-mp3spi/PLIST Normal file
View file

@ -0,0 +1,46 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/08 22:31:33 jihbed Exp $
lib/java/mp3spi.jar
share/doc/java-mp3spi/allclasses-frame.html
share/doc/java-mp3spi/allclasses-noframe.html
share/doc/java-mp3spi/constant-values.html
share/doc/java-mp3spi/deprecated-list.html
share/doc/java-mp3spi/help-doc.html
share/doc/java-mp3spi/index-all.html
share/doc/java-mp3spi/index.html
share/doc/java-mp3spi/javazoom/spi/PropertiesContainer.html
share/doc/java-mp3spi/javazoom/spi/mpeg/sampled/convert/DecodedMpegAudioInputStream.html
share/doc/java-mp3spi/javazoom/spi/mpeg/sampled/convert/MpegFormatConversionProvider.html
share/doc/java-mp3spi/javazoom/spi/mpeg/sampled/convert/package-frame.html
share/doc/java-mp3spi/javazoom/spi/mpeg/sampled/convert/package-summary.html
share/doc/java-mp3spi/javazoom/spi/mpeg/sampled/convert/package-tree.html
share/doc/java-mp3spi/javazoom/spi/mpeg/sampled/file/IcyListener.html
share/doc/java-mp3spi/javazoom/spi/mpeg/sampled/file/MpegAudioFileFormat.html
share/doc/java-mp3spi/javazoom/spi/mpeg/sampled/file/MpegAudioFileReader.html
share/doc/java-mp3spi/javazoom/spi/mpeg/sampled/file/MpegAudioFormat.html
share/doc/java-mp3spi/javazoom/spi/mpeg/sampled/file/MpegEncoding.html
share/doc/java-mp3spi/javazoom/spi/mpeg/sampled/file/MpegFileFormatType.html
share/doc/java-mp3spi/javazoom/spi/mpeg/sampled/file/package-frame.html
share/doc/java-mp3spi/javazoom/spi/mpeg/sampled/file/package-summary.html
share/doc/java-mp3spi/javazoom/spi/mpeg/sampled/file/package-tree.html
share/doc/java-mp3spi/javazoom/spi/mpeg/sampled/file/tag/IcyInputStream.html
share/doc/java-mp3spi/javazoom/spi/mpeg/sampled/file/tag/IcyTag.html
share/doc/java-mp3spi/javazoom/spi/mpeg/sampled/file/tag/MP3MetadataParser.html
share/doc/java-mp3spi/javazoom/spi/mpeg/sampled/file/tag/MP3Tag.html
share/doc/java-mp3spi/javazoom/spi/mpeg/sampled/file/tag/MP3TagParseSupport.html
share/doc/java-mp3spi/javazoom/spi/mpeg/sampled/file/tag/StringableTag.html
share/doc/java-mp3spi/javazoom/spi/mpeg/sampled/file/tag/TagParseEvent.html
share/doc/java-mp3spi/javazoom/spi/mpeg/sampled/file/tag/TagParseListener.html
share/doc/java-mp3spi/javazoom/spi/mpeg/sampled/file/tag/package-frame.html
share/doc/java-mp3spi/javazoom/spi/mpeg/sampled/file/tag/package-summary.html
share/doc/java-mp3spi/javazoom/spi/mpeg/sampled/file/tag/package-tree.html
share/doc/java-mp3spi/javazoom/spi/package-frame.html
share/doc/java-mp3spi/javazoom/spi/package-summary.html
share/doc/java-mp3spi/javazoom/spi/package-tree.html
share/doc/java-mp3spi/overview-frame.html
share/doc/java-mp3spi/overview-summary.html
share/doc/java-mp3spi/overview-tree.html
share/doc/java-mp3spi/package-list
share/doc/java-mp3spi/packages.html
share/doc/java-mp3spi/resources/inherit.gif
share/doc/java-mp3spi/serialized-form.html
share/doc/java-mp3spi/stylesheet.css

5
java-mp3spi/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2010/09/08 22:31:33 jihbed Exp $
SHA1 (mp3spi1.9.4.tar.gz) = 4081b77a7f633e2b623c9c2e35fc48951f545b2c
RMD160 (mp3spi1.9.4.tar.gz) = 770830df325d80aad8bb3c0fb5bea8534a4f18ff
Size (mp3spi1.9.4.tar.gz) = 281589 bytes