summaryrefslogtreecommitdiff
path: root/media-video
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2016-06-04 20:01:13 +0300
committerPatrice Clement <monsieurp@gentoo.org>2016-06-28 17:37:47 +0000
commit9713a0e9f1408d3781692384d6159abc74518d16 (patch)
treead20f2576c79c6209d8cdf11b79f6352a3c0825a /media-video
parent3823967e03cfca3192cbdfeeeb06149cff7985cc (diff)
downloadgentoo-9713a0e9f1408d3781692384d6159abc74518d16.tar.gz
gentoo-9713a0e9f1408d3781692384d6159abc74518d16.tar.xz
media-video/aegisub: remove 3.0.4
It's time for 3.0.4 to go. Package-Manager: portage-2.3.0_rc1 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r--media-video/aegisub/Manifest1
-rw-r--r--media-video/aegisub/aegisub-3.0.4-r1.ebuild112
-rw-r--r--media-video/aegisub/files/aegisub-3.0.4-fix-install-with-empty-LINGUAS.patch23
-rw-r--r--media-video/aegisub/files/aegisub-3.0.4-fix-lua-macro.patch13
-rw-r--r--media-video/aegisub/files/aegisub-3.0.4-respect-user-compiler-flags.patch30
5 files changed, 0 insertions, 179 deletions
diff --git a/media-video/aegisub/Manifest b/media-video/aegisub/Manifest
index 958989199ad..d977b38f821 100644
--- a/media-video/aegisub/Manifest
+++ b/media-video/aegisub/Manifest
@@ -1,3 +1,2 @@
-DIST aegisub-3.0.4.tar.xz 4155728 SHA256 7d5d8b94da02278b3327f24dd546c0c897c4b369bd2da9e094dc60371422019a SHA512 2917195a61d16578a83ce0b69006dd0269c086c6eff2f622c47d9880697e4e531a7c0c0232c187f9023635c9d3857a1d6a0cee4f6251e49d22e2b625ac5dda7f WHIRLPOOL 60bd3e0374a60f6af62fe450488e8c68e18957283fff59d704f40e192da624bdf90d68c3cea41122e5b9ca440d218c3bd6d9d8091ed5226a2e9d1b9fdc2ce689
DIST aegisub-3.2.2.tar.xz 5252052 SHA256 c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885 SHA512 54f825e52f238fef8d5cc31c37436e21355aee27883347f905271e5d2a8ff2a77e1b67d5aef38b0f8468bd0bad851fe944e02de27ec96310b902fbe5b1086722 WHIRLPOOL fe948edbb01f11385e14d1912b73942605df18325fcd95f4284a3c2edb73778d90d73038ac4a062e211fd56879590040e3c558fe1e361ec9fe2eee6a5c016448
DIST aegisub-3.2.2_p20160306.tar.gz 7436713 SHA256 1b70f67c3b3d6ecce482bc1f4beb1ceffd4c523aa060556658e403ea98fcc58c SHA512 815775b64b1ad5cd09eda6106561a8a0d4dc129d4c2e08e057eab881289526a7b67bab2f4d2f48748ef2015ea21f2839ed8f84d168bf9127c62c9a35caa1abd5 WHIRLPOOL caaa6b1d69c7e4d1da4abfd0382d263585c5216d9ed5e63f515d8bce98b2e0dad2848552f3f097a8db9e39dad5d2c00d3b752f0407490d0d2c777aaa8fc6dc38
diff --git a/media-video/aegisub/aegisub-3.0.4-r1.ebuild b/media-video/aegisub/aegisub-3.0.4-r1.ebuild
deleted file mode 100644
index 572569ee9a4..00000000000
--- a/media-video/aegisub/aegisub-3.0.4-r1.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-AUTOTOOLS_IN_SOURCE_BUILD=1
-PLOCALES="ar ca cs da de el es eu fa fi fr_FR hu id it ja ko nl pl pt_BR pt_PT ru sr_RS@latin sr_RS vi zh_CN zh_TW"
-WX_GTK_VER="2.9"
-
-inherit autotools-utils fdo-mime gnome2-utils l10n wxwidgets
-
-DESCRIPTION="Advanced subtitle editor"
-HOMEPAGE="http://www.aegisub.org/"
-SRC_URI="
- http://ftp.aegisub.org/pub/releases/${P}.tar.xz
- ftp://ftp.aegisub.org/pub/releases/${P}.tar.xz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa debug +ffmpeg +fftw +libass lua openal oss portaudio pulseaudio spell"
-
-# configure.ac specifies minimal versions for some of the dependencies below.
-# However, most of these minimal versions date back to 2006-2012 yy.
-# Such version specifiers are meaningless nowadays, so they are omitted.
-RDEPEND="
- >=x11-libs/wxGTK-2.9.3:${WX_GTK_VER}[X,opengl,debug?]
- media-libs/fontconfig
- media-libs/freetype
- virtual/libiconv
- virtual/opengl
-
- alsa? ( media-libs/alsa-lib )
- openal? ( media-libs/openal )
- portaudio? ( =media-libs/portaudio-19* )
- pulseaudio? ( media-sound/pulseaudio )
-
- ffmpeg? ( media-libs/ffmpegsource:= )
- fftw? ( >=sci-libs/fftw-3.3:= )
-
- libass? ( media-libs/libass:=[fontconfig] )
- lua? ( =dev-lang/lua-5.1*:= )
- spell? ( app-text/hunspell )
-"
-DEPEND="${RDEPEND}
- oss? ( virtual/os-headers )
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig
-"
-REQUIRED_USE="
- || ( alsa openal oss portaudio pulseaudio )
-"
-
-PATCHES=(
- "${FILESDIR}/${P}-fix-lua-macro.patch"
- "${FILESDIR}/${P}-fix-install-with-empty-LINGUAS.patch"
- "${FILESDIR}/${P}-respect-user-compiler-flags.patch"
-)
-
-S="${WORKDIR}/${PN}/${PN}"
-
-src_prepare() {
- cp /usr/share/gettext/config.rpath . || die
-
- remove_locale() {
- sed -i -e "s/${1}\.po//" po/Makefile || die
- }
-
- l10n_find_plocales_changes 'po' '' '.po'
- l10n_for_each_disabled_locale_do remove_locale
-
- autotools-utils_src_prepare
-}
-
-src_configure() {
- # Prevent sandbox violation from OpenAL detection. Gentoo bug #508184.
- use openal && export agi_cv_with_openal="yes"
- local myeconfargs=(
- --disable-crash-reporter
- --disable-update-checker
- $(use_enable debug)
- $(use_with alsa)
- $(use_with ffmpeg ffms2)
- $(use_with fftw fftw3)
- $(use_with libass)
- $(use_with lua)
- $(use_with openal)
- $(use_with oss)
- $(use_with portaudio)
- $(use_with pulseaudio libpulse)
- $(use_with spell hunspell)
- )
- autotools-utils_src_configure
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
- gnome2_icon_cache_update
-}
diff --git a/media-video/aegisub/files/aegisub-3.0.4-fix-install-with-empty-LINGUAS.patch b/media-video/aegisub/files/aegisub-3.0.4-fix-install-with-empty-LINGUAS.patch
deleted file mode 100644
index 0bd1b5d7d7a..00000000000
--- a/media-video/aegisub/files/aegisub-3.0.4-fix-install-with-empty-LINGUAS.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Upstream always installs all available localization files. We workaround this
-by sed'ing out the unused languages from PO variable in `aegisub/po/Makefile'.
-This can result in an empty PO definition, in which case install target fails.
-Thus a simple guard is introduced to prevent this fail.
-
-diff --git a/aegisub/po/Makefile b/aegisub/po/Makefile
-index 0b73bde..957c123 100644
---- a/aegisub/po/Makefile
-+++ b/aegisub/po/Makefile
-@@ -38,11 +38,13 @@ all: $(MO)
- $(BIN_MSGFMT) -o $@ $<
-
- install:
-+ifdef PO
- @$(BIN_MKDIR) -p $(addsuffix /LC_MESSAGES/, $(addprefix $(DESTDIR)$(P_LOCALE)/, $(basename $(PO))))
- @for i in $(basename $(PO)); do \
- echo $(BIN_INSTALL) $$i.mo $(DESTDIR)$(P_LOCALE)/$$i/LC_MESSAGES/$(AEGISUB_CATALOG).mo; \
- $(BIN_INSTALL) $$i.mo $(DESTDIR)$(P_LOCALE)/$$i/LC_MESSAGES/$(AEGISUB_CATALOG).mo; \
- done
-+endif
-
-
- CLEANFILES = $(MO)
diff --git a/media-video/aegisub/files/aegisub-3.0.4-fix-lua-macro.patch b/media-video/aegisub/files/aegisub-3.0.4-fix-lua-macro.patch
deleted file mode 100644
index 253fb3e4ab7..00000000000
--- a/media-video/aegisub/files/aegisub-3.0.4-fix-lua-macro.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/aegisub/configure.ac b/aegisub/configure.ac
-index d961bd6..17df012 100644
---- a/aegisub/configure.ac
-+++ b/aegisub/configure.ac
-@@ -369,7 +369,7 @@ AC_ARG_WITH(lua,
- AS_HELP_STRING([--without-lua],
- [build without lua 5.1 (auto4)]))
-
--AS_IF([test x$with_lua = xno], [$with_auto4_lua="no"; lua_disabled="(disabled)"], [
-+AS_IF([test x$with_lua = xno], [with_auto4_lua="no"; lua_disabled="(disabled)"], [
- # First try pkg-config with several names
- PKG_CHECK_MODULES(LUA, lua5.1 >= 5.1 lua5.1 < 5.2, [with_auto4_lua="yes"], [
- PKG_CHECK_MODULES(LUA, lua-5.1 >= 5.1 lua-5.1 < 5.2, [with_auto4_lua="yes"], [
diff --git a/media-video/aegisub/files/aegisub-3.0.4-respect-user-compiler-flags.patch b/media-video/aegisub/files/aegisub-3.0.4-respect-user-compiler-flags.patch
deleted file mode 100644
index 408fb8d071f..00000000000
--- a/media-video/aegisub/files/aegisub-3.0.4-respect-user-compiler-flags.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff --git a/aegisub/configure.ac b/aegisub/configure.ac
-index d961bd6..e0bdc46 100644
---- a/aegisub/configure.ac
-+++ b/aegisub/configure.ac
-@@ -157,23 +157,18 @@ AS_IF([test x$enable_compiler_flags != xno], [
- AC_C_FLAG([-Wextra],[AC_C_FLAG([-W])])
- AC_C_FLAG([-Wno-unused-parameter])
- AC_C_FLAG([-std=gnu99])
-- AC_C_FLAG([-pipe])
-- AC_C_FLAG([-g])
- AC_CXX_FLAG([-Wall])
- AC_CXX_FLAG([-Wextra],[AC_CXX_FLAG([-W])])
- AC_CXX_FLAG([-Wno-unused-parameter])
- AC_CXX_FLAG([-Wno-long-long])
- AC_CXX_FLAG([-fno-strict-aliasing])
-- AC_CXX_FLAG([-pipe])
-- AC_CXX_FLAG([-g])
-
- # -O* messes with debugging.
- AS_IF([test x$enable_debug = xyes], [
- AC_C_FLAG([-O0])
-+ AC_C_FLAG([-g])
- AC_CXX_FLAG([-O0])
-- ], [
-- AC_C_FLAG([-O2])
-- AC_CXX_FLAG([-O2])
-+ AC_CXX_FLAG([-g])
- ])
- ])
-