From 228f6f0eca1d36bd24325535c65abe5153983b61 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Wed, 8 Mar 2017 12:26:42 +0000 Subject: [PATCH] libgroove: migrate to boneyard (#10735) --- Formula/libgroove.rb | 39 --------------------------------------- tap_migrations.json | 1 + 2 files changed, 1 insertion(+), 39 deletions(-) delete mode 100644 Formula/libgroove.rb diff --git a/Formula/libgroove.rb b/Formula/libgroove.rb deleted file mode 100644 index 8e261eb397..0000000000 --- a/Formula/libgroove.rb +++ /dev/null @@ -1,39 +0,0 @@ -class Libgroove < Formula - desc "Streaming audio processing library" - homepage "https://github.com/andrewrk/libgroove" - url "https://github.com/andrewrk/libgroove/archive/4.3.0.tar.gz" - sha256 "76f68896f078a9613d420339ef887ca8293884ad2cd0fbc031d89a6af2993636" - revision 1 - - bottle do - cellar :any - sha256 "65ae845d6431bdf04c15c20b262b2a7b3b686d0baec1bffb8e1308af722bf0ae" => :el_capitan - sha256 "0a6e648e6ef0d01b99577144ebdc8ff283eec60111e33c779ad2ca941ee30f91" => :yosemite - sha256 "6034bb8923952e2b914d5649e7c2e5bb4b0eccbe3503096744d244f1866e0358" => :mavericks - end - - depends_on :macos => :mavericks - depends_on "cmake" => :build - depends_on "ffmpeg" => "with-libvorbis" - depends_on "chromaprint" - depends_on "libebur128" - depends_on "sdl2" - - def install - system "cmake", ".", *std_cmake_args - system "make", "install" - end - - test do - (testpath/"test.c").write <<-EOS.undent - #include - int main() { - groove_init(); - groove_version(); - return 0; - } - EOS - system ENV.cc, "test.c", "-lgroove", "-o", "test" - system "./test" - end -end diff --git a/tap_migrations.json b/tap_migrations.json index 255c3cdcbe..df1b7229a7 100644 --- a/tap_migrations.json +++ b/tap_migrations.json @@ -145,6 +145,7 @@ "libdbusmenu-qt": "homebrew/boneyard", "libdlna": "homebrew/boneyard", "libechonest": "homebrew/boneyard", + "libgroove": "homebrew/boneyard", "libgtextutils": "homebrew/science", "libiomp": "homebrew/boneyard", "libmarisa": "homebrew/boneyard",