From f3a981550b001c9f115cd9e00333c622e4a66603 Mon Sep 17 00:00:00 2001 From: DarkmatterVale Date: Mon, 29 Dec 2014 18:09:32 +0000 Subject: [PATCH] Added SimplyVorbis --- haiku-apps/simplyvorbis/licenses/SimplyVorbis | 3 ++ .../simplyvorbis/simplyvorbis-0.1.recipe | 53 +++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 haiku-apps/simplyvorbis/licenses/SimplyVorbis create mode 100644 haiku-apps/simplyvorbis/simplyvorbis-0.1.recipe diff --git a/haiku-apps/simplyvorbis/licenses/SimplyVorbis b/haiku-apps/simplyvorbis/licenses/SimplyVorbis new file mode 100644 index 000000000..17c0271ba --- /dev/null +++ b/haiku-apps/simplyvorbis/licenses/SimplyVorbis @@ -0,0 +1,3 @@ +Like most other software I have written, SimplyVorbis is released under a license where you can do just about anything you like with it +except say that you wrote the code in it, and I feel that anyone who wants to use SimplyVorbis as the basis for a commercial app should +not have to concern themselves with licensing issues. \ No newline at end of file diff --git a/haiku-apps/simplyvorbis/simplyvorbis-0.1.recipe b/haiku-apps/simplyvorbis/simplyvorbis-0.1.recipe new file mode 100644 index 000000000..8b5fe4b83 --- /dev/null +++ b/haiku-apps/simplyvorbis/simplyvorbis-0.1.recipe @@ -0,0 +1,53 @@ +SUMMARY="A program to rip CDs into digital music files" +DESCRIPTION="MP3 or Ogg Vorbis. Designed with ease-of-use as being priority one, \ +it is simple, effective, and lets you get on to bigger and better things, like \ +listening to your to music. SimplyVorbis is not for the audiophile and probably \ +not for the hardcore geek; it is for the rest of us, people who don't want to be \ +hassled with technical details, who just want to turn CDs into music files to \ +listen to while we work at the keyboard or take with us on an iPod and want to have \ +all the BeOS goodness of attributes without having to resort to something like \ +ArmyKnife (which does have its uses). Pop in a CD, select the songs you want, and \ +hit 'Go'. Period. It can even make playlists for you if you like. Your music isn't \ +limited by copy protection (DRM) either, so you can have all the flexibility of Fair Use." +HOMEPAGE="https://github.com/HaikuArchives/SimplyVorbis" +SRC_URI="git+https://github.com/HaikuArchives/SimplyVorbis.git#63290af1f2cda8e5e31393780ee96a16132b4dba" +CHECKSUM_SHA256="" +LICENSE="SimplyVorbis" +COPYRIGHT="2007 Darkwyrm" +REVISION="1" + +ARCHITECTURES="x86_gcc2" + +PROVIDES=" + app:SimplyVorbis = $portVersion + " + +REQUIRES=" + haiku + lib:libogg + lib:libvorbis + lib:libvorbisenc + " + +BUILD_REQUIRES=" + haiku_devel + makefile_engine + devel:libogg + devel:libvorbis + devel:libvorbisenc + " + +BUILD_PREREQUIRES=" + cmd:make + cmd:g++ + " + +BUILD() +{ + make +} + +INSTALL() +{ + make install +} \ No newline at end of file