fails to build:
==> Starting make...
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-git 20120529-7
Package Actions
| Package Base: | totem-plugin-arte-git |
|---|---|
| Description: | Arte+7 plugin for Totem (only available for IPs in Austria, Belgium, France, Germany and Switzerland) |
| Upstream URL: | http://gitorious.org/totem-plugin-arte |
| Category: | multimedia |
| Licenses: | |
| Submitter: | kirrmann |
| Maintainer: | kirrmann |
| Last Packager: | None |
| Votes: | 5 |
| First Submitted: | 2010-03-18 11:11 |
| Last Updated: | 2013-08-06 16:39 |
Dependencies (8)
- gsettings-desktop-schemas
- gstreamer0.10-bad-plugins
- gstreamer0.10-bad-plugins
- libpeas>=1.2.0
- libsoup>=2.4
- totem>=3.0.0
- totem-plparser
- vala>=0.15.0
Required by (0)
Sources
Latest Comments
Comment by dreieck
Comment by solstice
package fails to install with the error
error: failed to commit transaction (conflicting files)
totem-plugin-arte-git: /usr/share/glib-2.0/schemas/gschemas.compiled exists in filesystem
needs to remove that file in PKGB§UILD and also an .install file like:
post_install() {
usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
}
post_upgrade() {
post_install $1
}
post_remove() {
usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
}