I hereby claim:
- I am yangtsesu on github.
- I am yangtse (https://keybase.io/yangtse) on keybase.
- I have a public key ASDzItJvTyslndq9gi0lIR7-fWgRt5Nq9ZIgLw_tqNIpcwo
To claim this, I am signing this object:
local h = require("null-ls.helpers") | |
local methods = require("null-ls.methods") | |
local DIAGNOSTICS = methods.internal.DIAGNOSTICS | |
local custom_end_col = { | |
end_col = function(entries, line) | |
if not line then | |
return | |
end | |
local start_col = entries["col"] |
I hereby claim:
To claim this, I am signing this object:
INFO: main.cpp:467 : Anura engine version 1.4 | |
INFO: main.cpp:506 : Default Tile Size: 16 | |
INFO: main.cpp:507 : Default Tile Scale: 2 | |
INFO: main.cpp:509 : Build Options: | |
INFO: main.cpp:511 : isomap | |
INFO: main.cpp:511 : lua | |
INFO: main.cpp:511 : save_png | |
INFO: main.cpp:511 : sdl2 | |
INFO: main.cpp:511 : svg | |
INFO: preferences.cpp:583 : SET PREFERENCES PATH: ~/.frogatto/ |
Building: src/kre/VGraphCairo.cpp | |
Building: src/kre/SceneTree.cpp | |
Building: src/kre/AttributeSetOGL.cpp | |
Building: src/kre/SceneNode.cpp | |
In file included from src/kre/AttributeSetOGL.hpp:28:0, | |
from src/kre/AttributeSetOGL.cpp:24: | |
src/kre/AttributeSet.hpp: In member function 'void KRE::Attribute<T, Container>::clear()': | |
src/kre/AttributeSet.hpp:203:15: error: invalid use of incomplete type 'using element_type = class KRE::AttributeSet {aka class KRE::AttributeSet}' [-Werror] | |
getParent()->setCount(0); | |
^~ |
diff -Naur ./yagf-0.9.2.orig/src/settings.cpp ./yagf-0.9.2/src/settings.cpp | |
--- ./yagf-0.9.2.orig/src/settings.cpp 2012-09-05 22:38:48.000000000 +0800 | |
+++ ./yagf-0.9.2/src/settings.cpp 2013-01-17 21:48:16.787111386 +0800 | |
@@ -310,6 +310,8 @@ | |
tesMap.insert(QObject::trUtf8("Romanian"), "ron"); | |
tesMap.insert(QObject::trUtf8("Russian"), "rus"); | |
tesMap.insert(QObject::trUtf8("Serbian"), "srp"); | |
+ tesMap.insert(QObject::trUtf8("Simplified Chinese"),"chi_sim"); | |
+ tesMap.insert(QObject::trUtf8("Traditional Chinese"),"chi_tra"); | |
tesMap.insert(QObject::trUtf8("Slovenian"), "slv"); |
# Maintainer: Yangtse <yangtsesu@gmail.com> | |
pkgname=gstreamer-vaapi-git | |
pkgver=20120111 | |
pkgrel=1 | |
pkgdesc="collection of VA-API based plugins for GStreamer and helper libraries" | |
url="http://www.splitted-desktop.com/~gbeauchesne/gstreamer-vaapi/" | |
arch=(i686 x86_64) | |
license=('GPL2' 'LGPL2.1') |