./wip/java-basicplayer, Threaded simple player class based on JavaSound API

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.0, Package name: java-basicplayer-3.0, Maintainer: pkgsrc-users

BasicPlayer layer is the simple player API of jlGui. These classes are designed
to be used in any application that needs simple features
(play, stop, pause, resume, seek) to play audio file or stream.
It's a high-level API over JavaSound API


Required to build:
[lang/sun-jre7] [lang/sun-jdk7] [pkgtools/cwrappers]

Master sites:

RMD160: fbd0ed481a21c88c52a7b4d2bfb9fa8582bb2079
Filesize: 471.376 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-01 23:43:20 by Aleksej Saushev | Files touched by this commit (31)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-09-10 10:36:36 by Kamel Derouiche | Files touched by this commit (1)
Log message:
Update MAINTAINER

   2010-09-09 00:27:03 by Kamel Derouiche | Files touched by this commit (1) | Package updated
Log message:
update Makefile

   2010-09-09 00:04:56 by Kamel Derouiche | Files touched by this commit (4) | Imported package
Log message:
Import java-basicplayer-3.0 as wip/java-basicplayer.

BasicPlayer layer is the simple player API of jlGui. These classes are designed
to be used in any application that needs simple features
(play, stop, pause, resume, seek) to play audio file or stream.
It's a high-level API over JavaSound API