Difference between revisions of "AmiNetRadio au"

From GrunchWiki
Jump to navigation Jump to search
(Created page with "<nowiki>;--------------------------------------------</nowiki> *<nowiki>##</nowiki> ITEM "AmiNetRadio_au" DISPLAYNAME "AmiNetRadio au Player" *<nowiki>##</nowiki> DATE ...")
 
(by request)
Line 7: Line 7:
 
*<nowiki>##</nowiki> APPAUTHOR    "Christian Rosentreter <tokai&binaryriot$org>"
 
*<nowiki>##</nowiki> APPAUTHOR    "Christian Rosentreter <tokai&binaryriot$org>"
 
*<nowiki>##</nowiki> APPWEBPAGE  "http://aminet.net/search?query=auplayer"
 
*<nowiki>##</nowiki> APPWEBPAGE  "http://aminet.net/search?query=auplayer"
*<nowiki>##</nowiki> GRUNCHAUTHOR "Guido Mersmann <geit&gmx$de>"
+
*<nowiki>##</nowiki> GRUNCHAUTHOR "<s>Guido Mersmann</s> <geit&gmx$de>"
 
*<nowiki>##</nowiki> URLARCHIVE  "http://aminet.net/mus/play/auplayer-{VERSION}.{REVISION}-morphos.lha"
 
*<nowiki>##</nowiki> URLARCHIVE  "http://aminet.net/mus/play/auplayer-{VERSION}.{REVISION}-morphos.lha"
 
*<nowiki>##</nowiki> URLWEBPAGE  "http://aminet.net/search?query=auplayer"
 
*<nowiki>##</nowiki> URLWEBPAGE  "http://aminet.net/search?query=auplayer"

Revision as of 15:47, 9 January 2012

;--------------------------------------------

  • ## ITEM "AmiNetRadio_au" DISPLAYNAME "AmiNetRadio au Player"
  • ## DATE "29.08.2011"
  • ## DESCRIPTION "au.player is a player plugin for AmiNetRadio*N*N It adds support for the Sun/ NeXT Audio format, usually files which end with an *".au*" or *".snd*" suffix."
  • ## APPTYPE "AUDIO"
  • ## DEPENDENCIES "AmiNetRadio"
  • ## APPAUTHOR "Christian Rosentreter <tokai&binaryriot$org>"
  • ## APPWEBPAGE "http://aminet.net/search?query=auplayer"
  • ## GRUNCHAUTHOR "Guido Mersmann <geit&gmx$de>"
  • ## URLARCHIVE "http://aminet.net/mus/play/auplayer-{VERSION}.{REVISION}-morphos.lha"
  • ## URLWEBPAGE "http://aminet.net/search?query=auplayer"
  • ## URLPATTERN "auplayer-{VERSION}.{REVISION}-morphos.lha"
  • ## ARCHIVESIZE 25211
  • ## INSTALLDIR DEPENDENCY "AmiNetRadio"
  • ## INSTALLCHECK "{INSTALLDIR}AmiNetRadio/players/au.player"
  • ## INSTALL
LhA x "{DOWNLOADDIR}{ARCHIVE}" "{TEMPDIR}"
Copy "{TEMPDIR}auplayer-{VERSION}.{REVISION}-morphos/players/au.player"  "{INSTALLDIR}AmiNetRadio/players/"
Copy "{TEMPDIR}auplayer-{VERSION}.{REVISION}-morphos/players/au.pri"     "{INSTALLDIR}AmiNetRadio/players/"
Copy "{TEMPDIR}auplayer-{VERSION}.{REVISION}-morphos/documentation"      "{INSTALLDIR}AmiNetRadio/docs/au_player.readme"
Copy "{TEMPDIR}auplayer-{VERSION}.{REVISION}-morphos/documentation.info" "{INSTALLDIR}AmiNetRadio/docs/au_player.readme.info"
  • ## INSTALL END
  • ## UNINSTALL
Delete "{INSTALLDIR}AmiNetRadio/players/au.player"               FORCE
Delete "{INSTALLDIR}AmiNetRadio/players/au.pri"                  FORCE
Delete "{INSTALLDIR}AmiNetRadio/docs/au_player.readme"           FORCE
Delete "{INSTALLDIR}AmiNetRadio/docs/au_player.readme.info"      FORCE
  • ## UNINSTALL END