[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:lunar-linux/moonbase-other

Dennis Veatch dennisveatch at bellsouth.net
Thu Nov 13 16:11:02 CET 2014


commit 9a89bb3f065dad48ac9767837c2bd40b78cf7ca3
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Thu, 13 Nov 2014 10:10:57 -0500
URL: https://github.com/lunar-linux/moonbase-other/commit/9a89bb3f065dad48ac9767837c2bd40b78cf7ca3

Merge branch 'master' of github.com:lunar-linux/moonbase-other
---
  audio/opus-tools/DEPENDS | +4/-0     
  audio/opusfile/DEPENDS   | +4/-0     
  audio/opusfile/DETAILS   | +15/-0    
  virtual/libvirt/DEPENDS  | +18/-10   
  4 files changed, 41 insertions(+), 10 deletions(-)

--- a/audio/opus-tools/DEPENDS
+++ b/audio/opus-tools/DEPENDS
@@ -1 +1,5 @@
+depends libogg
 depends opus
+
+optional_depends "flac" "--with-flac" "--without-flac" "for flac audio support"
+
--- /dev/null
+++ b/audio/opusfile/DEPENDS
@@ -0,0 +1,4 @@
+depends libogg
+depends openssl
+depends opus
+
--- /dev/null
+++ b/audio/opusfile/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=opusfile
+         VERSION=0.5
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=https://ftp.mozilla.org/pub/mozilla.org/opus
+      SOURCE_VFY=sha256:2ce52d006aeeec9f10260dbe3073c4636954a1ab19c82b8baafefe0180aa4a39
+        WEB_SITE=http://www.opus-codec.org/
+         ENTERED=20141113
+         UPDATED=20141113
+           SHORT="library for .opus file support"
+
+cat << EOF
+Opus is a codec for interactive speech and audio transmission over the Internet.
+
+This library provides support for decoding .opus files, including seeking.
+EOF
--- a/virtual/libvirt/DEPENDS
+++ b/virtual/libvirt/DEPENDS
@@ -11,14 +11,22 @@ depends lvm2
 depends yajl
 depends libpciaccess
 
-optional_depends avahi "--with-avahi" "--without-avahi" "for avahi support"
-optional_depends gnutls "--with-gnutls" "--without-gnutls" "for GNUTLS encryption support" 
-optional_depends attr "--with-attr" "--without-attr" "for extended fs attributes support" 
-optional_depends qemu "--with-qemu --with-qemu-user=qemu --with-qemu-group=qemu" \
-                      "--without-qemu" \
-                      "for QEMU support"
-optional_depends dbus "--with-dbus" "--without-dbus" "for DBUS support"
-optional_depends curl "--with-curl" "--without-curl" "for CURL support"
-optional_depends fuse "--with-fuse" "--without-fuse" "for FUSE support"
-optional_depends cyrus-sasl "--with-sasl" "--without-sasl" "for SASL support"
+optional_depends qemu \
+                 "--with-qemu --with-qemu-user=qemu --with-qemu-group=qemu" \
+                 "--without-qemu" \
+                 "for QEMU support"
+
+optional_depends cyrus-sasl \
+                 "--with-sasl" \
+                 "--without-sasl" \
+                 "for SASL support"
+
+optional_depends avahi   "--with-avahi"   "--without-avahi"   "for avahi support"
+optional_depends gnutls  "--with-gnutls"  "--without-gnutls"  "for GNUTLS encryption support"
+optional_depends attr    "--with-attr"    "--without-attr"    "for extended fs attributes support"
+optional_depends dbus    "--with-dbus"    "--without-dbus"    "for DBUS support"
+optional_depends curl    "--with-curl"    "--without-curl"    "for CURL support"
+optional_depends fuse    "--with-fuse"    "--without-fuse"    "for FUSE support"
+optional_depends numactl "--with-numactl" "--without-numactl" "for simple NUMA policy support"
+
 




More information about the Lunar-commits mailing list