This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- Copyright 2014 Richard Hughes <richard@hughsie.com> --> | |
| <application> | |
| <id type="desktop">scribus.desktop</id> | |
| <metadata_license>CC0-1.0</metadata_license> | |
| <description> | |
| <p> | |
| Scribus is a desktop publishing application that allows you to create posters, | |
| magazines and books ready to send off to a printing house. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class DropboxUploader < Formula | |
| homepage "http://www.andreafabrizi.it/?dropbox_uploader" | |
| url "https://github.com/andreafabrizi/Dropbox-Uploader/archive/0.14.tar.gz" | |
| version "0.14" | |
| sha256 "595e2fb0c5112d740b4d4df321f231ff949153ab07bfefd6a8dd1bd152c449dd" | |
| head "git://github.com/andreafabrizi/Dropbox-Uploader.git" | |
| def install | |
| bin.install "dropShell.sh" => "dropShell" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Scribus15 < Formula | |
| homepage 'http://wiki.scribus.net/canvas/Scribus_and_Homebrew' | |
| url 'https://downloads.sourceforge.net/project/scribus/scribus-devel/1.5.0/scribus-1.5.0.tar.xz' | |
| sha256 "a3dbe66d12719355d41ae7f2cac7a8c9d5599b12aeb5c038d939636f054e8e68" | |
| depends_on 'cmake' => :build | |
| depends_on 'little-cms2' | |
| depends_on 'qt5' | |
| depends_on 'cairo' | |
| depends_on 'jpeg' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Scribusctl < Formula | |
| homepage 'https://github.com/andreas-vox/ScribusCTL/wiki' | |
| head "https://github.com/andreas-vox/ScribusCTL.git", :using => :git | |
| depends_on 'cmake' => :build | |
| depends_on 'little-cms2' | |
| depends_on 'qt5' | |
| depends_on 'cairo' # => "without-x11" | |
| depends_on 'jpeg' | |
| depends_on 'libtiff' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Scribus15osxfix < Formula | |
| homepage 'https://github.com/scribusproject/scribus' | |
| version '1.5' | |
| head "https://github.com/scribusproject/scribus.git", :using => :git, :revision => '0a54a595a81b56da852616ec6f29065c8cf2dbc9' | |
| depends_on 'cmake' => :build | |
| depends_on 'little-cms2' | |
| depends_on 'qt5' | |
| depends_on 'cairo' | |
| depends_on 'jpeg' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2015-06-11 15:33:03 -0500 | |
| cmake | |
| -G | |
| Unix Makefiles | |
| /private/tmp/llvm20150611-13755-1s7uscc/llvm-3.6.1.src | |
| -DCMAKE_C_FLAGS_RELEASE= | |
| -DCMAKE_CXX_FLAGS_RELEASE= | |
| -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/llvm/3.6.1 | |
| -DCMAKE_BUILD_TYPE=Release |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2015-06-11 22:03:34 -0500 | |
| cmake | |
| . | |
| -DBUILD_OSX_BUNDLE=1 | |
| -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/Cellar/scribus/HEAD/Scribus.app/Contents/ | |
| -DQT_PREFIX=/usr/local/opt/qt5 | |
| -DWANT_HUNSPELL=1 | |
| -DWITH_PODOFO=1 | |
| -DWANT_GRAPHICSMAGICK=1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Musescore < Formula | |
| homepage "https://musescore.org" | |
| # url "https://github.com/musescore/MuseScore/archive/v2.0.2.tar.gz" | |
| head "https://github.com/musescore/MuseScore.git", :using => :git | |
| desc "Create, play and print beautiful sheet music" | |
| # sha256 "92f35403d1cb87bdb080a18bc37b2023a998ed9a26e7f50a5b6d30dbc3c1db45" | |
| depends_on 'cmake' => :build | |
| depends_on 'pkg-config' => :build | |
| depends_on 'git' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Swatchbooker < Formula | |
| desc "Reads color swatches from various file formats" | |
| homepage "http://www.selapa.net/swatchbooker/" | |
| url "https://launchpad.net/swatchbooker/trunk/0.7.3/+download/SwatchBooker-0.7.3.tar.gz" | |
| sha256 "c0c8bf038156337f1eebdf6f7c99f5b7a8e8f9a332cd625c57269ddc8ba18eb7" | |
| resource "Pillow" do | |
| url "https://pypi.python.org/packages/source/P/Pillow/Pillow-2.9.0.zip" | |
| sha256 "d1db8dfed77547076037d589b598e04f2cbc1a7835d3d3f137bf20c8994854d5" | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Scribusrtl < Formula | |
| homepage 'https://github.com/andreas-vox/ScribusCTL/wiki' | |
| head "https://github.com/andreas-vox/ScribusCTL.git", :using => :git, :branch => "RTL" | |
| depends_on 'cmake' => :build | |
| depends_on 'little-cms2' | |
| depends_on 'qt5' | |
| depends_on 'cairo' # => "without-x11" | |
| depends_on 'jpeg' | |
| depends_on 'libtiff' |
OlderNewer