Update to coherence 0.6.6.2, see

http://coherence.beebits.net/changeset/1527 for a list of interesting
new features.
This commit is contained in:
landry 2010-04-21 08:36:58 +00:00
parent f2b477b220
commit c02dce8f31
4 changed files with 55 additions and 45 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/10/15 08:50:49 landry Exp $
# $OpenBSD: Makefile,v 1.2 2010/04/21 08:36:58 landry Exp $
COMMENT = uPnP/DLNA media server
MODPY_EGG_VERSION = 0.6.4
MODPY_EGG_VERSION = 0.6.6.2
DISTNAME = Coherence-${MODPY_EGG_VERSION}
PKGNAME = ${DISTNAME:L}
CATEGORIES = multimedia

View File

@ -1,5 +1,5 @@
MD5 (Coherence-0.6.4.tar.gz) = 2OeAiZKKiU2HBzze7fjS3w==
RMD160 (Coherence-0.6.4.tar.gz) = PCWzD9uoCac6pg+ukblwQfGRIc4=
SHA1 (Coherence-0.6.4.tar.gz) = alfyvS9EYYQLrW5bW4NJtky+BxE=
SHA256 (Coherence-0.6.4.tar.gz) = 2i7J8m3bb+Kj8/9mNPfuVyfeJy9JxVz/pV7a+CQDOnM=
SIZE (Coherence-0.6.4.tar.gz) = 313155
MD5 (Coherence-0.6.6.2.tar.gz) = 16G0q/aDHGHjejueK9xWCg==
RMD160 (Coherence-0.6.6.2.tar.gz) = 886pqEYFlyPIRssiVKrnP/Gmpek=
SHA1 (Coherence-0.6.6.2.tar.gz) = yPOu3285PkALASubeaRfr2vDyAk=
SHA256 (Coherence-0.6.6.2.tar.gz) = C1SmuojB/2J0qtto/ze4o5YbTGrPXe0pHF3qk2oxG6Q=
SIZE (Coherence-0.6.6.2.tar.gz) = 364908

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-setup_py,v 1.1.1.1 2009/10/15 08:50:49 landry Exp $
Correctly depend on the right component of Twisted
Needed for Moovida plugin, cf https://bugs.launchpad.net/elisa/+bug/401669
--- setup.py.orig Wed Oct 14 20:50:13 2009
+++ setup.py Wed Oct 14 20:50:25 2009
@@ -90,7 +90,8 @@ Kudos go to jmsizun, cjsmo, chewi, and lightyear.
if haz_setuptools == True:
setup_args['install_requires'] = [
'ConfigObj >= 4.3',
- 'Twisted >= 2.5.0',
+ 'Twisted_Core >= 2.5.0',
+ 'Twisted_Web >= 2.5.0',
]
setup_args['entry_points'] = """
[coherence.plugins.backend.media_server]

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/10/15 08:50:49 landry Exp $
@comment $OpenBSD: PLIST,v 1.2 2010/04/21 08:36:58 landry Exp $
bin/applet-coherence
bin/coherence
lib/python${MODPY_VERSION}/site-packages/Coherence-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
@ -6,7 +6,6 @@ lib/python${MODPY_VERSION}/site-packages/Coherence-${MODPY_EGG_VERSION}-py${MODP
lib/python${MODPY_VERSION}/site-packages/Coherence-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/Coherence-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/Coherence-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/Coherence-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/Coherence-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/coherence/
lib/python${MODPY_VERSION}/site-packages/coherence/__init__.py
@ -22,6 +21,8 @@ lib/python${MODPY_VERSION}/site-packages/coherence/backends/appletrailers_storag
lib/python${MODPY_VERSION}/site-packages/coherence/backends/appletrailers_storage.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/backends/axiscam_storage.py
lib/python${MODPY_VERSION}/site-packages/coherence/backends/axiscam_storage.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/backends/banshee_storage.py
lib/python${MODPY_VERSION}/site-packages/coherence/backends/banshee_storage.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/backends/bbc_storage.py
lib/python${MODPY_VERSION}/site-packages/coherence/backends/bbc_storage.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/backends/buzztard_control.py
@ -32,6 +33,8 @@ lib/python${MODPY_VERSION}/site-packages/coherence/backends/elisa_renderer.py
lib/python${MODPY_VERSION}/site-packages/coherence/backends/elisa_renderer.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/backends/elisa_storage.py
lib/python${MODPY_VERSION}/site-packages/coherence/backends/elisa_storage.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/backends/feed_storage.py
lib/python${MODPY_VERSION}/site-packages/coherence/backends/feed_storage.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/backends/flickr_storage.py
lib/python${MODPY_VERSION}/site-packages/coherence/backends/flickr_storage.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/backends/fs_storage.py
@ -52,10 +55,12 @@ lib/python${MODPY_VERSION}/site-packages/coherence/backends/lolcats_storage.py
lib/python${MODPY_VERSION}/site-packages/coherence/backends/lolcats_storage.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/backends/mediadb_storage.py
lib/python${MODPY_VERSION}/site-packages/coherence/backends/mediadb_storage.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/backends/miro_storage.py
lib/python${MODPY_VERSION}/site-packages/coherence/backends/miro_storage.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/backends/miroguide_storage.py
lib/python${MODPY_VERSION}/site-packages/coherence/backends/miroguide_storage.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/backends/picasa_storage.py
lib/python${MODPY_VERSION}/site-packages/coherence/backends/picasa_storage.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/backends/playlist_storage.py
lib/python${MODPY_VERSION}/site-packages/coherence/backends/playlist_storage.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/backends/swr3_storage.py
lib/python${MODPY_VERSION}/site-packages/coherence/backends/swr3_storage.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/backends/ted_storage.py
@ -64,12 +69,18 @@ lib/python${MODPY_VERSION}/site-packages/coherence/backends/test_storage.py
lib/python${MODPY_VERSION}/site-packages/coherence/backends/test_storage.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/backends/tracker_storage.py
lib/python${MODPY_VERSION}/site-packages/coherence/backends/tracker_storage.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/backends/yamj_storage.py
lib/python${MODPY_VERSION}/site-packages/coherence/backends/yamj_storage.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/backends/youtube_storage.py
lib/python${MODPY_VERSION}/site-packages/coherence/backends/youtube_storage.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/base.py
lib/python${MODPY_VERSION}/site-packages/coherence/base.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/dbus_constants.py
lib/python${MODPY_VERSION}/site-packages/coherence/dbus_constants.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/dbus_service.py
lib/python${MODPY_VERSION}/site-packages/coherence/dbus_service.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/dispatcher.py
lib/python${MODPY_VERSION}/site-packages/coherence/dispatcher.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/extern/
lib/python${MODPY_VERSION}/site-packages/coherence/extern/__init__.py
lib/python${MODPY_VERSION}/site-packages/coherence/extern/__init__.pyc
@ -77,6 +88,8 @@ lib/python${MODPY_VERSION}/site-packages/coherence/extern/config.py
lib/python${MODPY_VERSION}/site-packages/coherence/extern/config.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/extern/covers_by_amazon.py
lib/python${MODPY_VERSION}/site-packages/coherence/extern/covers_by_amazon.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/extern/db_row.py
lib/python${MODPY_VERSION}/site-packages/coherence/extern/db_row.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/extern/et.py
lib/python${MODPY_VERSION}/site-packages/coherence/extern/et.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/extern/galleryremote/
@ -97,29 +110,29 @@ lib/python${MODPY_VERSION}/site-packages/coherence/extern/log/test_log.py
lib/python${MODPY_VERSION}/site-packages/coherence/extern/log/test_log.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/extern/logger.py
lib/python${MODPY_VERSION}/site-packages/coherence/extern/logger.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/extern/louie/
lib/python${MODPY_VERSION}/site-packages/coherence/extern/louie/__init__.py
lib/python${MODPY_VERSION}/site-packages/coherence/extern/louie/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/extern/louie/dispatcher.py
lib/python${MODPY_VERSION}/site-packages/coherence/extern/louie/dispatcher.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/extern/louie/error.py
lib/python${MODPY_VERSION}/site-packages/coherence/extern/louie/error.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/extern/louie/plugin.py
lib/python${MODPY_VERSION}/site-packages/coherence/extern/louie/plugin.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/extern/louie/robustapply.py
lib/python${MODPY_VERSION}/site-packages/coherence/extern/louie/robustapply.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/extern/louie/saferef.py
lib/python${MODPY_VERSION}/site-packages/coherence/extern/louie/saferef.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/extern/louie/sender.py
lib/python${MODPY_VERSION}/site-packages/coherence/extern/louie/sender.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/extern/louie/signal.py
lib/python${MODPY_VERSION}/site-packages/coherence/extern/louie/signal.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/extern/louie/version.py
lib/python${MODPY_VERSION}/site-packages/coherence/extern/louie/version.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/extern/louie.py
lib/python${MODPY_VERSION}/site-packages/coherence/extern/louie.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/extern/simple_config.py
lib/python${MODPY_VERSION}/site-packages/coherence/extern/simple_config.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/extern/simple_plugin.py
lib/python${MODPY_VERSION}/site-packages/coherence/extern/simple_plugin.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/extern/telepathy/
lib/python${MODPY_VERSION}/site-packages/coherence/extern/telepathy/__init__.py
lib/python${MODPY_VERSION}/site-packages/coherence/extern/telepathy/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/extern/telepathy/client.py
lib/python${MODPY_VERSION}/site-packages/coherence/extern/telepathy/client.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/extern/telepathy/connect.py
lib/python${MODPY_VERSION}/site-packages/coherence/extern/telepathy/connect.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/extern/telepathy/mirabeau_tube_consumer.py
lib/python${MODPY_VERSION}/site-packages/coherence/extern/telepathy/mirabeau_tube_consumer.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/extern/telepathy/mirabeau_tube_publisher.py
lib/python${MODPY_VERSION}/site-packages/coherence/extern/telepathy/mirabeau_tube_publisher.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/extern/telepathy/stream.py
lib/python${MODPY_VERSION}/site-packages/coherence/extern/telepathy/stream.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/extern/telepathy/tube.py
lib/python${MODPY_VERSION}/site-packages/coherence/extern/telepathy/tube.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/extern/telepathy/tubeconn.py
lib/python${MODPY_VERSION}/site-packages/coherence/extern/telepathy/tubeconn.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/extern/test_inotify.py
lib/python${MODPY_VERSION}/site-packages/coherence/extern/test_inotify.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/extern/uuid/
@ -134,8 +147,12 @@ lib/python${MODPY_VERSION}/site-packages/coherence/extern/youtubedl/__init__.py
lib/python${MODPY_VERSION}/site-packages/coherence/extern/youtubedl/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/extern/youtubedl/youtubedl.py
lib/python${MODPY_VERSION}/site-packages/coherence/extern/youtubedl/youtubedl.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/json.py
lib/python${MODPY_VERSION}/site-packages/coherence/json.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/log.py
lib/python${MODPY_VERSION}/site-packages/coherence/log.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/mirabeau.py
lib/python${MODPY_VERSION}/site-packages/coherence/mirabeau.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/test/
lib/python${MODPY_VERSION}/site-packages/coherence/test/__init__.py
lib/python${MODPY_VERSION}/site-packages/coherence/test/__init__.pyc
@ -143,8 +160,14 @@ lib/python${MODPY_VERSION}/site-packages/coherence/test/test_base.py
lib/python${MODPY_VERSION}/site-packages/coherence/test/test_base.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/test/test_dbus.py
lib/python${MODPY_VERSION}/site-packages/coherence/test/test_dbus.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/test/test_dispatching.py
lib/python${MODPY_VERSION}/site-packages/coherence/test/test_dispatching.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/test/test_transcoder.py
lib/python${MODPY_VERSION}/site-packages/coherence/test/test_transcoder.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/transcoder.py
lib/python${MODPY_VERSION}/site-packages/coherence/transcoder.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/tube_service.py
lib/python${MODPY_VERSION}/site-packages/coherence/tube_service.pyc
lib/python${MODPY_VERSION}/site-packages/coherence/ui/
lib/python${MODPY_VERSION}/site-packages/coherence/ui/__init__.py
lib/python${MODPY_VERSION}/site-packages/coherence/ui/__init__.pyc
@ -300,5 +323,7 @@ lib/python${MODPY_VERSION}/site-packages/misc/device-icons/coherence-icon.png
lib/python${MODPY_VERSION}/site-packages/misc/device-icons/elisa-icon.png
lib/python${MODPY_VERSION}/site-packages/misc/device-icons/flickr-icon.png
lib/python${MODPY_VERSION}/site-packages/misc/device-icons/youtube-icon.png
lib/python${MODPY_VERSION}/site-packages/misc/media_server_observer.py
lib/python${MODPY_VERSION}/site-packages/misc/media_server_observer.pyc
lib/python${MODPY_VERSION}/site-packages/misc/upnp-tester.py
lib/python${MODPY_VERSION}/site-packages/misc/upnp-tester.pyc