summaryrefslogtreecommitdiff
path: root/homebrew/dvdrtools
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-20 20:49:46 -0500
committerMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-23 20:18:47 -0500
commit12335518ab39608d58370c85ff9f5384ad2aa5f7 (patch)
tree352d81f2a2de3f1252af732080ec0fde38c13b4d /homebrew/dvdrtools
parenta2b26ad12d4fa12f0273645caf4be6d0b8b71e7c (diff)
Ported in the homebrew-marauder for a hacky update/import system.
TODO: Maybe add a license & fix up messy code.
Diffstat (limited to 'homebrew/dvdrtools')
-rw-r--r--homebrew/dvdrtools/.beer39
-rw-r--r--homebrew/dvdrtools/.make.sh-auto4
-rw-r--r--homebrew/dvdrtools/_metadata/description1
-rw-r--r--homebrew/dvdrtools/_metadata/homepage1
-rw-r--r--homebrew/dvdrtools/_metadata/name1
-rw-r--r--homebrew/dvdrtools/_metadata/version1
-rwxr-xr-xhomebrew/dvdrtools/download.sh1
-rwxr-xr-xhomebrew/dvdrtools/patches.sh3
8 files changed, 51 insertions, 0 deletions
diff --git a/homebrew/dvdrtools/.beer b/homebrew/dvdrtools/.beer
new file mode 100644
index 000000000..f3acf793f
--- /dev/null
+++ b/homebrew/dvdrtools/.beer
@@ -0,0 +1,39 @@
+{
+ "name": "Dvdrtools",
+ "description": "Fork of cdrtools DVD writer support",
+ "url": "https://savannah.nongnu.org/download/dvdrtools/dvdrtools-0.2.1.tar.gz",
+ "mirror": null,
+ "homepage": "https://savannah.nongnu.org/projects/dvdrtools/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [
+ {
+ "conflict": "cdrtools",
+ "reason": null
+ }
+ ],
+ "patches": [
+ {
+ "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/8a41dd4/dvdrtools/patch-cdda2wav-cdda2wav.c",
+ "strip": "0"
+ },
+ {
+ "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/8a41dd4/dvdrtools/patch-cdrecord-cdrecord.c",
+ "strip": "0"
+ },
+ {
+ "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/8a41dd4/dvdrtools/patch-scsi-mac-iokit.c",
+ "strip": "0"
+ }
+ ],
+ "install": [
+ "ENV[\"LIBS\"] = \"-framework IOKit -framework CoreFoundation\"",
+ "system \"./configure\", \"--disable-debug\",",
+ "\"--disable-dependency-tracking\",",
+ "\"--prefix=#{prefix}\",",
+ "\"--mandir=#{man}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "0.2.1",
+ "file": "dvdrtools.rb"
+} \ No newline at end of file
diff --git a/homebrew/dvdrtools/.make.sh-auto b/homebrew/dvdrtools/.make.sh-auto
new file mode 100644
index 000000000..a08d72967
--- /dev/null
+++ b/homebrew/dvdrtools/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+ENV["LIBS"] = "-framework IOKit -framework CoreFoundation"
+pkg:configure --disable-dependency-tracking
+make DESTDIR=${PKG_DEST} install
diff --git a/homebrew/dvdrtools/_metadata/description b/homebrew/dvdrtools/_metadata/description
new file mode 100644
index 000000000..f95cd6617
--- /dev/null
+++ b/homebrew/dvdrtools/_metadata/description
@@ -0,0 +1 @@
+Fork of cdrtools DVD writer support
diff --git a/homebrew/dvdrtools/_metadata/homepage b/homebrew/dvdrtools/_metadata/homepage
new file mode 100644
index 000000000..228674918
--- /dev/null
+++ b/homebrew/dvdrtools/_metadata/homepage
@@ -0,0 +1 @@
+https://savannah.nongnu.org/projects/dvdrtools/
diff --git a/homebrew/dvdrtools/_metadata/name b/homebrew/dvdrtools/_metadata/name
new file mode 100644
index 000000000..d3241f0a3
--- /dev/null
+++ b/homebrew/dvdrtools/_metadata/name
@@ -0,0 +1 @@
+Dvdrtools
diff --git a/homebrew/dvdrtools/_metadata/version b/homebrew/dvdrtools/_metadata/version
new file mode 100644
index 000000000..0c62199f1
--- /dev/null
+++ b/homebrew/dvdrtools/_metadata/version
@@ -0,0 +1 @@
+0.2.1
diff --git a/homebrew/dvdrtools/download.sh b/homebrew/dvdrtools/download.sh
new file mode 100755
index 000000000..bc063d108
--- /dev/null
+++ b/homebrew/dvdrtools/download.sh
@@ -0,0 +1 @@
+wget https://savannah.nongnu.org/download/dvdrtools/dvdrtools-0.2.1.tar.gz \ No newline at end of file
diff --git a/homebrew/dvdrtools/patches.sh b/homebrew/dvdrtools/patches.sh
new file mode 100755
index 000000000..35d359991
--- /dev/null
+++ b/homebrew/dvdrtools/patches.sh
@@ -0,0 +1,3 @@
+wget https://raw.githubusercontent.com/Homebrew/formula-patches/8a41dd4/dvdrtools/patch-cdda2wav-cdda2wav.c
+wget https://raw.githubusercontent.com/Homebrew/formula-patches/8a41dd4/dvdrtools/patch-cdrecord-cdrecord.c
+wget https://raw.githubusercontent.com/Homebrew/formula-patches/8a41dd4/dvdrtools/patch-scsi-mac-iokit.c