summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* media-video/aegisub: remove clang-only options to avoid warnings on gccIlya Tumaykin2015-12-281-0/+20
| | | | | | | 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
* media-video/aegisub: adjust LIBS_LUA placement in luajit unbundle patchIlya Tumaykin2015-12-282-6/+38
| | | | | | | | | 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
* media-video/aegisub: adjust pthread patch wrt bug 568878Ilya Tumaykin2015-12-282-17/+54
| | | | | | | | | | | | - 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
* media-video/aegisub: x86 stable wrt bug #569102Agostino Sarubbo2015-12-251-1/+1
| | | | | | Package-Manager: portage-2.2.24 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-video/aegisub: amd64 stable wrt bug #569102Agostino Sarubbo2015-12-251-1/+1
| | | | | | Package-Manager: portage-2.2.24 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-video/aegisub: drop useless slot operator on luajit dependencyIlya Tumaykin2015-12-222-2/+2
| | | | | | dev-lang/luajit does not have sub-slots and we require SLOT 2 only. Package-Manager: portage-2.2.24
* media-video/aegisub: add missing pthread flagsIlya Tumaykin2015-12-214-0/+32
| | | | | | | | This also fixes build with GCC-5. Gentoo-Bug: 568878 Package-Manager: portage-2.2.24
* media-video/aegisub: add ftp mirror to SRC_URIIlya Tumaykin2015-11-262-2/+8
|
* media-video/aegisub: add remote-id to metadata.xmlIlya Tumaykin2015-11-031-0/+3
|
* media-video/aegisub: consistent indent in metadata.xmlIlya Tumaykin2015-11-031-4/+4
|
* Merge remote-tracking branch 'remotes/Coacher/aegisub-bug-536244'Ian Delaney2015-11-0314-41/+687
|\ | | | | | | Pull request: https://github.com/gentoo/gentoo/pull/317
| * media-video/aegisub: update live ebuildIlya Tumaykin2015-11-023-37/+238
| | | | | | | | Sync live ebuild with the latest versioned one aka 3.2.2.
| * media-video/aegisub: version bump to 3.0.4Ilya Tumaykin2015-11-024-0/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * media-video/aegisub: version bump to 3.2.2Ilya Tumaykin2015-11-025-0/+293
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * media-video/aegisub: update DESCRIPTIONIlya Tumaykin2015-11-024-4/+4
| | | | | | | | | | New DESCRIPTION is consistent with upstream and matches program features better since aegisub supports more than just SSA and ASS subtitles.
* | media-video/aegisub: update maintainer's email address in metadataIan Delaney2015-11-021-1/+1
|/ | | | Package-Manager: portage-2.2.23
* add co-maintainer Coacher to metadataIan Delaney2015-10-261-0/+4
| | | | Package-Manager: portage-2.2.23
* Update hashes in ManifestJustin Lecher2015-09-231-1/+1
| | | | | | Add missing SHA512 and WHIRLPOOL hashes Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Convert URIs for googlecode.com to httpsJustin Lecher2015-08-241-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* media-video/aegisub: amd64 stable wrt bug #538542Mikle Kolyada2015-08-171-1/+1
| | | | Package-Manager: portage-2.2.20.1
* proj/gentoo: Initial commitRobin H. Johnson2015-08-086-0/+374
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed