| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Package-Manager: portage-2.2.27
|
|
|
|
| |
Package-Manager: portage-2.2.27
|
|
|
|
| |
Package-Manager: portage-2.2.27
|
|
|
|
| |
Package-Manager: portage-2.2.27
|
|
|
|
| |
Package-Manager: portage-2.2.27
|
|
|
|
|
|
| |
New snapshot release with most of our Gentoo patches merged upstream.
Package-Manager: portage-2.2.27
|
|
|
|
|
|
| |
Upstream allows system luajit to be >=2.0.0.
Package-Manager: portage-2.2.27
|
|
|
|
|
|
|
|
|
|
| |
Mostly merged upstream. Upstream now supports building with system
luajit. There are still some problems left, see [1]. But it's already
a major improvement.
[1]: http://devel.aegisub.org/ticket/1904#comment:10
Package-Manager: portage-2.2.27
|
|
|
|
|
|
| |
Merged upstream.
Package-Manager: portage-2.2.27
|
|
|
|
| |
Package-Manager: portage-2.2.27
|
|
|
|
|
|
| |
wxGTK has SLOT=3.0 only in >=3.0.0 versions.
Package-Manager: portage-2.2.27
|
|
|
|
|
|
| |
These versions were removed from tree in 2012.
Package-Manager: portage-2.2.27
|
|
|
|
| |
Package-Manager: portage-2.2.27
|
|
|
|
| |
Package-Manager: portage-2.2.27
|
|
|
|
| |
Package-Manager: portage-2.2.27
|
|
|
|
| |
Package-Manager: portage-2.2.27
|
|
|
|
| |
Package-Manager: portage-2.2.27
|
|
|
|
| |
Package-Manager: portage-2.2.27
|
|
|
|
|
|
| |
Also backport ff9648f and 9f158e9 changes from the live ebuild.
Package-Manager: portage-2.2.27
|
|
|
|
| |
Package-Manager: portage-2.2.27
|
|
|
|
|
|
| |
After many pings there's no reply from him. See 8549f2c for reference.
Package-Manager: portage-2.2.27
|
| |
|
|
|
|
|
| |
Replace all uses of herd with appropriate project maintainers, or no
maintainers in case of herds requested to be disbanded.
|
|
|
|
|
|
|
| |
Lua regex issue was fixed upstream.
See upstream commit ad0f702a55442e7aeca2e3486a3dd01e3bbad75e.
Package-Manager: portage-2.2.26
|
|
|
|
|
|
|
| |
Upstream states that luajit built with Lua 5.2 support is required.
See http://devel.aegisub.org/ticket/1904#comment:2
Package-Manager: portage-2.2.26
|
|
|
|
|
|
|
| |
It is already implicitly inherited from wxwidgets eclass,
but since we use f-o-m functionality inherit it explicitly.
Package-Manager: portage-2.2.26
|
|
|
|
| |
Package-Manager: portage-2.2.26
|
|
|
|
|
|
| |
3.2.2 and live are not affected.
Package-Manager: portage-2.2.24
|
|
|
|
| |
Package-Manager: portage-2.2.24
|
|
|
|
| |
Package-Manager: portage-2.2.24
|
|
|
|
|
|
|
| |
These options only suppress compilation warnings and do not alter
compilation itself, so it is safe to remove them.
Package-Manager: portage-2.2.24
|
|
|
|
|
|
|
|
|
| |
LIBS_LUA (aka '-lluajit-5.x') is included in OBJ list in automation
build. This is why linking to luajit works properly.
However, the expected behaviour is to include LIBS_LUA in LIBS list.
Package-Manager: portage-2.2.24
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Always append '-lpthread' to LIBS_PTHREAD since build system fails to
do so when needed.
- Add CFLAGS_PTHREAD to libaegisub build since it uses pthreads.
- Remove CFLAGS_PTHREAD from tools build since it does not use pthreads,
but only links with archive that includes pthread symbols.
Gentoo-Bug: 568878
Package-Manager: portage-2.2.24
|
|
|
|
|
|
| |
Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
|
|
|
|
| |
Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
|
|
|
|
| |
dev-lang/luajit does not have sub-slots and we require SLOT 2 only.
Package-Manager: portage-2.2.24
|
|
|
|
|
|
|
|
| |
This also fixes build with GCC-5.
Gentoo-Bug: 568878
Package-Manager: portage-2.2.24
|
| |
|
| |
|
| |
|
|\
| |
| |
| | |
Pull request: https://github.com/gentoo/gentoo/pull/317
|
| |
| |
| |
| | |
Sync live ebuild with the latest versioned one aka 3.2.2.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add the last aegisub version that has:
- dependency on <wxGTK-3.0
- no dependency on boost
- no dependency on icu
- optional libass dependency
- optional lua dependency
It also has the similar changes as 3.2.2 ebuild:
- proper compiler flags handling
- minor lua issues fixed
- cleaned up dependencies
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Inherited from Nikoli.
List of changes compared to Nikoli ebuilds:
- respect user compiler flags
- do not enable debug flags for regular builds
- omit unneeded ancient version numbers in deps
- unbundle luajit
- fix minor lua issues
- check for C++11 compiler support
- remove virtual/glu dep as it was only needed for crashreporter,
which was never finished and ultimately was removed upstream
- avoid nls USE as build system expects config.rpath file being
available regardless of the value of nls configure option
Gentoo-Bug: 536244
Gentoo-Bug: 508120
|
| |
| |
| |
| |
| | |
New DESCRIPTION is consistent with upstream and matches program features
better since aegisub supports more than just SSA and ASS subtitles.
|
|/
|
|
| |
Package-Manager: portage-2.2.23
|
|
|
|
| |
Package-Manager: portage-2.2.23
|
|
|
|
|
|
| |
Add missing SHA512 and WHIRLPOOL hashes
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
|
|
|
| |
repoman does not yet accept the https version.
This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450.
Bug: https://bugs.gentoo.org/552720
|
|
|
|
| |
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|