summaryrefslogtreecommitdiff
path: root/homebrew/libdvdnav
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/libdvdnav
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/libdvdnav')
-rw-r--r--homebrew/libdvdnav/.beer40
-rw-r--r--homebrew/libdvdnav/.make.sh-auto3
-rw-r--r--homebrew/libdvdnav/_metadata/description1
-rw-r--r--homebrew/libdvdnav/_metadata/homepage1
-rw-r--r--homebrew/libdvdnav/_metadata/name1
-rw-r--r--homebrew/libdvdnav/_metadata/version1
-rwxr-xr-xhomebrew/libdvdnav/download.sh1
7 files changed, 48 insertions, 0 deletions
diff --git a/homebrew/libdvdnav/.beer b/homebrew/libdvdnav/.beer
new file mode 100644
index 000000000..929c897ea
--- /dev/null
+++ b/homebrew/libdvdnav/.beer
@@ -0,0 +1,40 @@
+{
+ "name": "Libdvdnav",
+ "description": "DVD navigation library",
+ "url": "https://download.videolan.org/pub/videolan/libdvdnav/6.0.0/libdvdnav-6.0.0.tar.bz2",
+ "mirror": null,
+ "homepage": "https://www.videolan.org/developers/libdvdnav.html",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "automake",
+ "build-depend": true
+ },
+ {
+ "depend": "libtool",
+ "build-depend": true
+ },
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ },
+ {
+ "depend": "libdvdread",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"autoreconf\", \"-if\" if build.head?",
+ "system \"./configure\", \"--disable-dependency-tracking\",",
+ "\"--prefix=#{prefix}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "6.0.0",
+ "file": "libdvdnav.rb"
+} \ No newline at end of file
diff --git a/homebrew/libdvdnav/.make.sh-auto b/homebrew/libdvdnav/.make.sh-auto
new file mode 100644
index 000000000..557a9e0d1
--- /dev/null
+++ b/homebrew/libdvdnav/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+pkg:configure --disable-dependency-tracking
+make DESTDIR=${PKG_DEST} install
diff --git a/homebrew/libdvdnav/_metadata/description b/homebrew/libdvdnav/_metadata/description
new file mode 100644
index 000000000..31780f90f
--- /dev/null
+++ b/homebrew/libdvdnav/_metadata/description
@@ -0,0 +1 @@
+DVD navigation library
diff --git a/homebrew/libdvdnav/_metadata/homepage b/homebrew/libdvdnav/_metadata/homepage
new file mode 100644
index 000000000..b00b22b90
--- /dev/null
+++ b/homebrew/libdvdnav/_metadata/homepage
@@ -0,0 +1 @@
+https://www.videolan.org/developers/libdvdnav.html
diff --git a/homebrew/libdvdnav/_metadata/name b/homebrew/libdvdnav/_metadata/name
new file mode 100644
index 000000000..c79962388
--- /dev/null
+++ b/homebrew/libdvdnav/_metadata/name
@@ -0,0 +1 @@
+Libdvdnav
diff --git a/homebrew/libdvdnav/_metadata/version b/homebrew/libdvdnav/_metadata/version
new file mode 100644
index 000000000..09b254e90
--- /dev/null
+++ b/homebrew/libdvdnav/_metadata/version
@@ -0,0 +1 @@
+6.0.0
diff --git a/homebrew/libdvdnav/download.sh b/homebrew/libdvdnav/download.sh
new file mode 100755
index 000000000..2f73f97f6
--- /dev/null
+++ b/homebrew/libdvdnav/download.sh
@@ -0,0 +1 @@
+wget https://download.videolan.org/pub/videolan/libdvdnav/6.0.0/libdvdnav-6.0.0.tar.bz2 \ No newline at end of file