Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Nov 2003 16:40:17 -0800 (PST)
From:      Anish Mistry <mistry.7@osu.edu>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/59047: [NEW PORT] multimedia/freevo: Freevo is a media jukebox (PVR/DVR) based on open-source tools
Message-ID:  <200311120040.hAC0eHgD078468@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/59047; it has been noted by GNATS.

From: Anish Mistry <mistry.7@osu.edu>
To: freebsd-gnats-submit@FreeBSD.org, larse@isi.edu
Cc:  
Subject: Re: ports/59047: [NEW PORT] multimedia/freevo: Freevo is a media jukebox (PVR/DVR) based on open-source tools
Date: Tue, 11 Nov 2003 19:33:21 -0500

 --Boundary-00=_R/Xs/w/oLRplpTE
 Content-Type: multipart/signed;
   charset="us-ascii";
   protocol="application/pgp-signature";
   micalg=pgp-sha1;
   boundary="Boundary-02=_Z/Xs/u/3aYPyC1G";
   name=" "
 Content-Transfer-Encoding: 7bit
 
 --Boundary-02=_Z/Xs/u/3aYPyC1G
 Content-Type: text/plain;
   charset="us-ascii"
 Content-Transfer-Encoding: quoted-printable
 Content-Description: signed data
 Content-Disposition: inline
 
 The patch-local_conf.py.example was not patching correctly.  Attached fixed=
 =20
 patch.
 =2D-=20
 Anish Mistry
 
 --Boundary-02=_Z/Xs/u/3aYPyC1G
 Content-Type: application/pgp-signature
 Content-Description: signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.3 (FreeBSD)
 
 iD8DBQA/sX/ZxqA5ziudZT0RAkURAKCL75JoPD3jD1V5PPT5tI6+wtGswgCgt1Tp
 OUo0j5n6xZ+9J06o/zv3Ixw=
 =xajB
 -----END PGP SIGNATURE-----
 
 --Boundary-02=_Z/Xs/u/3aYPyC1G--
 
 --Boundary-00=_R/Xs/w/oLRplpTE
 Content-Type: text/x-diff;
   charset="us-ascii";
   name="patch-local_conf.py.example"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename="patch-local_conf.py.example"
 
 --- local_conf.py.example.orig	Mon Nov 10 11:05:20 2003
 +++ local_conf.py.example	Mon Nov 10 16:39:28 2003
 @@ -32,6 +32,28 @@
  # merged those changes into this file, set this number to the new one.
  CONFIG_VERSION  = 3.91
  
 +# ======================================================================
 +# Example FreeBSD Settings:
 +# ======================================================================
 +
 +# use OSS mixer by default
 +plugin.remove('mixer')
 +plugin.activate('ossmixer')
 +
 +# show off some plugins by default
 +plugin.activate('audio.cdbackup')
 +#plugin.activate('audio.coversearch', args=('YOUR_AMAZON_WEB_SERVICES_KEY',))
 +plugin.activate('audio.playlist')
 +plugin.activate('audio.webradio')
 +plugin.activate('video.imdb_info')
 +
 +# show off idlebar by default
 +plugin.activate('idlebar')
 +plugin.activate('idlebar.clock')
 +plugin.activate('idlebar.cdstatus')
 +plugin.activate('idlebar.tv')
 +plugin.activate('idlebar.holidays')
 +
  
  # ======================================================================
  # General freevo settings:
 
 --Boundary-00=_R/Xs/w/oLRplpTE--
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311120040.hAC0eHgD078468>