Sun May 3 14:29:16 2009 UTC ()
Updated audio/ampache to 3.5beta2 - updated to beta as fixes some iconv
related issues on NetBSD

  v.3.5-Beta2 04/07/2009
	- Fix ASX playlists so more data shows up in WMP (Thx Jon611)
	- Fix dynamic playlist items so they work in stream methods again
	- Fixed Recently played so that it correctly shows unique songs
		with the correct data
	- Fix some issues with filenames with Multi-byte characters
		(Thx Momo-i)
	- Add WMV/MPG specific parsing functions (Thx Momo-i)
	- Add text to /test.php for hash() and SHA256() support under PHP
		section
	- Fix SHA256 Support so that it references something that exists
	- Fix incorrect debug_event() on login due to typo
	- Remove manage democratic playlist as it has no meaning in the
		current version
	- Run Dba::reset_db_charset() after upgrade incase people are playing
		hot potato with their charsets.
	- Move Server Preferences to Admin menu (Thx geekdawg)
	- Fixed missing web_path reference on radio creation link
	- Fixed remote catalog_clean not working
	- Fixed xmlrpc get image. getEncoding wasn't static

--------------------------------------------------------------------------
  v.3.5-Beta1 03/15/2009
	- Add democratic methods to api, can now vote, devote, get url
		and the current democratic playlist through the api
	- Revert to old Random Play method
	- Added proxy use for xmlrpcclient
	- Added Configuration 'Wizard' for democratic play
	- Fixed interface feedback issues with democratic play actions
	- Add extension to image urls for the API will add to others as
		needed due to additional query requirement. Needed to fix
		some DLNA devices
	- Fixed typo that caused the height of album art not to display
	- Modified database and added GC for tmp_browse table
	- Added get lyrics and album art using http proxy server #313
		+ username, password patch
	- Added lyricswiki link Ticket #70
	- Updated README language
	- Updated getid3 library 2.0.0b4 to 2.0.0b5
	- Make the Democratic playlist be assoicated with the user
		who sends it to a 'player'
	- Fixed missing page headers on democratic playlist
	- Show who voted for the sogns on democratic playlist
	- Increase default stream length to account for the fact that movies
		are a good bit longer then songs
	- Correct Issues with multi-byte characters in Lyrics (Thx Momo-i)
	- Added caching to Video
	- Added Video calls to the API
	- Remove redundent code from Browse class by making it extend
		nwe Query class
	- Update Prototype to 1.6.0.3
	- Add Time range to advanced search
	- Add sorting to Video Browse
	- Changed to new Query backend for Browsing and Dynamic Playlists

--------------------------------------------------------------------------
  v.3.5-Alpha2 03/08/2009
	- Fixed caching of objects with no return value
	- Fixed updating of songs that should not be updated during catalog
		verify
	- Added default_user_level config option that allows you to define
		the user level when use_auth is false. Also allows manual
		login of admin users when use_auth is false.
	- Fix Version checking and Version Error Message on install (Thx Paleo)
	- Moved Statistics to main menu, split out newest/popular/stats
	- Fixed bug where saved Thumbnails were almost never used
	- Fixed Localplay HTTPQ and MPD controls to reconize Live Stream
		urls.
	- Added Localplay controls to API
	- Added Added/Updated filters to API include the ability to specify
		a date range using ISO 8601 format with [START]/[END]
	- Changed API Date format to ISO 8601
	- Fixed Incorrect Caching of Album records that caused the
		Name + Year + Disk to not be respected
	- Added Lyrics Patch (Thx alister55 & momo-i)
	- Fixed password not updating when editing an HTTPQ localplay
		instance
	- Added Video support
	- Fixed normalize tracks not re-displaying playlist correctly
	- Fixed now playing now showing currently playing song
	- Fixed now playing clear all not correctly refreshing screen
	- Fixed adding object to playlist so that it correctly shows the
		songs rather then an empty playlist
	- Added User Agent to IP History information gathering
	- Added Access Control List Wizards to make API interface
		setup easier
	- Added IPv6 support for Access Control, Sessions, IP History
	- Fixed sorting issue on artist when using search method
	- Updated flash player to 5.9.5
	- Fixed bug where you admins couldn't edit preferences of
		users due to missing 'key' on form
	- Added Mime type to Song XML

--------------------------------------------------------------------------
  v.3.5-Alpha1 12/31/2008
	- Fixed sort_files script so that it properly handles variable
		album art file names in the directories
	- Fixed issue where small thumbnails were used for larger images
		if gd based resizing was enabled in the config
	- Fixed catalog_update.inc so it doesn't produce errors
	- Made democratic play respect force http play
	- Make installation error messages more helpful
	- Added Swedish (sv_SE) translation (Thanks yeager)
	- Allow Add / Verify of sub directories of existing catalogs
	- Prevent an fread of 0 bytes if you seek to the end of a file
	- Added require_localnet_session config that allows you to exclude
		IP(s) from session checks, see config.dist
	- Added Nusoap (http://sourceforge.net/projects/nusoap/) library
		for use with future lyrics feature
	- Fixed problem with flash player where random urls were not being
		added correctly
	- Fixed problem with user creation using old method (Thx Purdyk)
	- Switched to SHA256() for API and Passwords
	- Added check for BADTIME error code from Last.FM and correctly
		return the error rather then a generic one
	- Fix http auth session issues, where every request blew away the
		old session information
	- Many other minor improvements (Thx Dipsol)
	- Fixed warnings in caching code (Thx Dipsol)
	- Massive text cleanup (Thx Dipsol)
	- Fixed tag searching and improved some other search methods to
		prevent SQL warnings on no results
	- Improved Test page checks to more accuratly verify putENV support
	- Make network downsampling a little more sane, don't require
		access level
	- Added caching to Playlist dropdown
	- Fixed double caching on some objects
	- Added base.css and 4 tag 'font' sizes depending on weight/count
	- Fixed inline song edit
	- Updated registration multi-byte mail.
	- Fixed vainfo.class.php didn't catch exception for first analyze.
	- Fixed iconv() returns an empty strings (Thx abs0)
	- Updated getid3 for multi-byte characters, but some wrong id3tags
		have occurred exception error.
        - Fixed use_auth = false not correctly re-creating the session if
                you had just switched from use_auth = true
	- Add links to RSS feeds and set default to TRUE in config.dist
        - Fixed Dynamic Random/Related URLs with players that always send
                a byte offset (MPD)
	- Added Checkbox to use existing Database
	- Updated language code and Fixed catalan language code
	- Added Emulate gettext() from upgradephp-15
		(http://freshmeat.net/p/upgradephp)
	- Fixed Test.php parse error.
	- Updated multibyte character strings mail.
	- Fixed To send mail don't remove the last comma from recipient.
	- Updated More translatable templates.
	- Removed merge-messages.sh and Add LANGLIST (each languages
		translation statistics).
	- Fixed If database name don't named ampache, can't renamed tags
		to tag.
	- Fixed count issue on browse Artists (Thx Sylvander)
	- Fixed prevent_multiple_logins, preventing all logins (Thx hugh)
	- Fixed Export catalog headers so it corretly prompts you to download
		the file
	- Add ability to sort by artist name, album name on song browse
	- Implemented caching on artist and album browse, added total
		artist time to the many artist view
	- Fixed test config page so it bounces you back to the test page
		if the config starts parsing correctly
	- Fixed browsing so that you can browse two different types in two
		windows at the same time
	- Improved gather script for translations (Thx momo-i)
	- Added paging to the localplay playlist
	- Updated German Translation (Thx Laurent)
	- Fixed issue where Remote songs would never be removed from
		the democratic playlist
	- Fixed issue where user preferences weren't set correctly
		on stream (Thx lorijho)
	- Added caching of user preferences to avoid a SQL query on load
		(Thx Protagonist)
	- Fixed home menu not always displaying the entire contents
	- Fixed logic error with duplicate login setting which caused it
		to only work if mysql auth was used
	- Changed Passwords to SHA1 will prompt to reset password
        - Corrected some translation strings and added jp_JP (Thx momo-i)
	- Ignore filenames that start with . (hidden) solves an issue
		with mac filesystems
	- Fix tracking of stats for downloaded songs
	- Fix divide by 0 error during transcode in some configurations
	- Remove root mysql pw requirement from installer
	- Added Image Dimensions on Find Album Art page
	- Added Confirmation Screen to Catalog Deletion
	- Reorganized Menu System and Added Modules section
	- Fix an error if you try to add a shoutbox for an invalid object
		(Thx atrophic)
	- Fixed issue with art dump on jpeg files (Thx atrophic)
        - Fixed issue with force http play and port not correctly specifying
                non-standard http port (Thx Deathcrow)
	- Remember Starts With value even if you switch tabs
	- Fixed rating caching so it actually completely works now
	- Removed redundent UPDATE on session table due to /util.php
	- Added Batch Download to single Artist view
	- Added back in the direct links on songs, requires download set
		to enabled as it's essentially the same thing except with
		now playing information tied to it
	- Bumped API Version to 350001 and require that a version is sent
		with handshake to indicate the application will work
	- Removed the MyStrands plugin as did not provide good data, and does
		not appear to have been used
	- Added Catalog Prefix config option used to determine which prefixes
		should not be used for sorting
	- Merged Browse Menu with Home
	- Added checkbox to single artist view allowing you to enable/disable
		album art thumbnails on albums of said artist
	- Added timeout override on update_single_item because the function
		is a lie
	- Fix translations so it's not all german
	- Genre Tag is now used as a 'Tag', Browse Genre removed
	- Ignore getid3() iconv stuff doesn't seem to work
	- Improved fix_filenames.inc, tries a translation first then strips
		invalid characters
	- Fixed album art not clearing thumbnail correctly on gather
	- Fixed localplay instance not displaying correctly after change
		until a page refresh
	- Fixed endless loop on index if you haven't played a song in
		over two years
	- Fixed gather art and parse m3u not working on catalog create
		also added URL read support to m3u import
	- Upped Minimum requirements to Mysql 5.x
	- Add codeunde1load's Web 2.0 style tag patch
	- Fixed typo in e-mail From: name (Thx Xgizzmo)
	- Fixed typo in browse auto_init() which could cause ampache to not
		remember your start point in some situations. (Thx Xgizzmo)


(abs)
diff -r1.1.1.1 -r1.2 pkgsrc/audio/ampache/MESSAGE
diff -r1.1.1.1 -r1.2 pkgsrc/audio/ampache/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/audio/ampache/PLIST
diff -r1.1.1.1 -r1.2 pkgsrc/audio/ampache/distinfo
diff -r1.1.1.1 -r0 pkgsrc/audio/ampache/patches/patch-aa

cvs diff -r1.1.1.1 -r1.2 pkgsrc/audio/ampache/Attic/MESSAGE (expand / switch to unified diff)

--- pkgsrc/audio/ampache/Attic/MESSAGE 2008/09/14 09:06:54 1.1.1.1
+++ pkgsrc/audio/ampache/Attic/MESSAGE 2009/05/03 14:29:15 1.2
@@ -1,20 +1,22 @@ @@ -1,20 +1,22 @@
1=========================================================================== 1===========================================================================
2$NetBSD: MESSAGE,v 1.1.1.1 2008/09/14 09:06:54 abs Exp $ 2$NetBSD: MESSAGE,v 1.2 2009/05/03 14:29:15 abs Exp $
3 3
4Please refer to the following file on how to setup your Ampache 4Please refer to the following file on how to setup your Ampache
5installation. 5installation.
6 6
7 ${INSTDIR}/docs/INSTALL 7 ${INSTDIR}/docs/INSTALL
8 8
9You will need to make Ampache accessible through your HTTP server. 9You will need to make Ampache accessible through your HTTP server.
10If you are running Apache and ap-php, then you can add the following 10If you are running Apache and ap-php, then you can add the following
11lines to httpd.conf: 11lines to httpd.conf:
12 12
13 Include ${PKG_SYSCONFDIR}/ampache.conf 13 Include ${PKG_SYSCONFDIR}/ampache.conf
14 14
15You will also need to ensure php.ini has the following enabled: 15You will also need to ensure php.ini has the following enabled:
16 16
17 extension=mysql.so 17 extension=gettext.so
18 extension=iconv.so 18 extension=iconv.so
 19 extension=mbstring.so
 20 extension=mysql.so
19 21
20=========================================================================== 22===========================================================================

cvs diff -r1.1.1.1 -r1.2 pkgsrc/audio/ampache/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/ampache/Makefile 2008/09/14 09:06:54 1.1.1.1
+++ pkgsrc/audio/ampache/Makefile 2009/05/03 14:29:15 1.2
@@ -1,51 +1,54 @@ @@ -1,51 +1,54 @@
1# $NetBSD: Makefile,v 1.1.1.1 2008/09/14 09:06:54 abs Exp $ 1# $NetBSD: Makefile,v 1.2 2009/05/03 14:29:15 abs Exp $
2# 2#
3 3
4DISTNAME= ampache-3.4.3 4DISTNAME= ampache-3.5-beta2
 5PKGNAME= ${DISTNAME:S:-beta:beta:}
5CATEGORIES= audio 6CATEGORIES= audio
6MASTER_SITES= http://ampache.org/downloads/ 7MASTER_SITES= http://ampache.org/downloads/
7 8
8MAINTAINER= abs@NetBSD.org 9MAINTAINER= abs@NetBSD.org
9HOMEPAGE= http://ampache.org/downloads/ 10HOMEPAGE= http://ampache.org/
10COMMENT= Web-based Audio file manager 11COMMENT= Web-based Audio file manager
11 12
12DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=0:../../www/ap-php 13DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=5.2:../../www/ap-php
13DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=0:../../databases/php-mysql 14DEPENDS+= ${PHP_PKG_PREFIX}-gettext>=0:../../devel/php-gettext
14DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=0:../../converters/php-iconv 15DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=0:../../converters/php-iconv
 16DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=0:../../misc/php-mbstring
 17DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=0:../../databases/php-mysql
15 18
16NO_BUILD= yes 19NO_BUILD= yes
17USE_LANGUAGES= # none 20USE_LANGUAGES= # none
18USE_PKGLOCALEDIR= yes 21USE_PKGLOCALEDIR= yes
19USE_TOOLS+= pax 22USE_TOOLS+= pax
20 23
21INSTDIR= ${PREFIX}/share/ampache 24INSTDIR= ${PREFIX}/share/ampache
22EGDIR= ${PREFIX}/share/examples 25EGDIR= ${PREFIX}/share/examples
23 26
24MESSAGE_SUBST+= INSTDIR=${INSTDIR:Q} 27MESSAGE_SUBST+= INSTDIR=${INSTDIR:Q}
25FILES_SUBST+= INSTDIR=${INSTDIR:Q} 28FILES_SUBST+= INSTDIR=${INSTDIR:Q}
26 29
27SUBST_CLASSES+= files 30SUBST_CLASSES+= files
28SUBST_STAGE.files= do-configure 31SUBST_STAGE.files= do-configure
29SUBST_FILES.files= ampache.conf 32SUBST_FILES.files= ampache.conf
30SUBST_SED.files= -e "s|@INSTDIR@|${INSTDIR}|g" 33SUBST_SED.files= -e "s|@INSTDIR@|${INSTDIR}|g"
31SUBST_MESSAGE.files= Substituting paths into apache config fragment 34SUBST_MESSAGE.files= Substituting paths into apache config fragment
32 35
33CONF_FILES= ${EGDIR}/ampache.conf \ 36CONF_FILES= ${EGDIR}/ampache.conf \
34 ${PKG_SYSCONFDIR}/ampache.conf 37 ${PKG_SYSCONFDIR}/ampache.conf
35 38
36PKG_DESTDIR_SUPPORT= user-destdir 39PKG_DESTDIR_SUPPORT= user-destdir
 40INSTALLATION_DIRS+= ${EGDIR}
37 41
38post-extract: 42post-extract:
39 ${CP} ${FILESDIR}/ampache.conf ${WRKSRC}/ampache.conf 43 ${CP} ${FILESDIR}/ampache.conf ${WRKSRC}/ampache.conf
40 44
41do-install: 45do-install:
42 ${CHMOD} -x ${WRKSRC}/docs/* 46 ${CHMOD} -x ${WRKSRC}/docs/[A-Z]*
43 ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR} 
44 ${INSTALL_DATA} ${WRKSRC}/ampache.conf ${DESTDIR}${EGDIR}/ampache.conf 47 ${INSTALL_DATA} ${WRKSRC}/ampache.conf ${DESTDIR}${EGDIR}/ampache.conf
45 set -e; cd ${WRKSRC} && pax -rw -pe . ${DESTDIR}${INSTDIR} 48 set -e; cd ${WRKSRC} && pax -rw -pe . ${DESTDIR}${INSTDIR}
46 ${RM} -f ${DESTDIR}${INSTDIR}/ampache.conf 49 ${RM} -f ${DESTDIR}${INSTDIR}/ampache.conf
47 ${FIND} ${DESTDIR}${INSTDIR} -name '*.orig' | ${XARGS} ${RM} 50 ${FIND} ${DESTDIR}${INSTDIR} -name '*.orig' | ${XARGS} ${RM}
48 51
49.include "../../mk/apache.mk" 52.include "../../mk/apache.mk"
50.include "../../lang/php/phpversion.mk" 53.include "../../lang/php/phpversion.mk"
51.include "../../mk/bsd.pkg.mk" 54.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/audio/ampache/PLIST (expand / switch to unified diff)

--- pkgsrc/audio/ampache/PLIST 2008/09/14 09:06:54 1.1.1.1
+++ pkgsrc/audio/ampache/PLIST 2009/05/03 14:29:15 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.1.1.1 2008/09/14 09:06:54 abs Exp $ 1@comment $NetBSD: PLIST,v 1.2 2009/05/03 14:29:15 abs Exp $
2share/ampache/admin/access.php 2share/ampache/admin/access.php
3share/ampache/admin/catalog.php 3share/ampache/admin/catalog.php
4share/ampache/admin/duplicates.php 4share/ampache/admin/duplicates.php
5share/ampache/admin/export.php 5share/ampache/admin/export.php
6share/ampache/admin/flag.php 6share/ampache/admin/flag.php
7share/ampache/admin/index.php 7share/ampache/admin/index.php
8share/ampache/admin/mail.php 8share/ampache/admin/mail.php
9share/ampache/admin/modules.php 9share/ampache/admin/modules.php
10share/ampache/admin/shout.php 10share/ampache/admin/shout.php
11share/ampache/admin/system.php 11share/ampache/admin/system.php
12share/ampache/admin/users.php 12share/ampache/admin/users.php
13share/ampache/albums.php 13share/ampache/albums.php
14share/ampache/artists.php 14share/ampache/artists.php
@@ -24,173 +24,179 @@ share/ampache/bin/sort_files.inc @@ -24,173 +24,179 @@ share/ampache/bin/sort_files.inc
24share/ampache/bin/write_playlists.inc 24share/ampache/bin/write_playlists.inc
25share/ampache/bin/write_tags.inc 25share/ampache/bin/write_tags.inc
26share/ampache/browse.php 26share/ampache/browse.php
27share/ampache/config/.htaccess 27share/ampache/config/.htaccess
28share/ampache/config/ampache.cfg.php.dist 28share/ampache/config/ampache.cfg.php.dist
29share/ampache/config/motd.php.dist 29share/ampache/config/motd.php.dist
30share/ampache/config/registration_agreement.php.dist 30share/ampache/config/registration_agreement.php.dist
31share/ampache/democratic.php 31share/ampache/democratic.php
32share/ampache/docs/CHANGELOG 32share/ampache/docs/CHANGELOG
33share/ampache/docs/GPL-LICENSE 33share/ampache/docs/GPL-LICENSE
34share/ampache/docs/INSTALL 34share/ampache/docs/INSTALL
35share/ampache/docs/MIGRATION 35share/ampache/docs/MIGRATION
36share/ampache/docs/README 36share/ampache/docs/README
 37share/ampache/docs/man/man1/ampache.1
37share/ampache/favicon.ico 38share/ampache/favicon.ico
38share/ampache/flag.php 39share/ampache/flag.php
39share/ampache/genre.php 40share/ampache/genre.php
40share/ampache/image.php 41share/ampache/image.php
41share/ampache/images/ampache.png 42share/ampache/images/ampache.png
42share/ampache/images/blank-pixel.gif 43share/ampache/images/blank-pixel.gif
43share/ampache/images/blankalbum.gif 44share/ampache/images/blankalbum.gif
 45share/ampache/images/blankalbum.jpg
44share/ampache/images/icon_add.png 46share/ampache/images/icon_add.png
 47share/ampache/images/icon_add_key.png
 48share/ampache/images/icon_add_tag.png
45share/ampache/images/icon_add_user.png 49share/ampache/images/icon_add_user.png
46share/ampache/images/icon_admin.png 50share/ampache/images/icon_admin.png
47share/ampache/images/icon_all.png 51share/ampache/images/icon_all.png
48share/ampache/images/icon_ampache.png 52share/ampache/images/icon_ampache.png
49share/ampache/images/icon_batch_download.png 53share/ampache/images/icon_batch_download.png
50share/ampache/images/icon_browse.png 
51share/ampache/images/icon_cog.png 54share/ampache/images/icon_cog.png
52share/ampache/images/icon_comment.png 55share/ampache/images/icon_comment.png
53share/ampache/images/icon_delete.png 56share/ampache/images/icon_delete.png
54share/ampache/images/icon_disable.png 57share/ampache/images/icon_disable.png
55share/ampache/images/icon_download.png 58share/ampache/images/icon_download.png
56share/ampache/images/icon_edit.png 59share/ampache/images/icon_edit.png
57share/ampache/images/icon_enable.png 60share/ampache/images/icon_enable.png
58share/ampache/images/icon_feed.png 61share/ampache/images/icon_feed.png
59share/ampache/images/icon_flag.png 62share/ampache/images/icon_flag.png
60share/ampache/images/icon_flag_off.png 63share/ampache/images/icon_flag_off.png
61share/ampache/images/icon_home.png 64share/ampache/images/icon_home.png
62share/ampache/images/icon_link.png 65share/ampache/images/icon_link.png
63share/ampache/images/icon_lock.png 66share/ampache/images/icon_lock.png
64share/ampache/images/icon_logout.png 67share/ampache/images/icon_logout.png
65share/ampache/images/icon_money.png 68share/ampache/images/icon_money.png
66share/ampache/images/icon_next.png 69share/ampache/images/icon_next.png
67share/ampache/images/icon_next_hover.png 70share/ampache/images/icon_next_hover.png
68share/ampache/images/icon_pause.png 71share/ampache/images/icon_pause.png
69share/ampache/images/icon_pause_hover.png 72share/ampache/images/icon_pause_hover.png
70share/ampache/images/icon_play.png 73share/ampache/images/icon_play.png
71share/ampache/images/icon_play_hover.png 74share/ampache/images/icon_play_hover.png
72share/ampache/images/icon_playlist_add.png 75share/ampache/images/icon_playlist_add.png
 76share/ampache/images/icon_plugin.png
73share/ampache/images/icon_preferences.png 77share/ampache/images/icon_preferences.png
74share/ampache/images/icon_prev.png 78share/ampache/images/icon_prev.png
75share/ampache/images/icon_prev_hover.png 79share/ampache/images/icon_prev_hover.png
76share/ampache/images/icon_random.png 80share/ampache/images/icon_random.png
77share/ampache/images/icon_server_lightning.png 81share/ampache/images/icon_server_lightning.png
78share/ampache/images/icon_statistics.png 82share/ampache/images/icon_statistics.png
79share/ampache/images/icon_stop.png 83share/ampache/images/icon_stop.png
80share/ampache/images/icon_stop_hover.png 84share/ampache/images/icon_stop_hover.png
81share/ampache/images/icon_thumb_down.png 85share/ampache/images/icon_tick.png
82share/ampache/images/icon_thumb_up.png 
83share/ampache/images/icon_view.png 86share/ampache/images/icon_view.png
84share/ampache/images/icon_volumedn.png 87share/ampache/images/icon_volumedn.png
85share/ampache/images/icon_volumemute.png 88share/ampache/images/icon_volumemute.png
86share/ampache/images/icon_volumeup.png 89share/ampache/images/icon_volumeup.png
 90share/ampache/images/icon_wand.png
87share/ampache/images/icon_world_link.png 91share/ampache/images/icon_world_link.png
88share/ampache/images/ratings/star_rating.gif 92share/ampache/images/ratings/star_rating.gif
89share/ampache/images/ratings/x.gif 93share/ampache/images/ratings/x.gif
90share/ampache/images/ratings/x_off.gif 94share/ampache/images/ratings/x_off.gif
91share/ampache/images/top_bg.jpg 95share/ampache/images/top_bg.jpg
92share/ampache/index.php 96share/ampache/index.php
93share/ampache/install.php 97share/ampache/install.php
94share/ampache/lib/album.lib.php 
95share/ampache/lib/artist.lib.php 
96share/ampache/lib/batch.lib.php 98share/ampache/lib/batch.lib.php
97share/ampache/lib/class/access.class.php 99share/ampache/lib/class/access.class.php
98share/ampache/lib/class/ajax.class.php 100share/ampache/lib/class/ajax.class.php
99share/ampache/lib/class/album.class.php 101share/ampache/lib/class/album.class.php
100share/ampache/lib/class/ampachemail.class.php 102share/ampache/lib/class/ampachemail.class.php
 103share/ampache/lib/class/ampacherss.class.php
101share/ampache/lib/class/api.class.php 104share/ampache/lib/class/api.class.php
102share/ampache/lib/class/artist.class.php 105share/ampache/lib/class/artist.class.php
103share/ampache/lib/class/browse.class.php 106share/ampache/lib/class/browse.class.php
104share/ampache/lib/class/catalog.class.php 107share/ampache/lib/class/catalog.class.php
105share/ampache/lib/class/config.class.php 108share/ampache/lib/class/config.class.php
 109share/ampache/lib/class/core.class.php
 110share/ampache/lib/class/database_object.abstract.php
106share/ampache/lib/class/dba.class.php 111share/ampache/lib/class/dba.class.php
107share/ampache/lib/class/democratic.class.php 112share/ampache/lib/class/democratic.class.php
108share/ampache/lib/class/error.class.php 113share/ampache/lib/class/error.class.php
109share/ampache/lib/class/flag.class.php 114share/ampache/lib/class/flag.class.php
110share/ampache/lib/class/genre.class.php 
111share/ampache/lib/class/localplay.abstract.php 115share/ampache/lib/class/localplay.abstract.php
112share/ampache/lib/class/localplay.class.php 116share/ampache/lib/class/localplay.class.php
113share/ampache/lib/class/metadata.class.php 117share/ampache/lib/class/media.interface.php
114share/ampache/lib/class/playlist.class.php 118share/ampache/lib/class/playlist.class.php
115share/ampache/lib/class/plugin.class.php 119share/ampache/lib/class/plugin.class.php
116share/ampache/lib/class/preference.class.php 120share/ampache/lib/class/preference.class.php
 121share/ampache/lib/class/query.class.php
117share/ampache/lib/class/radio.class.php 122share/ampache/lib/class/radio.class.php
118share/ampache/lib/class/random.class.php 123share/ampache/lib/class/random.class.php
119share/ampache/lib/class/rating.class.php 124share/ampache/lib/class/rating.class.php
120share/ampache/lib/class/registration.class.php 125share/ampache/lib/class/registration.class.php
121share/ampache/lib/class/rss.class.php 
122share/ampache/lib/class/scrobbler.class.php 126share/ampache/lib/class/scrobbler.class.php
123share/ampache/lib/class/shoutbox.class.php 127share/ampache/lib/class/shoutbox.class.php
124share/ampache/lib/class/song.class.php 128share/ampache/lib/class/song.class.php
125share/ampache/lib/class/stats.class.php 129share/ampache/lib/class/stats.class.php
126share/ampache/lib/class/stream.class.php 130share/ampache/lib/class/stream.class.php
 131share/ampache/lib/class/tag.class.php
127share/ampache/lib/class/tmpplaylist.class.php 132share/ampache/lib/class/tmpplaylist.class.php
128share/ampache/lib/class/update.class.php 133share/ampache/lib/class/update.class.php
129share/ampache/lib/class/user.class.php 134share/ampache/lib/class/user.class.php
130share/ampache/lib/class/vainfo.class.php 135share/ampache/lib/class/vainfo.class.php
131share/ampache/lib/class/vauth.class.php 136share/ampache/lib/class/vauth.class.php
132share/ampache/lib/class/view.class.php 137share/ampache/lib/class/video.class.php
133share/ampache/lib/class/xmldata.class.php 138share/ampache/lib/class/xmldata.class.php
134share/ampache/lib/class/xmlrpcclient.class.php 139share/ampache/lib/class/xmlrpcclient.class.php
135share/ampache/lib/class/xmlrpcserver.class.php 140share/ampache/lib/class/xmlrpcserver.class.php
136share/ampache/lib/debug.lib.php 141share/ampache/lib/debug.lib.php
137share/ampache/lib/general.lib.php 142share/ampache/lib/general.lib.php
138share/ampache/lib/gettext.php 143share/ampache/lib/gettext.php
139share/ampache/lib/init.php 144share/ampache/lib/init.php
140share/ampache/lib/install.php 145share/ampache/lib/install.php
141share/ampache/lib/javascript-base.js 146share/ampache/lib/javascript-base.js
142share/ampache/lib/log.lib.php 147share/ampache/lib/log.lib.php
143share/ampache/lib/preferences.php 148share/ampache/lib/preferences.php
144share/ampache/lib/rating.lib.php 149share/ampache/lib/rating.lib.php
145share/ampache/lib/rss.php 
146share/ampache/lib/search.php 150share/ampache/lib/search.php
147share/ampache/lib/stream.lib.php 
148share/ampache/lib/themes.php 151share/ampache/lib/themes.php
149share/ampache/lib/ui.lib.php 152share/ampache/lib/ui.lib.php
150share/ampache/lib/xmlrpc.php 153share/ampache/lib/xmlrpc.php
 154share/ampache/locale/base/LANGLIST
151share/ampache/locale/base/TRANSLATIONS 155share/ampache/locale/base/TRANSLATIONS
152share/ampache/locale/base/merge-messages.sh 156share/ampache/locale/base/gather-messages.sh
153share/ampache/locale/base/messages.po 157share/ampache/locale/base/messages.pot
154share/ampache/locale/ca_CA/LC_MESSAGES/messages.mo 158share/ampache/locale/base/translation-words.txt
155share/ampache/locale/ca_CA/LC_MESSAGES/messages.po 159share/ampache/locale/ca_ES/LC_MESSAGES/messages.mo
 160share/ampache/locale/ca_ES/LC_MESSAGES/messages.po
156share/ampache/locale/de_DE/LC_MESSAGES/messages.mo 161share/ampache/locale/de_DE/LC_MESSAGES/messages.mo
157share/ampache/locale/de_DE/LC_MESSAGES/messages.po 162share/ampache/locale/de_DE/LC_MESSAGES/messages.po
158share/ampache/locale/el_GR/LC_MESSAGES/messages.mo 163share/ampache/locale/el_GR/LC_MESSAGES/messages.mo
159share/ampache/locale/el_GR/LC_MESSAGES/messages.po 164share/ampache/locale/el_GR/LC_MESSAGES/messages.po
160share/ampache/locale/en_GB/LC_MESSAGES/messages.mo 165share/ampache/locale/en_GB/LC_MESSAGES/messages.mo
161share/ampache/locale/en_GB/LC_MESSAGES/messages.po 166share/ampache/locale/en_GB/LC_MESSAGES/messages.po
162share/ampache/locale/es_ES/LC_MESSAGES/messages.mo 167share/ampache/locale/es_ES/LC_MESSAGES/messages.mo
163share/ampache/locale/es_ES/LC_MESSAGES/messages.po 168share/ampache/locale/es_ES/LC_MESSAGES/messages.po
164share/ampache/locale/fr_FR/LC_MESSAGES/messages.mo 169share/ampache/locale/fr_FR/LC_MESSAGES/messages.mo
165share/ampache/locale/fr_FR/LC_MESSAGES/messages.po 170share/ampache/locale/fr_FR/LC_MESSAGES/messages.po
166share/ampache/locale/it_IT/LC_MESSAGES/messages.mo 171share/ampache/locale/it_IT/LC_MESSAGES/messages.mo
167share/ampache/locale/it_IT/LC_MESSAGES/messages.po 172share/ampache/locale/it_IT/LC_MESSAGES/messages.po
168share/ampache/locale/ja_JP/LC_MESSAGES/messages.mo 173share/ampache/locale/ja_JP/LC_MESSAGES/messages.mo
169share/ampache/locale/ja_JP/LC_MESSAGES/messages.po 174share/ampache/locale/ja_JP/LC_MESSAGES/messages.po
 175share/ampache/locale/nb_NO/LC_MESSAGES/messages.mo
 176share/ampache/locale/nb_NO/LC_MESSAGES/messages.po
170share/ampache/locale/nl_NL/LC_MESSAGES/messages.mo 177share/ampache/locale/nl_NL/LC_MESSAGES/messages.mo
171share/ampache/locale/nl_NL/LC_MESSAGES/messages.po 178share/ampache/locale/nl_NL/LC_MESSAGES/messages.po
172share/ampache/locale/ru_RU/LC_MESSAGES/messages.mo 179share/ampache/locale/ru_RU/LC_MESSAGES/messages.mo
173share/ampache/locale/ru_RU/LC_MESSAGES/messages.po 180share/ampache/locale/ru_RU/LC_MESSAGES/messages.po
174share/ampache/locale/tr_TR/LC_MESSAGES/messages.mo 181share/ampache/locale/sv_SE/LC_MESSAGES/messages.mo
175share/ampache/locale/tr_TR/LC_MESSAGES/messages.po 182share/ampache/locale/sv_SE/LC_MESSAGES/messages.po
176share/ampache/locale/zh_CN/LC_MESSAGES/messages.mo 
177share/ampache/locale/zh_CN/LC_MESSAGES/messages.po 
178share/ampache/localplay.php 183share/ampache/localplay.php
179share/ampache/login.php 184share/ampache/login.php
180share/ampache/logout.php 185share/ampache/logout.php
181share/ampache/modules/archive/archive.lib.php 186share/ampache/modules/archive/archive.lib.php
182share/ampache/modules/captcha/FreeMono-Medium.ttf 187share/ampache/modules/captcha/FreeMono-Medium.ttf
183share/ampache/modules/captcha/captcha.php 188share/ampache/modules/captcha/captcha.php
 189share/ampache/modules/emulator/gettext.php
184share/ampache/modules/flash/LICENSE 190share/ampache/modules/flash/LICENSE
185share/ampache/modules/flash/Original/skin.xml 191share/ampache/modules/flash/Original/skin.xml
186share/ampache/modules/flash/crossdomain.xml 192share/ampache/modules/flash/crossdomain.xml
187share/ampache/modules/flash/xspf_jukebox.swf 193share/ampache/modules/flash/xspf_jukebox.swf
188share/ampache/modules/flash/xspf_player.php 194share/ampache/modules/flash/xspf_player.php
189share/ampache/modules/getid3/docs/changelog.txt 195share/ampache/modules/getid3/docs/changelog.txt
190share/ampache/modules/getid3/docs/dependencies.txt 196share/ampache/modules/getid3/docs/dependencies.txt
191share/ampache/modules/getid3/docs/license.commercial.txt 197share/ampache/modules/getid3/docs/license.commercial.txt
192share/ampache/modules/getid3/docs/license.txt 198share/ampache/modules/getid3/docs/license.txt
193share/ampache/modules/getid3/docs/readme.txt 199share/ampache/modules/getid3/docs/readme.txt
194share/ampache/modules/getid3/docs/readme.windows.txt 200share/ampache/modules/getid3/docs/readme.windows.txt
195share/ampache/modules/getid3/docs/structure.txt 201share/ampache/modules/getid3/docs/structure.txt
196share/ampache/modules/getid3/extension.cache.dbm.php 202share/ampache/modules/getid3/extension.cache.dbm.php
@@ -210,27 +216,28 @@ share/ampache/modules/getid3/module.audi @@ -210,27 +216,28 @@ share/ampache/modules/getid3/module.audi
210share/ampache/modules/getid3/module.audio-video.swf.php 216share/ampache/modules/getid3/module.audio-video.swf.php
211share/ampache/modules/getid3/module.audio.aac_adif.php 217share/ampache/modules/getid3/module.audio.aac_adif.php
212share/ampache/modules/getid3/module.audio.aac_adts.php 218share/ampache/modules/getid3/module.audio.aac_adts.php
213share/ampache/modules/getid3/module.audio.ac3.php 219share/ampache/modules/getid3/module.audio.ac3.php
214share/ampache/modules/getid3/module.audio.au.php 220share/ampache/modules/getid3/module.audio.au.php
215share/ampache/modules/getid3/module.audio.avr.php 221share/ampache/modules/getid3/module.audio.avr.php
216share/ampache/modules/getid3/module.audio.bonk.php 222share/ampache/modules/getid3/module.audio.bonk.php
217share/ampache/modules/getid3/module.audio.dts.php 223share/ampache/modules/getid3/module.audio.dts.php
218share/ampache/modules/getid3/module.audio.la.php 224share/ampache/modules/getid3/module.audio.la.php
219share/ampache/modules/getid3/module.audio.lpac.php 225share/ampache/modules/getid3/module.audio.lpac.php
220share/ampache/modules/getid3/module.audio.midi.php 226share/ampache/modules/getid3/module.audio.midi.php
221share/ampache/modules/getid3/module.audio.monkey.php 227share/ampache/modules/getid3/module.audio.monkey.php
222share/ampache/modules/getid3/module.audio.mp3.php 228share/ampache/modules/getid3/module.audio.mp3.php
223share/ampache/modules/getid3/module.audio.mpc.php 229share/ampache/modules/getid3/module.audio.mpc7.php
 230share/ampache/modules/getid3/module.audio.mpc8.php
224share/ampache/modules/getid3/module.audio.mpc_old.php 231share/ampache/modules/getid3/module.audio.mpc_old.php
225share/ampache/modules/getid3/module.audio.optimfrog.php 232share/ampache/modules/getid3/module.audio.optimfrog.php
226share/ampache/modules/getid3/module.audio.rkau.php 233share/ampache/modules/getid3/module.audio.rkau.php
227share/ampache/modules/getid3/module.audio.shorten.php 234share/ampache/modules/getid3/module.audio.shorten.php
228share/ampache/modules/getid3/module.audio.tta.php 235share/ampache/modules/getid3/module.audio.tta.php
229share/ampache/modules/getid3/module.audio.voc.php 236share/ampache/modules/getid3/module.audio.voc.php
230share/ampache/modules/getid3/module.audio.vqf.php 237share/ampache/modules/getid3/module.audio.vqf.php
231share/ampache/modules/getid3/module.audio.wavpack.php 238share/ampache/modules/getid3/module.audio.wavpack.php
232share/ampache/modules/getid3/module.audio.xiph.php 239share/ampache/modules/getid3/module.audio.xiph.php
233share/ampache/modules/getid3/module.graphic.bmp.php 240share/ampache/modules/getid3/module.graphic.bmp.php
234share/ampache/modules/getid3/module.graphic.gif.php 241share/ampache/modules/getid3/module.graphic.gif.php
235share/ampache/modules/getid3/module.graphic.jpeg.php 242share/ampache/modules/getid3/module.graphic.jpeg.php
236share/ampache/modules/getid3/module.graphic.pcd.php 243share/ampache/modules/getid3/module.graphic.pcd.php
@@ -246,239 +253,268 @@ share/ampache/modules/getid3/module.tag. @@ -246,239 +253,268 @@ share/ampache/modules/getid3/module.tag.
246share/ampache/modules/getid3/module.tag.lyrics3.php 253share/ampache/modules/getid3/module.tag.lyrics3.php
247share/ampache/modules/getid3/write.apetag.php 254share/ampache/modules/getid3/write.apetag.php
248share/ampache/modules/getid3/write.flac.php 255share/ampache/modules/getid3/write.flac.php
249share/ampache/modules/getid3/write.id3v1.php 256share/ampache/modules/getid3/write.id3v1.php
250share/ampache/modules/getid3/write.id3v2.php 257share/ampache/modules/getid3/write.id3v2.php
251share/ampache/modules/getid3/write.lyrics3.php 258share/ampache/modules/getid3/write.lyrics3.php
252share/ampache/modules/getid3/write.vorbis.php 259share/ampache/modules/getid3/write.vorbis.php
253share/ampache/modules/horde/Browser.php 260share/ampache/modules/horde/Browser.php
254share/ampache/modules/httpq/httpqplayer.class.php 261share/ampache/modules/httpq/httpqplayer.class.php
255share/ampache/modules/infotools/AmazonSearchEngine.class.php 262share/ampache/modules/infotools/AmazonSearchEngine.class.php
256share/ampache/modules/infotools/Snoopy.class.php 263share/ampache/modules/infotools/Snoopy.class.php
257share/ampache/modules/infotools/jamendoSearch.class.php 264share/ampache/modules/infotools/jamendoSearch.class.php
258share/ampache/modules/infotools/lastfm.class.php 265share/ampache/modules/infotools/lastfm.class.php
259share/ampache/modules/infotools/openstrands.class.php 266share/ampache/modules/infotools/mp3tunes.class.php
260share/ampache/modules/kajax/README 267share/ampache/modules/kajax/README
261share/ampache/modules/kajax/ajax.js 268share/ampache/modules/kajax/ajax.js
262share/ampache/modules/localplay/httpq.controller.php 269share/ampache/modules/localplay/httpq.controller.php
263share/ampache/modules/localplay/mpd.controller.php 270share/ampache/modules/localplay/mpd.controller.php
264share/ampache/modules/localplay/shoutcast.controller.php 271share/ampache/modules/localplay/shoutcast.controller.php
265share/ampache/modules/mpd/CHANGELOG 272share/ampache/modules/mpd/CHANGELOG
266share/ampache/modules/mpd/README 273share/ampache/modules/mpd/README
267share/ampache/modules/mpd/USAGE 274share/ampache/modules/mpd/USAGE
268share/ampache/modules/mpd/mpd.class.php 275share/ampache/modules/mpd/mpd.class.php
 276share/ampache/modules/nusoap/changelog
 277share/ampache/modules/nusoap/class.nusoap_base.php
 278share/ampache/modules/nusoap/class.soap_fault.php
 279share/ampache/modules/nusoap/class.soap_parser.php
 280share/ampache/modules/nusoap/class.soap_server.php
 281share/ampache/modules/nusoap/class.soap_transport_http.php
 282share/ampache/modules/nusoap/class.soap_val.php
 283share/ampache/modules/nusoap/class.soapclient.php
 284share/ampache/modules/nusoap/class.wsdl.php
 285share/ampache/modules/nusoap/class.wsdlcache.php
 286share/ampache/modules/nusoap/class.xmlschema.php
 287share/ampache/modules/nusoap/nusoap.php
 288share/ampache/modules/nusoap/nusoapmime.php
 289share/ampache/modules/pearxmlrpc/Dump.php
 290share/ampache/modules/pearxmlrpc/rpc.php
 291share/ampache/modules/pearxmlrpc/server.php
269share/ampache/modules/plugins/Lastfm.plugin.php 292share/ampache/modules/plugins/Lastfm.plugin.php
270share/ampache/modules/plugins/OpenStrands.plugin.php 
271share/ampache/modules/plugins/RioPlayer.plugin.php 293share/ampache/modules/plugins/RioPlayer.plugin.php
272share/ampache/modules/prototype/prototype.js 294share/ampache/modules/prototype/prototype.js
273share/ampache/modules/validatemail/validateEmail.php 295share/ampache/modules/validatemail/validateEmail.php
274share/ampache/modules/validatemail/validateEmailFormat.php 296share/ampache/modules/validatemail/validateEmailFormat.php
275share/ampache/modules/xmlrpc/ChangeLog 
276share/ampache/modules/xmlrpc/README 
277share/ampache/modules/xmlrpc/xmlrpc.inc 
278share/ampache/modules/xmlrpc/xmlrpcs.inc 
279share/ampache/play/index.php 297share/ampache/play/index.php
280share/ampache/playlist.php 298share/ampache/playlist.php
281share/ampache/preferences.php 299share/ampache/preferences.php
282share/ampache/radio.php 300share/ampache/radio.php
283share/ampache/random.php 301share/ampache/random.php
284share/ampache/register.php 302share/ampache/register.php
285share/ampache/rss.php 303share/ampache/rss.php
286share/ampache/search.php 304share/ampache/search.php
287share/ampache/server/ajax.server.php 305share/ampache/server/ajax.server.php
288share/ampache/server/browse.ajax.php 306share/ampache/server/browse.ajax.php
289share/ampache/server/democratic.ajax.php 307share/ampache/server/democratic.ajax.php
290share/ampache/server/flag.ajax.php 308share/ampache/server/flag.ajax.php
291share/ampache/server/index.ajax.php 309share/ampache/server/index.ajax.php
292share/ampache/server/localplay.ajax.php 310share/ampache/server/localplay.ajax.php
293share/ampache/server/playlist.ajax.php 311share/ampache/server/playlist.ajax.php
294share/ampache/server/random.ajax.php 312share/ampache/server/random.ajax.php
295share/ampache/server/song.ajax.php 313share/ampache/server/song.ajax.php
296share/ampache/server/stats.ajax.php 314share/ampache/server/stats.ajax.php
297share/ampache/server/stream.ajax.php 315share/ampache/server/stream.ajax.php
 316share/ampache/server/tag.ajax.php
298share/ampache/server/xml.server.php 317share/ampache/server/xml.server.php
299share/ampache/server/xmlrpc.server.php 318share/ampache/server/xmlrpc.server.php
300share/ampache/shout.php 319share/ampache/shout.php
301share/ampache/song.php 320share/ampache/song.php
302share/ampache/sql/ampache.sql 321share/ampache/sql/ampache.sql
303share/ampache/sql/ampache40.sql 322share/ampache/sql/ampache40.sql
304share/ampache/stats.php 323share/ampache/stats.php
305share/ampache/stream.php 324share/ampache/stream.php
 325share/ampache/templates/base.css
306share/ampache/templates/csshover2.htc 326share/ampache/templates/csshover2.htc
307share/ampache/templates/footer.inc.php 327share/ampache/templates/footer.inc.php
308share/ampache/templates/handheld.css 
309share/ampache/templates/header.inc.php 328share/ampache/templates/header.inc.php
310share/ampache/templates/install.css 329share/ampache/templates/install.css
311share/ampache/templates/javascript_refresh.inc.php 330share/ampache/templates/javascript_refresh.inc.php
312share/ampache/templates/list_header.inc.php 331share/ampache/templates/list_header.inc.php
313share/ampache/templates/print.css 332share/ampache/templates/print.css
314share/ampache/templates/rightbar.inc.php 333share/ampache/templates/rightbar.inc.php
315share/ampache/templates/show_access_list.inc.php 334share/ampache/templates/show_access_list.inc.php
316share/ampache/templates/show_account.inc.php 335share/ampache/templates/show_account.inc.php
317share/ampache/templates/show_add_access.inc.php 336share/ampache/templates/show_add_access.inc.php
 337share/ampache/templates/show_add_access_current.inc.php
 338share/ampache/templates/show_add_access_local.inc.php
 339share/ampache/templates/show_add_access_rpc.inc.php
318share/ampache/templates/show_add_catalog.inc.php 340share/ampache/templates/show_add_catalog.inc.php
319share/ampache/templates/show_add_live_stream.inc.php 341share/ampache/templates/show_add_live_stream.inc.php
320share/ampache/templates/show_add_playlist.inc.php 342share/ampache/templates/show_add_playlist.inc.php
321share/ampache/templates/show_add_shout.inc.php 343share/ampache/templates/show_add_shout.inc.php
322share/ampache/templates/show_add_user.inc.php 344share/ampache/templates/show_add_user.inc.php
323share/ampache/templates/show_adds_catalog.inc.php 345share/ampache/templates/show_adds_catalog.inc.php
324share/ampache/templates/show_admin_info.inc.php 346share/ampache/templates/show_admin_info.inc.php
325share/ampache/templates/show_admin_tools.inc.php 347share/ampache/templates/show_admin_tools.inc.php
326share/ampache/templates/show_album.inc.php 348share/ampache/templates/show_album.inc.php
327share/ampache/templates/show_album_art.inc.php 349share/ampache/templates/show_album_art.inc.php
328share/ampache/templates/show_album_row.inc.php 350share/ampache/templates/show_album_row.inc.php
329share/ampache/templates/show_albums.inc.php 351share/ampache/templates/show_albums.inc.php
330share/ampache/templates/show_all_popular.inc.php 352share/ampache/templates/show_all_popular.inc.php
331share/ampache/templates/show_alphabet_form.inc.php 353share/ampache/templates/show_alphabet_form.inc.php
332share/ampache/templates/show_artist.inc.php 354share/ampache/templates/show_artist.inc.php
333share/ampache/templates/show_artist_box.inc.php 
334share/ampache/templates/show_artist_row.inc.php 355share/ampache/templates/show_artist_row.inc.php
335share/ampache/templates/show_artists.inc.php 356share/ampache/templates/show_artists.inc.php
336share/ampache/templates/show_big_art.inc.php 357share/ampache/templates/show_big_art.inc.php
337share/ampache/templates/show_box_bottom.inc.php 358share/ampache/templates/show_box_bottom.inc.php
338share/ampache/templates/show_box_top.inc.php 359share/ampache/templates/show_box_top.inc.php
339share/ampache/templates/show_catalog_row.inc.php 360share/ampache/templates/show_catalog_row.inc.php
340share/ampache/templates/show_catalogs.inc.php 361share/ampache/templates/show_catalogs.inc.php
341share/ampache/templates/show_clean_catalog.inc.php 362share/ampache/templates/show_clean_catalog.inc.php
342share/ampache/templates/show_confirmation.inc.php 363share/ampache/templates/show_confirmation.inc.php
343share/ampache/templates/show_create_democratic.inc.php 364share/ampache/templates/show_create_democratic.inc.php
344share/ampache/templates/show_debug.inc.php 365share/ampache/templates/show_debug.inc.php
345share/ampache/templates/show_democratic.inc.php 366share/ampache/templates/show_democratic.inc.php
346share/ampache/templates/show_democratic_playlist.inc.php 367share/ampache/templates/show_democratic_playlist.inc.php
347share/ampache/templates/show_denied.inc.php 368share/ampache/templates/show_denied.inc.php
348share/ampache/templates/show_disabled_songs.inc.php 369share/ampache/templates/show_disabled_songs.inc.php
349share/ampache/templates/show_duplicate.inc.php 370share/ampache/templates/show_duplicate.inc.php
350share/ampache/templates/show_duplicates.inc.php 371share/ampache/templates/show_duplicates.inc.php
 372share/ampache/templates/show_dynamic.inc.php
351share/ampache/templates/show_edit_access.inc.php 373share/ampache/templates/show_edit_access.inc.php
352share/ampache/templates/show_edit_album.inc.php 374share/ampache/templates/show_edit_album.inc.php
353share/ampache/templates/show_edit_album_row.inc.php 375share/ampache/templates/show_edit_album_row.inc.php
354share/ampache/templates/show_edit_artist.inc.php 376share/ampache/templates/show_edit_artist.inc.php
355share/ampache/templates/show_edit_artist_row.inc.php 377share/ampache/templates/show_edit_artist_row.inc.php
356share/ampache/templates/show_edit_catalog.inc.php 378share/ampache/templates/show_edit_catalog.inc.php
357share/ampache/templates/show_edit_live_stream_row.inc.php 379share/ampache/templates/show_edit_live_stream_row.inc.php
358share/ampache/templates/show_edit_playlist_row.inc.php 380share/ampache/templates/show_edit_playlist_row.inc.php
359share/ampache/templates/show_edit_playlist_song_row.inc.php 381share/ampache/templates/show_edit_playlist_song_row.inc.php
360share/ampache/templates/show_edit_shout.inc.php 382share/ampache/templates/show_edit_shout.inc.php
361share/ampache/templates/show_edit_song.inc.php 383share/ampache/templates/show_edit_song.inc.php
362share/ampache/templates/show_edit_song_row.inc.php 384share/ampache/templates/show_edit_song_row.inc.php
363share/ampache/templates/show_edit_user.inc.php 385share/ampache/templates/show_edit_user.inc.php
364share/ampache/templates/show_embed_xspf.inc.php 386share/ampache/templates/show_embed_xspf.inc.php
365share/ampache/templates/show_export.inc.php 387share/ampache/templates/show_export.inc.php
366share/ampache/templates/show_flag.inc.php 388share/ampache/templates/show_flag.inc.php
367share/ampache/templates/show_flag_row.inc.php 389share/ampache/templates/show_flag_row.inc.php
368share/ampache/templates/show_flagged.inc.php 390share/ampache/templates/show_flagged.inc.php
369share/ampache/templates/show_gather_art.inc.php 391share/ampache/templates/show_gather_art.inc.php
370share/ampache/templates/show_genre.inc.php 392share/ampache/templates/show_genre.inc.php
371share/ampache/templates/show_genres.inc.php 393share/ampache/templates/show_genres.inc.php
372share/ampache/templates/show_get_albumart.inc.php 394share/ampache/templates/show_get_albumart.inc.php
373share/ampache/templates/show_import_playlist.inc.php 395share/ampache/templates/show_import_playlist.inc.php
374share/ampache/templates/show_index.inc.php 396share/ampache/templates/show_index.inc.php
375share/ampache/templates/show_install.inc.php 397share/ampache/templates/show_install.inc.php
376share/ampache/templates/show_install_account.inc.php 398share/ampache/templates/show_install_account.inc.php
 399share/ampache/templates/show_install_check.inc.php
377share/ampache/templates/show_install_config.inc.php 400share/ampache/templates/show_install_config.inc.php
378share/ampache/templates/show_install_lang.inc.php 401share/ampache/templates/show_install_lang.inc.php
379share/ampache/templates/show_ip_history.inc.php 402share/ampache/templates/show_ip_history.inc.php
 403share/ampache/templates/show_live_stream.inc.php
380share/ampache/templates/show_live_stream_row.inc.php 404share/ampache/templates/show_live_stream_row.inc.php
381share/ampache/templates/show_live_streams.inc.php 405share/ampache/templates/show_live_streams.inc.php
382share/ampache/templates/show_local_catalog_info.inc.php 
383share/ampache/templates/show_localplay_add_instance.inc.php 406share/ampache/templates/show_localplay_add_instance.inc.php
384share/ampache/templates/show_localplay_control.inc.php 407share/ampache/templates/show_localplay_control.inc.php
385share/ampache/templates/show_localplay_controllers.inc.php 408share/ampache/templates/show_localplay_controllers.inc.php
386share/ampache/templates/show_localplay_edit_instance.inc.php 409share/ampache/templates/show_localplay_edit_instance.inc.php
387share/ampache/templates/show_localplay_instances.inc.php 410share/ampache/templates/show_localplay_instances.inc.php
388share/ampache/templates/show_localplay_playlist.inc.php 411share/ampache/templates/show_localplay_playlist.inc.php
389share/ampache/templates/show_localplay_status.inc.php 412share/ampache/templates/show_localplay_status.inc.php
390share/ampache/templates/show_login_form.inc.php 413share/ampache/templates/show_login_form.inc.php
 414share/ampache/templates/show_lyrics.inc.php
391share/ampache/templates/show_mail_users.inc.php 415share/ampache/templates/show_mail_users.inc.php
 416share/ampache/templates/show_manage_catalogs.inc.php
392share/ampache/templates/show_manage_democratic.inc.php 417share/ampache/templates/show_manage_democratic.inc.php
393share/ampache/templates/show_manage_shoutbox.inc.php 418share/ampache/templates/show_manage_shoutbox.inc.php
 419share/ampache/templates/show_newest.inc.php
394share/ampache/templates/show_now_playing.inc.php 420share/ampache/templates/show_now_playing.inc.php
395share/ampache/templates/show_now_playing_row.inc.php 421share/ampache/templates/show_now_playing_row.inc.php
396share/ampache/templates/show_object_rating.inc.php 422share/ampache/templates/show_object_rating.inc.php
397share/ampache/templates/show_object_rating_static.inc.php 423share/ampache/templates/show_object_rating_static.inc.php
398share/ampache/templates/show_object_row.inc.php 424share/ampache/templates/show_object_row.inc.php
399share/ampache/templates/show_objects.inc.php 425share/ampache/templates/show_objects.inc.php
400share/ampache/templates/show_play_selected.inc.php 426share/ampache/templates/show_play_selected.inc.php
401share/ampache/templates/show_playlist.inc.php 427share/ampache/templates/show_playlist.inc.php
402share/ampache/templates/show_playlist_edit.inc.php 428share/ampache/templates/show_playlist_edit.inc.php
403share/ampache/templates/show_playlist_row.inc.php 429share/ampache/templates/show_playlist_row.inc.php
404share/ampache/templates/show_playlist_song_row.inc.php 430share/ampache/templates/show_playlist_song_row.inc.php
405share/ampache/templates/show_playlist_songs.inc.php 431share/ampache/templates/show_playlist_songs.inc.php
406share/ampache/templates/show_playlists.inc.php 432share/ampache/templates/show_playlists.inc.php
407share/ampache/templates/show_playtype_switch.inc.php 433share/ampache/templates/show_playtype_switch.inc.php
408share/ampache/templates/show_plugins.inc.php 434share/ampache/templates/show_plugins.inc.php
 435share/ampache/templates/show_popular.inc.php
409share/ampache/templates/show_preference_admin.inc.php 436share/ampache/templates/show_preference_admin.inc.php
410share/ampache/templates/show_preference_box.inc.php 437share/ampache/templates/show_preference_box.inc.php
411share/ampache/templates/show_preferences.inc.php 438share/ampache/templates/show_preferences.inc.php
412share/ampache/templates/show_random.inc.php 439share/ampache/templates/show_random.inc.php
413share/ampache/templates/show_random_albums.inc.php 440share/ampache/templates/show_random_albums.inc.php
 441share/ampache/templates/show_random_rules.inc.php
414share/ampache/templates/show_recently_played.inc.php 442share/ampache/templates/show_recently_played.inc.php
415share/ampache/templates/show_registration_confirmation.inc.php 443share/ampache/templates/show_registration_confirmation.inc.php
416share/ampache/templates/show_rename_artist.inc.php 444share/ampache/templates/show_rename_artist.inc.php
417share/ampache/templates/show_run_add_catalog.inc.php 445share/ampache/templates/show_run_add_catalog.inc.php
418share/ampache/templates/show_search.inc.php 446share/ampache/templates/show_search.inc.php
419share/ampache/templates/show_search_bar.inc.php 447share/ampache/templates/show_search_bar.inc.php
420share/ampache/templates/show_search_options.inc.php 448share/ampache/templates/show_search_options.inc.php
421share/ampache/templates/show_shout_row.inc.php 449share/ampache/templates/show_shout_row.inc.php
422share/ampache/templates/show_shoutbox.inc.php 450share/ampache/templates/show_shoutbox.inc.php
423share/ampache/templates/show_similar_artists.inc.php 451share/ampache/templates/show_similar_artists.inc.php
424share/ampache/templates/show_song.inc.php 452share/ampache/templates/show_song.inc.php
425share/ampache/templates/show_song_row.inc.php 453share/ampache/templates/show_song_row.inc.php
426share/ampache/templates/show_songs.inc.php 454share/ampache/templates/show_songs.inc.php
 455share/ampache/templates/show_stats.inc.php
427share/ampache/templates/show_stats_newest.inc.php 456share/ampache/templates/show_stats_newest.inc.php
428share/ampache/templates/show_stats_popular.inc.php 457share/ampache/templates/show_stats_popular.inc.php
 458share/ampache/templates/show_tagcloud.inc.php
429share/ampache/templates/show_test.inc.php 459share/ampache/templates/show_test.inc.php
430share/ampache/templates/show_test_config.inc.php 460share/ampache/templates/show_test_config.inc.php
 461share/ampache/templates/show_update_items.inc.php
431share/ampache/templates/show_user.inc.php 462share/ampache/templates/show_user.inc.php
432share/ampache/templates/show_user_activate.inc.php 463share/ampache/templates/show_user_activate.inc.php
433share/ampache/templates/show_user_preferences.inc.php 464share/ampache/templates/show_user_preferences.inc.php
434share/ampache/templates/show_user_recommendations.inc.php 465share/ampache/templates/show_user_recommendations.inc.php
435share/ampache/templates/show_user_registration.inc.php 466share/ampache/templates/show_user_registration.inc.php
 467share/ampache/templates/show_user_row.inc.php
436share/ampache/templates/show_user_stats.inc.php 468share/ampache/templates/show_user_stats.inc.php
437share/ampache/templates/show_users.inc.php 469share/ampache/templates/show_users.inc.php
438share/ampache/templates/show_verify_catalog.inc.php 470share/ampache/templates/show_verify_catalog.inc.php
 471share/ampache/templates/show_video_row.inc.php
 472share/ampache/templates/show_videos.inc.php
439share/ampache/templates/show_xspf_player.inc.php 473share/ampache/templates/show_xspf_player.inc.php
440share/ampache/templates/sidebar.inc.php 474share/ampache/templates/sidebar.inc.php
441share/ampache/templates/sidebar_admin.inc.php 475share/ampache/templates/sidebar_admin.inc.php
442share/ampache/templates/sidebar_browse.inc.php 
443share/ampache/templates/sidebar_home.inc.php 476share/ampache/templates/sidebar_home.inc.php
444share/ampache/templates/sidebar_localplay.inc.php 477share/ampache/templates/sidebar_localplay.inc.php
 478share/ampache/templates/sidebar_modules.inc.php
445share/ampache/templates/sidebar_preferences.inc.php 479share/ampache/templates/sidebar_preferences.inc.php
446share/ampache/templates/subnavbar.inc.php 480share/ampache/templates/subnavbar.inc.php
447share/ampache/test.php 481share/ampache/test.php
448share/ampache/themes/classic/images/ajax-loader.gif 482share/ampache/themes/classic/images/ajax-loader.gif
449share/ampache/themes/classic/images/ampache.png 483share/ampache/themes/classic/images/ampache.png
450share/ampache/themes/classic/images/bg_login.jpg 484share/ampache/themes/classic/images/bg_login.jpg
451share/ampache/themes/classic/images/blank-pixel.gif 485share/ampache/themes/classic/images/blank-pixel.gif
452share/ampache/themes/classic/images/blankalbum.gif 486share/ampache/themes/classic/images/blankalbum.gif
 487share/ampache/themes/classic/images/blankalbum.jpg
453share/ampache/themes/classic/images/bottom.gif 488share/ampache/themes/classic/images/bottom.gif
454share/ampache/themes/classic/images/bottomleft.gif 489share/ampache/themes/classic/images/bottomleft.gif
455share/ampache/themes/classic/images/bottomright.gif 490share/ampache/themes/classic/images/bottomright.gif
456share/ampache/themes/classic/images/left.gif 491share/ampache/themes/classic/images/left.gif
457share/ampache/themes/classic/images/right.gif 492share/ampache/themes/classic/images/right.gif
458share/ampache/themes/classic/images/rightbar_top.jpg 493share/ampache/themes/classic/images/rightbar_top.jpg
459share/ampache/themes/classic/images/sidebar_top.jpg 494share/ampache/themes/classic/images/sidebar_top.jpg
460share/ampache/themes/classic/images/top.gif 495share/ampache/themes/classic/images/top.gif
461share/ampache/themes/classic/images/topleft.gif 496share/ampache/themes/classic/images/topleft.gif
462share/ampache/themes/classic/images/topright.gif 497share/ampache/themes/classic/images/topright.gif
463share/ampache/themes/classic/templates/default.css 498share/ampache/themes/classic/templates/default.css
464share/ampache/themes/classic/theme.cfg.php 499share/ampache/themes/classic/theme.cfg.php
465share/ampache/themes/greysme/images/ajax-loader.gif 500share/ampache/themes/greysme/images/ajax-loader.gif
466share/ampache/themes/greysme/images/ampache.png 501share/ampache/themes/greysme/images/ampache.png
467share/ampache/themes/greysme/images/ampache_back.gif 502share/ampache/themes/greysme/images/ampache_back.gif
468share/ampache/themes/greysme/images/ampache_menu.gif 503share/ampache/themes/greysme/images/ampache_menu.gif
469share/ampache/themes/greysme/images/back-box.gif 504share/ampache/themes/greysme/images/back-box.gif
470share/ampache/themes/greysme/images/background.jpg 505share/ampache/themes/greysme/images/background.jpg
471share/ampache/themes/greysme/images/blankalbum.gif 506share/ampache/themes/greysme/images/blankalbum.gif
 507share/ampache/themes/greysme/images/blankalbum.jpg
472share/ampache/themes/greysme/images/box_bottom.png 508share/ampache/themes/greysme/images/box_bottom.png
473share/ampache/themes/greysme/images/box_top.png 509share/ampache/themes/greysme/images/box_top.png
474share/ampache/themes/greysme/images/button_back.png 510share/ampache/themes/greysme/images/button_back.png
475share/ampache/themes/greysme/images/button_back2.png 511share/ampache/themes/greysme/images/button_back2.png
476share/ampache/themes/greysme/images/curl.gif 512share/ampache/themes/greysme/images/curl.gif
477share/ampache/themes/greysme/images/icons/icon_add.png 513share/ampache/themes/greysme/images/icons/icon_add.png
478share/ampache/themes/greysme/images/icons/icon_admin.png 514share/ampache/themes/greysme/images/icons/icon_admin.png
479share/ampache/themes/greysme/images/icons/icon_all.png 515share/ampache/themes/greysme/images/icons/icon_all.png
480share/ampache/themes/greysme/images/icons/icon_batch_download.png 516share/ampache/themes/greysme/images/icons/icon_batch_download.png
481share/ampache/themes/greysme/images/icons/icon_browse.png 517share/ampache/themes/greysme/images/icons/icon_browse.png
482share/ampache/themes/greysme/images/icons/icon_delete.png 518share/ampache/themes/greysme/images/icons/icon_delete.png
483share/ampache/themes/greysme/images/icons/icon_download.png 519share/ampache/themes/greysme/images/icons/icon_download.png
484share/ampache/themes/greysme/images/icons/icon_edit.png 520share/ampache/themes/greysme/images/icons/icon_edit.png
@@ -507,63 +543,65 @@ share/examples/ampache.conf @@ -507,63 +543,65 @@ share/examples/ampache.conf
507@dirrm share/ampache/themes/greysme/templates 543@dirrm share/ampache/themes/greysme/templates
508@dirrm share/ampache/themes/greysme/images/ratings 544@dirrm share/ampache/themes/greysme/images/ratings
509@dirrm share/ampache/themes/greysme/images/icons 545@dirrm share/ampache/themes/greysme/images/icons
510@dirrm share/ampache/themes/greysme/images 546@dirrm share/ampache/themes/greysme/images
511@dirrm share/ampache/themes/greysme 547@dirrm share/ampache/themes/greysme
512@dirrm share/ampache/themes/classic/templates 548@dirrm share/ampache/themes/classic/templates
513@dirrm share/ampache/themes/classic/images 549@dirrm share/ampache/themes/classic/images
514@dirrm share/ampache/themes/classic 550@dirrm share/ampache/themes/classic
515@dirrm share/ampache/themes 551@dirrm share/ampache/themes
516@dirrm share/ampache/templates 552@dirrm share/ampache/templates
517@dirrm share/ampache/sql 553@dirrm share/ampache/sql
518@dirrm share/ampache/server 554@dirrm share/ampache/server
519@dirrm share/ampache/play 555@dirrm share/ampache/play
520@dirrm share/ampache/modules/xmlrpc 
521@dirrm share/ampache/modules/validatemail 556@dirrm share/ampache/modules/validatemail
522@dirrm share/ampache/modules/prototype 557@dirrm share/ampache/modules/prototype
523@dirrm share/ampache/modules/plugins 558@dirrm share/ampache/modules/plugins
 559@dirrm share/ampache/modules/pearxmlrpc
 560@dirrm share/ampache/modules/nusoap
524@dirrm share/ampache/modules/mpd 561@dirrm share/ampache/modules/mpd
525@dirrm share/ampache/modules/localplay 562@dirrm share/ampache/modules/localplay
526@dirrm share/ampache/modules/kajax 563@dirrm share/ampache/modules/kajax
527@dirrm share/ampache/modules/infotools 564@dirrm share/ampache/modules/infotools
528@dirrm share/ampache/modules/httpq 565@dirrm share/ampache/modules/httpq
529@dirrm share/ampache/modules/horde 566@dirrm share/ampache/modules/horde
530@dirrm share/ampache/modules/getid3/docs 567@dirrm share/ampache/modules/getid3/docs
531@dirrm share/ampache/modules/getid3 568@dirrm share/ampache/modules/getid3
532@dirrm share/ampache/modules/flash/Original 569@dirrm share/ampache/modules/flash/Original
533@dirrm share/ampache/modules/flash 570@dirrm share/ampache/modules/flash
 571@dirrm share/ampache/modules/emulator
534@dirrm share/ampache/modules/captcha 572@dirrm share/ampache/modules/captcha
535@dirrm share/ampache/modules/archive 573@dirrm share/ampache/modules/archive
536@dirrm share/ampache/modules 574@dirrm share/ampache/modules
537@dirrm share/ampache/locale/zh_CN/LC_MESSAGES 575@dirrm share/ampache/locale/sv_SE/LC_MESSAGES
538@dirrm share/ampache/locale/zh_CN 576@dirrm share/ampache/locale/sv_SE
539@dirrm share/ampache/locale/tr_TR/LC_MESSAGES 
540@dirrm share/ampache/locale/tr_TR 
541@dirrm share/ampache/locale/ru_RU/LC_MESSAGES 577@dirrm share/ampache/locale/ru_RU/LC_MESSAGES
542@dirrm share/ampache/locale/ru_RU 578@dirrm share/ampache/locale/ru_RU
543@dirrm share/ampache/locale/nl_NL/LC_MESSAGES 579@dirrm share/ampache/locale/nl_NL/LC_MESSAGES
544@dirrm share/ampache/locale/nl_NL 580@dirrm share/ampache/locale/nl_NL
 581@dirrm share/ampache/locale/ja_JP/LC_MESSAGES
 582@dirrm share/ampache/locale/ja_JP
545@dirrm share/ampache/locale/it_IT/LC_MESSAGES 583@dirrm share/ampache/locale/it_IT/LC_MESSAGES
546@dirrm share/ampache/locale/it_IT 584@dirrm share/ampache/locale/it_IT
547@dirrm share/ampache/locale/fr_FR/LC_MESSAGES 585@dirrm share/ampache/locale/fr_FR/LC_MESSAGES
548@dirrm share/ampache/locale/fr_FR 586@dirrm share/ampache/locale/fr_FR
549@dirrm share/ampache/locale/es_ES/LC_MESSAGES 587@dirrm share/ampache/locale/es_ES/LC_MESSAGES
550@dirrm share/ampache/locale/es_ES 588@dirrm share/ampache/locale/es_ES
551@dirrm share/ampache/locale/en_GB/LC_MESSAGES 589@dirrm share/ampache/locale/en_GB/LC_MESSAGES
552@dirrm share/ampache/locale/en_GB 590@dirrm share/ampache/locale/en_GB
553@dirrm share/ampache/locale/el_GR/LC_MESSAGES 591@dirrm share/ampache/locale/el_GR/LC_MESSAGES
554@dirrm share/ampache/locale/el_GR 592@dirrm share/ampache/locale/el_GR
555@dirrm share/ampache/locale/de_DE/LC_MESSAGES 593@dirrm share/ampache/locale/de_DE/LC_MESSAGES
556@dirrm share/ampache/locale/de_DE 594@dirrm share/ampache/locale/de_DE
557@dirrm share/ampache/locale/ca_CA/LC_MESSAGES 595@dirrm share/ampache/locale/ca_ES/LC_MESSAGES
558@dirrm share/ampache/locale/ca_CA 596@dirrm share/ampache/locale/ca_ES
559@dirrm share/ampache/locale/base 597@dirrm share/ampache/locale/base
560@dirrm share/ampache/locale 598@dirrm share/ampache/locale
561@dirrm share/ampache/lib/class 599@dirrm share/ampache/lib/class
562@dirrm share/ampache/lib 600@dirrm share/ampache/lib
563@dirrm share/ampache/images/ratings 601@dirrm share/ampache/images/ratings
564@dirrm share/ampache/images 602@dirrm share/ampache/images
565@dirrm share/ampache/docs 603@dirrm share/ampache/docs
566@dirrm share/ampache/config 604@dirrm share/ampache/config
567@dirrm share/ampache/bin 605@dirrm share/ampache/bin
568@dirrm share/ampache/admin 606@dirrm share/ampache/admin
569@dirrm share/ampache 607@dirrm share/ampache

cvs diff -r1.1.1.1 -r1.2 pkgsrc/audio/ampache/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/ampache/distinfo 2008/09/14 09:06:54 1.1.1.1
+++ pkgsrc/audio/ampache/distinfo 2009/05/03 14:29:15 1.2
@@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2008/09/14 09:06:54 abs Exp $ 1$NetBSD: distinfo,v 1.2 2009/05/03 14:29:15 abs Exp $
2 2
3SHA1 (ampache-3.4.3.tar.gz) = 87fd031f0e424a273f4e4bb7f2405cc72a5e0d00 3SHA1 (ampache-3.5-beta2.tar.gz) = 801a5dd8778b2c758e031332a97c502e853e16ab
4RMD160 (ampache-3.4.3.tar.gz) = e11eeac971c1f6e52c5d1ed85fc043244ffb5c59 4RMD160 (ampache-3.5-beta2.tar.gz) = d4cc895fe9c50c1354eb066f11011f7d45479785
5Size (ampache-3.4.3.tar.gz) = 1414765 bytes 5Size (ampache-3.5-beta2.tar.gz) = 1737144 bytes
6SHA1 (patch-aa) = 30c57f3b5e0b8d79af13632745227a81b262f4c8 

File Deleted: pkgsrc/audio/ampache/patches/Attic/patch-aa