diff options
author | abs <abs@pkgsrc.org> | 2008-09-14 09:06:54 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-09-14 09:06:54 +0000 |
commit | e8aff14b439a80a7e99e135a3bcb4cb40254222c (patch) | |
tree | f512f4bca87fd2912ce86a082bb1e97a9744a88b /audio/ampache/MESSAGE | |
parent | eaa76025868751e8657ebe1bdbed7f561854e473 (diff) | |
download | pkgsrc-e8aff14b439a80a7e99e135a3bcb4cb40254222c.tar.gz |
Added audio/ampache version 3.4.3
Ampache is a Web-based Audio file manager. It is implemented with
MySQL, and PHP. It allows you to view, edit, and play your audio
files via the web. It has support for playlists, artist and album
views, album art, random play, playback via Http/On the Fly
Transcoding and Downsampling, Vote based playback, Mpd and Icecast,
Integrated Flash Player, as well as per user themes and song play
tracking. You can also Link multiple Ampache servers togeather
using XML-RPC. Ampache supports GETTEXT translations and has a full
translation of many languages
Diffstat (limited to 'audio/ampache/MESSAGE')
-rw-r--r-- | audio/ampache/MESSAGE | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/ampache/MESSAGE b/audio/ampache/MESSAGE new file mode 100644 index 00000000000..71bef32dc53 --- /dev/null +++ b/audio/ampache/MESSAGE @@ -0,0 +1,20 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2008/09/14 09:06:54 abs Exp $ + +Please refer to the following file on how to setup your Ampache +installation. + + ${INSTDIR}/docs/INSTALL + +You will need to make Ampache accessible through your HTTP server. +If you are running Apache and ap-php, then you can add the following +lines to httpd.conf: + + Include ${PKG_SYSCONFDIR}/ampache.conf + +You will also need to ensure php.ini has the following enabled: + + extension=mysql.so + extension=iconv.so + +=========================================================================== |