fails to build:
==> Starting build()...
valac --library=arteplus7 arteplus7.vala arteparser.vala cache.vala url-extractor.vala video.vala video-list-view.vala connection-status.vala --pkg Totem-1.0 --pkg PeasGtk-1.0 --pkg libsoup-2.4 --pkg gtk+-3.0 --pkg gio-2.0 -D DEBUG_MESSAGES -X -fPIC -X -shared --Xcc="-D GETTEXT_PACKAGE=\"totem-arte\"" -g -o libarteplus7.so
video-list-view.vala:54.28-54.50: error: The name `CellRendererVideo' does not exist in the context of `Totem'
var renderer = new Totem.CellRendererVideo (false);
^^^^^^^^^^^^^^^^^^^^^^^
video-list-view.vala:54.13-54.58: error: var declaration not allowed with non-typed initializer
var renderer = new Totem.CellRendererVideo (false);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
video-list-view.vala:55.47-55.54: error: The name `renderer' does not exist in the context of `VideoListView.new'
insert_column_with_attributes (0, "", renderer,
^^^^^^^^
Compilation failed: 3 error(s), 0 warning(s)
make: *** [all] Error 1
Search Criteria
Package Details: totem-plugin-arte 3.2.1-1
Package Actions
| Package Base: | totem-plugin-arte |
|---|---|
| Description: | Arte+7 plugin for Totem (only available for IPs in Austria, Belgium, France, Germany and Switzerland) |
| Upstream URL: | https://gitorious.org/totem-plugin-arte |
| Category: | multimedia |
| Licenses: | |
| Submitter: | kirrmann |
| Maintainer: | kirrmann |
| Last Packager: | None |
| Votes: | 8 |
| First Submitted: | 2010-01-19 17:40 |
| Last Updated: | 2014-02-02 21:40 |
Dependencies (7)
- gsettings-desktop-schemas
- gstreamer0.10-bad-plugins
- libpeas>=1.2.0
- libsoup>=2.4
- totem>=3.6.0
- totem-plparser
- vala>=0.15.0
Required by (0)
Sources
Latest Comments
Comment by dreieck
Comment by gh0st
Stable release: totem-plugin-arte-3.1.3.tar.gz
Comment by shardik
3.0.1 fails to build:
video-list-view.vala:323.33-323.36: error: `Menu' is an ambiguous reference between `GLib.Menu' and `Gtk.Menu'
private void menu_position (Menu menu, out int x, out int y, out bool push_in)
^^^^
new upstream version 3.1.1 builds without errors.
Comment by kirrmann
0.9.2 fails to compile for newer gnome. Take the git version to successfully compile for gnome3.
Anonymous comment
Same problem for me.
Anonymous comment
Fails to compile:
valac -C arteplus7.vala cache.vala url-extractor.vala --pkg libsoup-2.4 --pkg totem --pkg gconf-2.0 --vapidir=./deps -D DEBUG_MESSAGES
arteplus7.vala:109.5-109.32: error: error type `ExtractionError` is less accessible than method `Video.get_stream_uri`
public string get_stream_uri (VideoQuality q, Language lang)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
arteplus7.vala:158.24-158.56: error: Argument 1: Cannot convert from `uint8[]' to `string'
context.parse (msg.response_body.flatten ().data,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
arteplus7.vala:190.5-190.34: error: Private member `ArteRSSParser.open_tag' cannot be marked as override, virtual, or abstract
private override void open_tag (MarkupParseContext ctx,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
arteplus7.vala:205.5-205.35: error: Private member `ArteRSSParser.close_tag' cannot be marked as override, virtual, or abstract
private override void close_tag (MarkupParseContext ctx,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
arteplus7.vala:221.5-221.38: error: Private member `ArteRSSParser.process_text' cannot be marked as override, virtual, or abstract
private override void process_text (MarkupParseContext ctx,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
arteplus7.vala:273.5-273.34: error: Private member `ArteXMLParser.open_tag' cannot be marked as override, virtual, or abstract
private override void open_tag (MarkupParseContext ctx,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
arteplus7.vala:288.5-288.35: error: Private member `ArteXMLParser.close_tag' cannot be marked as override, virtual, or abstract
private override void close_tag (MarkupParseContext ctx,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
arteplus7.vala:304.5-304.38: error: Private member `ArteXMLParser.process_text' cannot be marked as override, virtual, or abstract
private override void process_text (MarkupParseContext ctx,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
cache.vala:87.21-87.54: error: Argument 2: Cannot convert from `ssize_t' to `GLib.Cancellable?'
(ssize_t) msg.response_body.length, null);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
cache.vala:142.17-142.50: error: Argument 2: Cannot convert from `ssize_t' to `GLib.DestroyNotify?'
(ssize_t) msg.response_body.length, null);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
arteplus7.vala:392.17-392.33: warning: Gtk.STOCK_REFRESH has been deprecated since vala-0.12. Use Gtk.Stock.REFRESH
arteplus7.vala:396.17-396.31: warning: Gtk.STOCK_CLEAR has been deprecated since vala-0.12. Use Gtk.Stock.CLEAR
arteplus7.vala:488.17-488.31: warning: Gtk.STOCK_CLOSE has been deprecated since vala-0.12. Use Gtk.Stock.CLOSE
url-extractor.vala:41.3-41.32: error: error type `ExtractionError` is less accessible than method `Extractor.get_url`
public abstract string get_url (VideoQuality q, Language lang, string page_url)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
url-extractor.vala:54.3-54.43: error: error type `ExtractionError` is less accessible than method `StreamUrlExtractor.extract_string_from_page`
protected string extract_string_from_page (string url, string regexp)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
url-extractor.vala:81.3-81.23: error: error type `ExtractionError` is less accessible than method `RTMPStreamUrlExtractor.get_url`
public string get_url (VideoQuality q, Language lang, string page_url)
^^^^^^^^^^^^^^^^^^^^^
url-extractor.vala:173.3-173.23: error: error type `ExtractionError` is less accessible than method `MP4StreamUrlExtractor.get_url`
public string get_url (VideoQuality q, Language lang, string page_url)
^^^^^^^^^^^^^^^^^^^^^
Compilation failed: 14 error(s), 3 warning(s)
make: *** [all] Error 1
==> ERROR: Se produjo un error en build().
Cancelando...