From 18b20c9eaf940692cdd9edbe034bdafe58948df8 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Sat, 20 Feb 2016 11:39:20 -0800 Subject: [PATCH] synfigstudio: boneyard Main reasons for boneyard: * As this formula now stands, it fails to build (with a mysterious error) against FFmpeg 3.0 (#49178); * This is a GUI-only tool (look at its awkward test), so it doesn't quite belong to core to begin with; and due to the build issue above, work is needed if it is to be revived in homebrew/gui; * There's not enough interest, seeing that we are two releases or half a year behind, and no user even proposed a version bump; * Upstream's preferred method of installation is the app bundle (which seems to be a much more complete solution, given the app bundle's size), distributed in binary disk images. More discussions in Homebrew/homebrew#49178. Closes Homebrew/homebrew#49378. Signed-off-by: Dominyk Tiller --- Library/Homebrew/tap_migrations.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index eaf937482d..e50d639347 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -204,6 +204,7 @@ TAP_MIGRATIONS = { "sundials" => "homebrew/science", "swi-prolog" => "homebrew/x11", "sxiv" => "homebrew/x11", + "synfigstudio" => "homebrew/boneyard", "syslog-ng" => "homebrew/boneyard", "tabbed" => "homebrew/x11", "telepathy-gabble" => "homebrew/boneyard",