package/alure: new package
authorRomain Naour <romain.naour@gmail.com>
Sun, 5 Jan 2020 11:31:59 +0000 (12:31 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 12 Jan 2020 20:21:02 +0000 (21:21 +0100)
commite413a204606df1e7bfda28a1c01e32d5e442d7ec
treeb04c063d4b7679d74ec65a00a2e6e27593a48cc8
parent8b957c369b8a895866b48fff8c84bbb7be8418f7
package/alure: new package

Use the latest commit since there is no release since 1.2 (8 years ago).

While testing with test-pkg, the last build issue was
due to the gcc 4.8.3 compiler missing C++11 feature:
"std::list.erase(const_iterator pos) not implemented" [1]

arm-none-linux-gnueabi/include/c++/4.8.3/bits/vector.tcc:134:5: note:
no known conversion for argument 1 from '__gnu_cxx::__normal_iterator<const alure::Source*, std::vector<alure::Source> >'
to 'std::vector<alure::Source>::iterator {aka __gnu_cxx::__normal_iterator<alure::Source*, std::vector<alure::Source> >}

https://github.com/kcat/alure/blob/14beed2a86d5a36030e907b21c46614d505f07cd/src/context.cpp#L1357

[1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57158

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
DEVELOPERS
package/Config.in
package/alure/Config.in [new file with mode: 0644]
package/alure/alure.hash [new file with mode: 0644]
package/alure/alure.mk [new file with mode: 0644]