update to 0.6.6.2
changes: -new MediaServer backends -first implementation of an JSON/REST API -advancements of the GStreamer MediaRenderer -refinements in the transcoding section -bugfixes and enhancements
This commit is contained in:
parent
3bb9320076
commit
9431e021fb
3 changed files with 77 additions and 39 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.3 2010/02/10 19:17:43 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2010/05/20 21:22:51 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Coherence-0.6.4
|
||||
PKGNAME= coherence-0.6.4
|
||||
PKGREVISION= 1
|
||||
DISTNAME= Coherence-0.6.6.2
|
||||
PKGNAME= coherence-0.6.6.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://coherence.beebits.net/download/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/08 17:20:50 drochner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2010/05/20 21:22:51 drochner Exp $
|
||||
bin/applet-coherence
|
||||
bin/coherence
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
|
@ -25,6 +25,9 @@ ${PYSITELIB}/coherence/backends/appletrailers_storage.pyo
|
|||
${PYSITELIB}/coherence/backends/axiscam_storage.py
|
||||
${PYSITELIB}/coherence/backends/axiscam_storage.pyc
|
||||
${PYSITELIB}/coherence/backends/axiscam_storage.pyo
|
||||
${PYSITELIB}/coherence/backends/banshee_storage.py
|
||||
${PYSITELIB}/coherence/backends/banshee_storage.pyc
|
||||
${PYSITELIB}/coherence/backends/banshee_storage.pyo
|
||||
${PYSITELIB}/coherence/backends/bbc_storage.py
|
||||
${PYSITELIB}/coherence/backends/bbc_storage.pyc
|
||||
${PYSITELIB}/coherence/backends/bbc_storage.pyo
|
||||
|
@ -40,6 +43,9 @@ ${PYSITELIB}/coherence/backends/elisa_renderer.pyo
|
|||
${PYSITELIB}/coherence/backends/elisa_storage.py
|
||||
${PYSITELIB}/coherence/backends/elisa_storage.pyc
|
||||
${PYSITELIB}/coherence/backends/elisa_storage.pyo
|
||||
${PYSITELIB}/coherence/backends/feed_storage.py
|
||||
${PYSITELIB}/coherence/backends/feed_storage.pyc
|
||||
${PYSITELIB}/coherence/backends/feed_storage.pyo
|
||||
${PYSITELIB}/coherence/backends/flickr_storage.py
|
||||
${PYSITELIB}/coherence/backends/flickr_storage.pyc
|
||||
${PYSITELIB}/coherence/backends/flickr_storage.pyo
|
||||
|
@ -70,12 +76,15 @@ ${PYSITELIB}/coherence/backends/lolcats_storage.pyo
|
|||
${PYSITELIB}/coherence/backends/mediadb_storage.py
|
||||
${PYSITELIB}/coherence/backends/mediadb_storage.pyc
|
||||
${PYSITELIB}/coherence/backends/mediadb_storage.pyo
|
||||
${PYSITELIB}/coherence/backends/miro_storage.py
|
||||
${PYSITELIB}/coherence/backends/miro_storage.pyc
|
||||
${PYSITELIB}/coherence/backends/miro_storage.pyo
|
||||
${PYSITELIB}/coherence/backends/miroguide_storage.py
|
||||
${PYSITELIB}/coherence/backends/miroguide_storage.pyc
|
||||
${PYSITELIB}/coherence/backends/miroguide_storage.pyo
|
||||
${PYSITELIB}/coherence/backends/picasa_storage.py
|
||||
${PYSITELIB}/coherence/backends/picasa_storage.pyc
|
||||
${PYSITELIB}/coherence/backends/picasa_storage.pyo
|
||||
${PYSITELIB}/coherence/backends/playlist_storage.py
|
||||
${PYSITELIB}/coherence/backends/playlist_storage.pyc
|
||||
${PYSITELIB}/coherence/backends/playlist_storage.pyo
|
||||
${PYSITELIB}/coherence/backends/swr3_storage.py
|
||||
${PYSITELIB}/coherence/backends/swr3_storage.pyc
|
||||
${PYSITELIB}/coherence/backends/swr3_storage.pyo
|
||||
|
@ -88,15 +97,24 @@ ${PYSITELIB}/coherence/backends/test_storage.pyo
|
|||
${PYSITELIB}/coherence/backends/tracker_storage.py
|
||||
${PYSITELIB}/coherence/backends/tracker_storage.pyc
|
||||
${PYSITELIB}/coherence/backends/tracker_storage.pyo
|
||||
${PYSITELIB}/coherence/backends/yamj_storage.py
|
||||
${PYSITELIB}/coherence/backends/yamj_storage.pyc
|
||||
${PYSITELIB}/coherence/backends/yamj_storage.pyo
|
||||
${PYSITELIB}/coherence/backends/youtube_storage.py
|
||||
${PYSITELIB}/coherence/backends/youtube_storage.pyc
|
||||
${PYSITELIB}/coherence/backends/youtube_storage.pyo
|
||||
${PYSITELIB}/coherence/base.py
|
||||
${PYSITELIB}/coherence/base.pyc
|
||||
${PYSITELIB}/coherence/base.pyo
|
||||
${PYSITELIB}/coherence/dbus_constants.py
|
||||
${PYSITELIB}/coherence/dbus_constants.pyc
|
||||
${PYSITELIB}/coherence/dbus_constants.pyo
|
||||
${PYSITELIB}/coherence/dbus_service.py
|
||||
${PYSITELIB}/coherence/dbus_service.pyc
|
||||
${PYSITELIB}/coherence/dbus_service.pyo
|
||||
${PYSITELIB}/coherence/dispatcher.py
|
||||
${PYSITELIB}/coherence/dispatcher.pyc
|
||||
${PYSITELIB}/coherence/dispatcher.pyo
|
||||
${PYSITELIB}/coherence/extern/__init__.py
|
||||
${PYSITELIB}/coherence/extern/__init__.pyc
|
||||
${PYSITELIB}/coherence/extern/__init__.pyo
|
||||
|
@ -106,6 +124,9 @@ ${PYSITELIB}/coherence/extern/config.pyo
|
|||
${PYSITELIB}/coherence/extern/covers_by_amazon.py
|
||||
${PYSITELIB}/coherence/extern/covers_by_amazon.pyc
|
||||
${PYSITELIB}/coherence/extern/covers_by_amazon.pyo
|
||||
${PYSITELIB}/coherence/extern/db_row.py
|
||||
${PYSITELIB}/coherence/extern/db_row.pyc
|
||||
${PYSITELIB}/coherence/extern/db_row.pyo
|
||||
${PYSITELIB}/coherence/extern/et.py
|
||||
${PYSITELIB}/coherence/extern/et.pyc
|
||||
${PYSITELIB}/coherence/extern/et.pyo
|
||||
|
@ -133,39 +154,39 @@ ${PYSITELIB}/coherence/extern/log/test_log.pyo
|
|||
${PYSITELIB}/coherence/extern/logger.py
|
||||
${PYSITELIB}/coherence/extern/logger.pyc
|
||||
${PYSITELIB}/coherence/extern/logger.pyo
|
||||
${PYSITELIB}/coherence/extern/louie/__init__.py
|
||||
${PYSITELIB}/coherence/extern/louie/__init__.pyc
|
||||
${PYSITELIB}/coherence/extern/louie/__init__.pyo
|
||||
${PYSITELIB}/coherence/extern/louie/dispatcher.py
|
||||
${PYSITELIB}/coherence/extern/louie/dispatcher.pyc
|
||||
${PYSITELIB}/coherence/extern/louie/dispatcher.pyo
|
||||
${PYSITELIB}/coherence/extern/louie/error.py
|
||||
${PYSITELIB}/coherence/extern/louie/error.pyc
|
||||
${PYSITELIB}/coherence/extern/louie/error.pyo
|
||||
${PYSITELIB}/coherence/extern/louie/plugin.py
|
||||
${PYSITELIB}/coherence/extern/louie/plugin.pyc
|
||||
${PYSITELIB}/coherence/extern/louie/plugin.pyo
|
||||
${PYSITELIB}/coherence/extern/louie/robustapply.py
|
||||
${PYSITELIB}/coherence/extern/louie/robustapply.pyc
|
||||
${PYSITELIB}/coherence/extern/louie/robustapply.pyo
|
||||
${PYSITELIB}/coherence/extern/louie/saferef.py
|
||||
${PYSITELIB}/coherence/extern/louie/saferef.pyc
|
||||
${PYSITELIB}/coherence/extern/louie/saferef.pyo
|
||||
${PYSITELIB}/coherence/extern/louie/sender.py
|
||||
${PYSITELIB}/coherence/extern/louie/sender.pyc
|
||||
${PYSITELIB}/coherence/extern/louie/sender.pyo
|
||||
${PYSITELIB}/coherence/extern/louie/signal.py
|
||||
${PYSITELIB}/coherence/extern/louie/signal.pyc
|
||||
${PYSITELIB}/coherence/extern/louie/signal.pyo
|
||||
${PYSITELIB}/coherence/extern/louie/version.py
|
||||
${PYSITELIB}/coherence/extern/louie/version.pyc
|
||||
${PYSITELIB}/coherence/extern/louie/version.pyo
|
||||
${PYSITELIB}/coherence/extern/louie.py
|
||||
${PYSITELIB}/coherence/extern/louie.pyc
|
||||
${PYSITELIB}/coherence/extern/louie.pyo
|
||||
${PYSITELIB}/coherence/extern/simple_config.py
|
||||
${PYSITELIB}/coherence/extern/simple_config.pyc
|
||||
${PYSITELIB}/coherence/extern/simple_config.pyo
|
||||
${PYSITELIB}/coherence/extern/simple_plugin.py
|
||||
${PYSITELIB}/coherence/extern/simple_plugin.pyc
|
||||
${PYSITELIB}/coherence/extern/simple_plugin.pyo
|
||||
${PYSITELIB}/coherence/extern/telepathy/__init__.py
|
||||
${PYSITELIB}/coherence/extern/telepathy/__init__.pyc
|
||||
${PYSITELIB}/coherence/extern/telepathy/__init__.pyo
|
||||
${PYSITELIB}/coherence/extern/telepathy/client.py
|
||||
${PYSITELIB}/coherence/extern/telepathy/client.pyc
|
||||
${PYSITELIB}/coherence/extern/telepathy/client.pyo
|
||||
${PYSITELIB}/coherence/extern/telepathy/connect.py
|
||||
${PYSITELIB}/coherence/extern/telepathy/connect.pyc
|
||||
${PYSITELIB}/coherence/extern/telepathy/connect.pyo
|
||||
${PYSITELIB}/coherence/extern/telepathy/mirabeau_tube_consumer.py
|
||||
${PYSITELIB}/coherence/extern/telepathy/mirabeau_tube_consumer.pyc
|
||||
${PYSITELIB}/coherence/extern/telepathy/mirabeau_tube_consumer.pyo
|
||||
${PYSITELIB}/coherence/extern/telepathy/mirabeau_tube_publisher.py
|
||||
${PYSITELIB}/coherence/extern/telepathy/mirabeau_tube_publisher.pyc
|
||||
${PYSITELIB}/coherence/extern/telepathy/mirabeau_tube_publisher.pyo
|
||||
${PYSITELIB}/coherence/extern/telepathy/stream.py
|
||||
${PYSITELIB}/coherence/extern/telepathy/stream.pyc
|
||||
${PYSITELIB}/coherence/extern/telepathy/stream.pyo
|
||||
${PYSITELIB}/coherence/extern/telepathy/tube.py
|
||||
${PYSITELIB}/coherence/extern/telepathy/tube.pyc
|
||||
${PYSITELIB}/coherence/extern/telepathy/tube.pyo
|
||||
${PYSITELIB}/coherence/extern/telepathy/tubeconn.py
|
||||
${PYSITELIB}/coherence/extern/telepathy/tubeconn.pyc
|
||||
${PYSITELIB}/coherence/extern/telepathy/tubeconn.pyo
|
||||
${PYSITELIB}/coherence/extern/test_inotify.py
|
||||
${PYSITELIB}/coherence/extern/test_inotify.pyc
|
||||
${PYSITELIB}/coherence/extern/test_inotify.pyo
|
||||
|
@ -184,9 +205,15 @@ ${PYSITELIB}/coherence/extern/youtubedl/__init__.pyo
|
|||
${PYSITELIB}/coherence/extern/youtubedl/youtubedl.py
|
||||
${PYSITELIB}/coherence/extern/youtubedl/youtubedl.pyc
|
||||
${PYSITELIB}/coherence/extern/youtubedl/youtubedl.pyo
|
||||
${PYSITELIB}/coherence/json.py
|
||||
${PYSITELIB}/coherence/json.pyc
|
||||
${PYSITELIB}/coherence/json.pyo
|
||||
${PYSITELIB}/coherence/log.py
|
||||
${PYSITELIB}/coherence/log.pyc
|
||||
${PYSITELIB}/coherence/log.pyo
|
||||
${PYSITELIB}/coherence/mirabeau.py
|
||||
${PYSITELIB}/coherence/mirabeau.pyc
|
||||
${PYSITELIB}/coherence/mirabeau.pyo
|
||||
${PYSITELIB}/coherence/test/__init__.py
|
||||
${PYSITELIB}/coherence/test/__init__.pyc
|
||||
${PYSITELIB}/coherence/test/__init__.pyo
|
||||
|
@ -196,9 +223,18 @@ ${PYSITELIB}/coherence/test/test_base.pyo
|
|||
${PYSITELIB}/coherence/test/test_dbus.py
|
||||
${PYSITELIB}/coherence/test/test_dbus.pyc
|
||||
${PYSITELIB}/coherence/test/test_dbus.pyo
|
||||
${PYSITELIB}/coherence/test/test_dispatching.py
|
||||
${PYSITELIB}/coherence/test/test_dispatching.pyc
|
||||
${PYSITELIB}/coherence/test/test_dispatching.pyo
|
||||
${PYSITELIB}/coherence/test/test_transcoder.py
|
||||
${PYSITELIB}/coherence/test/test_transcoder.pyc
|
||||
${PYSITELIB}/coherence/test/test_transcoder.pyo
|
||||
${PYSITELIB}/coherence/transcoder.py
|
||||
${PYSITELIB}/coherence/transcoder.pyc
|
||||
${PYSITELIB}/coherence/transcoder.pyo
|
||||
${PYSITELIB}/coherence/tube_service.py
|
||||
${PYSITELIB}/coherence/tube_service.pyc
|
||||
${PYSITELIB}/coherence/tube_service.pyo
|
||||
${PYSITELIB}/coherence/ui/__init__.py
|
||||
${PYSITELIB}/coherence/ui/__init__.pyc
|
||||
${PYSITELIB}/coherence/ui/__init__.pyo
|
||||
|
@ -393,6 +429,9 @@ ${PYSITELIB}/misc/device-icons/coherence-icon.png
|
|||
${PYSITELIB}/misc/device-icons/elisa-icon.png
|
||||
${PYSITELIB}/misc/device-icons/flickr-icon.png
|
||||
${PYSITELIB}/misc/device-icons/youtube-icon.png
|
||||
${PYSITELIB}/misc/media_server_observer.py
|
||||
${PYSITELIB}/misc/media_server_observer.pyc
|
||||
${PYSITELIB}/misc/media_server_observer.pyo
|
||||
${PYSITELIB}/misc/upnp-tester.py
|
||||
${PYSITELIB}/misc/upnp-tester.pyc
|
||||
${PYSITELIB}/misc/upnp-tester.pyo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.2 2009/07/31 10:01:57 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.3 2010/05/20 21:22:51 drochner Exp $
|
||||
|
||||
SHA1 (Coherence-0.6.4.tar.gz) = 6a57f2bd2f4461840bad6e5b5b8349b64cbe0711
|
||||
RMD160 (Coherence-0.6.4.tar.gz) = 3c25b30fdba809a73aa60fae91b97041f19121ce
|
||||
Size (Coherence-0.6.4.tar.gz) = 313155 bytes
|
||||
SHA1 (Coherence-0.6.6.2.tar.gz) = c8f3aedf6f393e400b012b9b79a45faf6bc3c809
|
||||
RMD160 (Coherence-0.6.6.2.tar.gz) = f3cea9a846059723c846cb2254aae73ff1a6a5e9
|
||||
Size (Coherence-0.6.6.2.tar.gz) = 364908 bytes
|
||||
SHA1 (patch-aa) = 3d0e0966a12bb6f42015dac259db085923135fae
|
||||
|
|
Loading…
Reference in a new issue