From e66cfa5ebd354a56a0321c30d13b96bc6508e451 Mon Sep 17 00:00:00 2001 From: Daniel Gryniewicz Date: Sun, 2 Sep 2007 17:23:25 +0000 Subject: Bump to 0.3.1 This is the first release of the 0.3 Elisa branch, which is a major rewrite compared to the 0.1 branch. Features added since 0.1.7: - new multi-frontend system allowing Elisa to run on various graphical toolkits, eventually synchronized - new artwork, including a Tango-like theme - media metadata retrieval support using various sources - improved user interface, it's now much more reliable - added a service to customize the screen aspect ratio Bugs fixed since 0.1.7: - 361: Music only lists 250 of my 267 folders. - 516: Seeking videos => audio/video desync - 366: Failed to play video with external subtitles (.str) - 400: Media scanner monopolizing main thread - 412: Make poblenou frontend aspect-ratio dependent - 413: alphabetical order of songs / albums / artists - 414: Movie preview overlaps image preview - 424: Seeking quickly in the player is not possible (CPU dies) - 425: Previews clutter the main menu. - 435: Down arrow in the menu - 444: elisa hangs on new media in audio - 445: playing ipod and audiocd hangs off whole elisa - 461: Integrate grid widget - 485: staying icons because of list-renew - 528: remove problem in lists - 529: Removing parent leads to problems - 540: PlayAll does not work the second time - 61: Smart media tag browsing - 71: Non-english filename support - 75: Improve GUI fluidity on older GPUs - 97: Precise timeout handling for animations - 163: Wait animation when starting to play a file - 175: Watching big pictures causes a lot of CPU usage - 202: CPU usage on tiny computers - 264: Video thumbnailer adaptation to make use of DataAccess plugins - 291: Rotating an image only rotate the thumbnail and not the picture when displayed in the background - 307: Manage hotplug sources plugged when Elisa is not running - 308: Media manager scan interruption - 333: more remote actions, especially in combination with the Coherence MediaRenderer backend - 337: Start reading a videofile during thumbnail generation cause DeadLock - 339: off-center text - 347: Make use of freedesktop's xdg-user-dirs to locate media - 352: Extended automation Cover-selector (like in Pictures-Plugin) - 359: Selecting Play All in a music folder crashes elisa - 372: [debian/ubuntu] Depend on python-daap - 373: if config fails to parse, eception about Application not having close method is raised - 374: [PATCH] error in audio_activity.py - 375: [PATCH] media_uri doesn't url encode strings when creating the uri - 376: [PATCH] gtk ui treeview needs to be scrollable - 381: boost python traceback - 382: inotify problem when missing ctypes - 387: /usr write check fails under fakeroot - 390: Elisa does not start when a USB drive is plugged in during start - 392: the mediascanner have to start 10 s after the application launch - 394: application.stop() should return a Deferred - 395: Video display is overlayed by the video icon - 404: Review Player for blocking calls - 406: Failure in plugin loading gives wrong error message - 410: Navigation fix, hitting OK should go down in the menu - 415: Volume level not displayed when changed - 419: When the media playback is finished, the menu should reappear - 422: Uniformise repeat behaviour across the different input devices - 426: Preview focus not set when going in a section: switching to fullscreen makes the wrong preview grow - 428: Movie preview should pause when going into another section - 429: Player shows weird things on streams - 431: Support for non-seekable Videos in Thumbnailer (like Flash-Video) - 433: gtk frontend broken - 441: playing media files without required gstreamer plugins makes elisa sooo slooow - 442: Plugin registry changes behaviour if -t is specified - 448: Player options - 452: Investigation on poblenou:node_controller - 453: Media scanner traceback - 462: non local pictures display support - 464: cover support in UPnP MS - 468: Cover retrieval not yet fine on daap:// and ipod:// - 471: While playing a playlist, hit stop => player goes to next track - 484: no title and arrow for loading-image, please - 505: elisa breaks at start if ~/.elisa/plugins is missing - 508: DVD actions - 510: make label of a location configurable - 511: Video preview timeout - 512: Explicit folder actions - 514: Preview cleanups - 515: Playing elisa:// URIs with empty media_db - 517: Adding files on a directory browsed by elisa - 518: Remove duplicated API docs - 524: theme switcher: error in observer - 525: theme switcher icon in tango theme is wrong - 527: HAL makes problems on plugging in seconds stick - 532: no volume in pause - 533: volume stays longer than progress bar on menu appearing - 536: USB key hotplugged results in seeing /media in Elisa - 537: replugging stick while elisa runs raises exception - 539: Menu items thumbnails interverted - 360: Scrolling is to slow. - 383: Macedonian translation - 384: Macedonian translation - 386: exceptions should be caught in ListObservable if an Observable raises an exception - 393: media_scanner must parse sources one by one - 403: local media fails on wrong encoding in filename - 407: AudioCD without MusicBrainz2 - 408: gst-metadata breaks on special filenames sometimes - 409: media_db has problems, when there is no media provider - 416: Cover lookup doesn't work with daap:// and ipod:// - 423: Nice fade-in/fade-out at startup/shutdown - 437: Pressing enter on audiocd gives traceback - 438: lirc should use a temporary file - 450: start_fullscreen poblenou frontend option - 459: cache amazon covers in ~/.elisa - 495: my favorites of stage6 - 513: Drop 10 items limit in playlists - 493: support non-square pixel aspect ratio - 84: Asynchronous Flickr? - 306: Make the mouse pointer disappear after a few seconds - 355: livecd - 356: livecd - 357: livecd - 389: RTL Language support svn path=/maintainer/; revision=62 --- media-video/elisa/ChangeLog | 128 +++++++++++++++++++++++++++++ media-video/elisa/Manifest | 16 +++- media-video/elisa/elisa-0.3.1.ebuild | 109 ++++++++++++++++++++++++ media-video/elisa/files/digest-elisa-0.3.1 | 3 + 4 files changed, 252 insertions(+), 4 deletions(-) create mode 100644 media-video/elisa/elisa-0.3.1.ebuild create mode 100644 media-video/elisa/files/digest-elisa-0.3.1 diff --git a/media-video/elisa/ChangeLog b/media-video/elisa/ChangeLog index 7314667..46284af 100644 --- a/media-video/elisa/ChangeLog +++ b/media-video/elisa/ChangeLog @@ -2,6 +2,134 @@ # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 02 Sep 2007; Daniel Gryniewicz +elisa-0.3.1.ebuild: + Bump to 0.3.1 This is the first release of the 0.3 Elisa branch, which is a + major rewrite compared to the 0.1 branch. + + Features added since 0.1.7: + - new multi-frontend system allowing Elisa to run on various graphical + toolkits, eventually synchronized + - new artwork, including a Tango-like theme + - media metadata retrieval support using various sources + - improved user interface, it's now much more reliable + - added a service to customize the screen aspect ratio + + Bugs fixed since 0.1.7: + - 361: Music only lists 250 of my 267 folders. + - 516: Seeking videos => audio/video desync + - 366: Failed to play video with external subtitles (.str) + - 400: Media scanner monopolizing main thread + - 412: Make poblenou frontend aspect-ratio dependent + - 413: alphabetical order of songs / albums / artists + - 414: Movie preview overlaps image preview + - 424: Seeking quickly in the player is not possible (CPU dies) + - 425: Previews clutter the main menu. + - 435: Down arrow in the menu + - 444: elisa hangs on new media in audio + - 445: playing ipod and audiocd hangs off whole elisa + - 461: Integrate grid widget + - 485: staying icons because of list-renew + - 528: remove problem in lists + - 529: Removing parent leads to problems + - 540: PlayAll does not work the second time + - 61: Smart media tag browsing + - 71: Non-english filename support + - 75: Improve GUI fluidity on older GPUs + - 97: Precise timeout handling for animations + - 163: Wait animation when starting to play a file + - 175: Watching big pictures causes a lot of CPU usage + - 202: CPU usage on tiny computers + - 264: Video thumbnailer adaptation to make use of DataAccess plugins + - 291: Rotating an image only rotate the thumbnail and not the picture when + displayed in the background + - 307: Manage hotplug sources plugged when Elisa is not running + - 308: Media manager scan interruption + - 333: more remote actions, especially in combination with the Coherence + MediaRenderer backend + - 337: Start reading a videofile during thumbnail generation cause DeadLock + - 339: off-center text + - 347: Make use of freedesktop's xdg-user-dirs to locate media + - 352: Extended automation Cover-selector (like in Pictures-Plugin) + - 359: Selecting Play All in a music folder crashes elisa + - 372: [debian/ubuntu] Depend on python-daap + - 373: if config fails to parse, eception about Application not having close + method is raised + - 374: [PATCH] error in audio_activity.py + - 375: [PATCH] media_uri doesn't url encode strings when creating the uri + - 376: [PATCH] gtk ui treeview needs to be scrollable + - 381: boost python traceback + - 382: inotify problem when missing ctypes + - 387: /usr write check fails under fakeroot + - 390: Elisa does not start when a USB drive is plugged in during start + - 392: the mediascanner have to start 10 s after the application launch + - 394: application.stop() should return a Deferred + - 395: Video display is overlayed by the video icon + - 404: Review Player for blocking calls + - 406: Failure in plugin loading gives wrong error message + - 410: Navigation fix, hitting OK should go down in the menu + - 415: Volume level not displayed when changed + - 419: When the media playback is finished, the menu should reappear + - 422: Uniformise repeat behaviour across the different input devices + - 426: Preview focus not set when going in a section: switching to fullscreen + makes the wrong preview grow + - 428: Movie preview should pause when going into another section + - 429: Player shows weird things on streams + - 431: Support for non-seekable Videos in Thumbnailer (like Flash-Video) + - 433: gtk frontend broken + - 441: playing media files without required gstreamer plugins makes elisa sooo + slooow + - 442: Plugin registry changes behaviour if -t is specified + - 448: Player options + - 452: Investigation on poblenou:node_controller + - 453: Media scanner traceback + - 462: non local pictures display support + - 464: cover support in UPnP MS + - 468: Cover retrieval not yet fine on daap:// and ipod:// + - 471: While playing a playlist, hit stop => player goes to next track + - 484: no title and arrow for loading-image, please + - 505: elisa breaks at start if ~/.elisa/plugins is missing + - 508: DVD actions + - 510: make label of a location configurable + - 511: Video preview timeout + - 512: Explicit folder actions + - 514: Preview cleanups + - 515: Playing elisa:// URIs with empty media_db + - 517: Adding files on a directory browsed by elisa + - 518: Remove duplicated API docs + - 524: theme switcher: error in observer + - 525: theme switcher icon in tango theme is wrong + - 527: HAL makes problems on plugging in seconds stick + - 532: no volume in pause + - 533: volume stays longer than progress bar on menu appearing + - 536: USB key hotplugged results in seeing /media in Elisa + - 537: replugging stick while elisa runs raises exception + - 539: Menu items thumbnails interverted + - 360: Scrolling is to slow. + - 383: Macedonian translation + - 384: Macedonian translation + - 386: exceptions should be caught in ListObservable if an Observable raises + an exception + - 393: media_scanner must parse sources one by one + - 403: local media fails on wrong encoding in filename + - 407: AudioCD without MusicBrainz2 + - 408: gst-metadata breaks on special filenames sometimes + - 409: media_db has problems, when there is no media provider + - 416: Cover lookup doesn't work with daap:// and ipod:// + - 423: Nice fade-in/fade-out at startup/shutdown + - 437: Pressing enter on audiocd gives traceback + - 438: lirc should use a temporary file + - 450: start_fullscreen poblenou frontend option + - 459: cache amazon covers in ~/.elisa + - 495: my favorites of stage6 + - 513: Drop 10 items limit in playlists + - 493: support non-square pixel aspect ratio + - 84: Asynchronous Flickr? + - 306: Make the mouse pointer disappear after a few seconds + - 355: livecd + - 356: livecd + - 357: livecd + - 389: RTL Language support + 28 Apr 2007; Daniel Gryniewicz +elisa-0.1.6.ebuild: Bump to 0.1.6 The Elisa team is happy to announce the 0.1.6 release of the Elisa diff --git a/media-video/elisa/Manifest b/media-video/elisa/Manifest index e80ef0f..0ac907d 100644 --- a/media-video/elisa/Manifest +++ b/media-video/elisa/Manifest @@ -3,6 +3,7 @@ DIST elisa-0.1.4.1.tar.gz 12134145 RMD160 053c133450bd0463f72be2c96dad0ea3e86ccb DIST elisa-0.1.4.2.tar.gz 13327257 RMD160 287c6f9852567f329f36a45c6c1a2ec3b8c4e65a SHA1 29c3d6c277c918a9bf7be4592cc309bd50710da1 SHA256 717e814a8ed5a31fd42da5921e1378dfce751b994302f14f9cb5c5233a14ddfa DIST elisa-0.1.5.tar.gz 13333109 RMD160 d4222a5462cdd07f05acacfaccc1c9704aa1a81a SHA1 c592b3bdc569f92837a8b908a050c3b096199b35 SHA256 0fd0184c44b62fff35ab53a89193a781ea03f941e592c38157fcddf5535e6856 DIST elisa-0.1.6.tar.gz 13333863 RMD160 c3324b87117778ae3cc9bddbc514f426d5694047 SHA1 03ba0721530523d51b9dd1c2be76d9805f0c7ed7 SHA256 5911b63ae71f7fbf50870f2feeeebc3179b33cbb2e1f009d730a77d86083d682 +DIST elisa-0.3.1.tar.gz 9139809 RMD160 ff2f8b30b81d52a1752803093e11070f793a7e85 SHA1 8c7ceb7d0559023d19d4f168e0519d4939255436 SHA256 e4d0baea0fb4ecee6020405753446dd361a2f4f92070e47fecee79fa4fdd154b EBUILD elisa-0.1.3.ebuild 2774 RMD160 2601c5f5e776c4dc9678e88b38272bee92b76ddf SHA1 7c4464e7c710f4e2d05ed059413a4b259d396c2e SHA256 439eaba997b41e4d698e840095a8949e2c6048e555c8a0602dca98a44324f70f MD5 d03f60b419e3ac8bfd8fd354fed1fee2 elisa-0.1.3.ebuild 2774 RMD160 2601c5f5e776c4dc9678e88b38272bee92b76ddf elisa-0.1.3.ebuild 2774 @@ -23,10 +24,14 @@ EBUILD elisa-0.1.6.ebuild 2897 RMD160 76af09fde2c6650bafe50b2ab8e5497fd67969fc S MD5 8b666869f78abd663daaedf319fcbb41 elisa-0.1.6.ebuild 2897 RMD160 76af09fde2c6650bafe50b2ab8e5497fd67969fc elisa-0.1.6.ebuild 2897 SHA256 8a45dfed84259539d4b7325c1049a288edae1fb1ffa03c35c1860e707527e269 elisa-0.1.6.ebuild 2897 -MISC ChangeLog 3034 RMD160 2efa59e8be956f6d83f9e92e86e684569f209bca SHA1 0ce86d49d600fc1d360f8da80e320f176662fb82 SHA256 e2162b623f81b32e0f2d30dc009119623b6cb724e72ad23adecfa609f0b7ef31 -MD5 fabe29f7177b55b8c110673e4d5d8ea5 ChangeLog 3034 -RMD160 2efa59e8be956f6d83f9e92e86e684569f209bca ChangeLog 3034 -SHA256 e2162b623f81b32e0f2d30dc009119623b6cb724e72ad23adecfa609f0b7ef31 ChangeLog 3034 +EBUILD elisa-0.3.1.ebuild 2914 RMD160 033b996f53348c679b4bf345cebf8a27ca30cd2d SHA1 1da201fff450f7bb229ba8e87ce588616caabc76 SHA256 199bc7da2585c5a196bc37c96923965b4083e2867ee547032aef6f4ff9f9bc2f +MD5 d471f4e8137eddf43e40d8e5286096ca elisa-0.3.1.ebuild 2914 +RMD160 033b996f53348c679b4bf345cebf8a27ca30cd2d elisa-0.3.1.ebuild 2914 +SHA256 199bc7da2585c5a196bc37c96923965b4083e2867ee547032aef6f4ff9f9bc2f elisa-0.3.1.ebuild 2914 +MISC ChangeLog 9163 RMD160 516eeefa51d45c01a14baae55e27f72bed0f97ec SHA1 88a42948c7d0ccb3ebbde79d112873b1cf35889c SHA256 b37e37228bbde5775900c31297689a29bc2c6324e49ca28993cfb49c146bd1ee +MD5 6fad0aa39825ed21b7c5b7293be2c24c ChangeLog 9163 +RMD160 516eeefa51d45c01a14baae55e27f72bed0f97ec ChangeLog 9163 +SHA256 b37e37228bbde5775900c31297689a29bc2c6324e49ca28993cfb49c146bd1ee ChangeLog 9163 MD5 5e96ad6372988de7f81efe6747d0b13d files/digest-elisa-0.1.3 241 RMD160 b6b61d12f75d3dd230bddf42a5cbcfddf905fa21 files/digest-elisa-0.1.3 241 SHA256 b0328e592b8104d0bc8efcdc0d0e97ed9f719308f6877892c37569757728851e files/digest-elisa-0.1.3 241 @@ -42,3 +47,6 @@ SHA256 6b8185cebaa0e58cd5609acbc089d38ce8473caa83963bc0d31c4bffb0ff028f files/di MD5 0c4713a20b6999e746e7e70c495ec395 files/digest-elisa-0.1.6 241 RMD160 f6d8fd383228cac1178a1be31b8138569c45113f files/digest-elisa-0.1.6 241 SHA256 cd6d35a34994170bf6f7148c624aa3f61f6af16898c75b09a96fd9fdd9ef0254 files/digest-elisa-0.1.6 241 +MD5 eb250e09ff04acec563db3dd18121570 files/digest-elisa-0.3.1 238 +RMD160 b0f9e1128ef00986246d219a0a9d8f608865d5ce files/digest-elisa-0.3.1 238 +SHA256 e67169fc4c5688ee42823c39ee53008c1aaf7d50e895b771862f916aa34dfb5e files/digest-elisa-0.3.1 238 diff --git a/media-video/elisa/elisa-0.3.1.ebuild b/media-video/elisa/elisa-0.3.1.ebuild new file mode 100644 index 0000000..bae70b8 --- /dev/null +++ b/media-video/elisa/elisa-0.3.1.ebuild @@ -0,0 +1,109 @@ +# Copyright 2006-2007 BreakMyGentoo.org +# Distributed under the terms of the GNU General Public License v2 + +inherit distutils python + +DESCRIPTION="Elisa is an open source, cross platform media center solution for Linux, MacOSX and Windows on top of GStreamer." +HOMEPAGE="http://elisa.fluendo.com/" +SRC_URI="http://elisa.fluendo.com/static/download/${PN}/${P}.tar.gz" + +RESTRICT="nomirror" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="-* ~amd64 ~ppc ~x86" +IUSE="daap doc dvd ipod lirc upnp" + +MAKEOPTS="-j1" + +RDEPEND=">=dev-lang/python-2.4 + dev-python/setuptools + >=dev-python/imaging-1 + >=dev-python/twisted-2.2 + dev-python/gnome-python-extras + >=media-libs/gstreamer-0.10.4 + >=dev-python/gst-python-0.10 + >=media-plugins/gst-plugins-ogg-0.10 + >=media-plugins/gst-plugins-vorbis-0.10 + >=media-plugins/gst-plugins-theora-0.10 + >=media-libs/pigment-0.3 + >=dev-db/sqlite-3.2.8 + >=dev-python/pysqlite-2.0.5 + upnp? ( + dev-python/twisted-web + dev-python/elementtree + dev-python/celementtree + dev-python/soappy + ) + dvd? ( + media-libs/libdvdcss + >=media-plugins/gst-plugins-ffmpeg-0.10 + >=media-libs/gst-plugins-bad-0.10 + >=media-libs/gst-plugins-ugly-0.10 + dev-python/tagpy + ) + lirc? ( + app-misc/lirc + dev-python/pylirc + ) + daap? ( + dev-python/PythonDaap + >=sys-apps/dbus-1 + >=dev-python/dbus-python-0.71 + >=net-dns/avahi-0.6 + ) + ipod? ( + media-libs/libgpod + >=sys-apps/dbus-1 + >=dev-python/dbus-python-0.71 + >=sys-apps/hal-0.5 + )" + + +DEPEND="${DEPEND} + >=dev-util/pkgconfig-0.9" + +DOCS="AUTHORS ChangeLog COPYING NEWS" + +pkg_setup() { + if use daap ; then + if built_with_use net-dns/avahi python ; then + einfo "Avahi Python bindings found ..." + else + eerror "Please rebuild net-dns/avahi with python support enabled!" + eerror "Try USE=\"python\" emerge net-dns/avahi," + eerror "or add \"python\" to your USE string in /etc/make.conf and" + eerror "emerge net-dns/avahi." + die "USE flag \"python\" must be enabled in net-dns/avahi" + fi + fi + + + if use ipod ; then + if built_with_use media-libs/libgpod python ; then + einfo "libgpod Python bindings found ..." + else + eerror "Please rebuild media-libs/libgpod with python support enabled!" + eerror "Try USE=\"python\" emerge media-libs/libgpod," + eerror "or add \"python\" to your USE string in /etc/make.conf and" + eerror "emerge media-libs/libgpod." + die "USE flag \"python\" must be enabled in media-libs/libgpod" + fi + fi +} + +pkg_postinst() { + + einfo "After first run of the box, edit elisa.conf and add some media" + einfo "locations in [movies], [music] and [pictures] config sections" + einfo "e.g." + einfo "[plugins.pictures]" + einfo "locations = ['file://./sample_data/pictures',]" + einfo "" + einfo "[plugins.movies]" + einfo "locations = ['file://./sample_data/movies', 'file:///data/movies/', 'smb://mediaserver/movies/']" + einfo "" + einfo "[plugins.music]" + einfo "locations = ['file://./sample_data/music', 'file:///data/music/']" + +} diff --git a/media-video/elisa/files/digest-elisa-0.3.1 b/media-video/elisa/files/digest-elisa-0.3.1 new file mode 100644 index 0000000..1aee384 --- /dev/null +++ b/media-video/elisa/files/digest-elisa-0.3.1 @@ -0,0 +1,3 @@ +MD5 076ace2a9dc9551fb4fc0450db488aac elisa-0.3.1.tar.gz 9139809 +RMD160 ff2f8b30b81d52a1752803093e11070f793a7e85 elisa-0.3.1.tar.gz 9139809 +SHA256 e4d0baea0fb4ecee6020405753446dd361a2f4f92070e47fecee79fa4fdd154b elisa-0.3.1.tar.gz 9139809 -- cgit v1.2.3-65-gdbad