Skip to content

Instantly share code, notes, and snippets.

View drfill's full-sized avatar

Fill Quazy drfill

  • NJoyX
  • Riga, Latvia
View GitHub Profile
@drfill
drfill / acegist.user.js
Created August 28, 2012 14:27 — forked from abernier/acegist.user.js
ACE editor for editing your gists
// ==UserScript==
// @id acegist
// @name ACEgist
// @author Antoine BERNIER (abernier)
// @version 0.1.2
// @description ACE editor in your gists
// @match https://gist.github.com/gists/*/edit
// ==/UserScript==
(function (d, cb) {
@drfill
drfill / rc-celeryd
Created June 14, 2012 13:07
BSD rc celeryd
#!/bin/sh
# PROVIDE: celery
# REQUIRE: LOGIN
# KEYWORD: shutdown
PATH=$PATH:/usr/local/bin; export PATH
. /etc/rc.subr
@drfill
drfill / ocaml-sdl error
Created June 7, 2012 16:03
Undefined symbols for architecture x86_64
==> Downloading http://sourceforge.net/projects/savonet/files/liquidsoap/1.0.0/liquidsoap-1.0.0.tar.bz2
Already downloaded: /Library/Caches/Homebrew/liquidsoap-1.0.0-macosx-lion.tar.bz2
/usr/bin/tar xf /Library/Caches/Homebrew/liquidsoap-1.0.0-macosx-lion.tar.bz2
Warning: Sorry!
Warning: Gstreamer could not compile due to errors...
Warning: Issue on https://github.com/drfill/homebrew-liquidsoap/issues/4
Warning: Sorry!
Warning: SDL could not compile due to errors...
Warning: Issue on https://github.com/drfill/homebrew-liquidsoap/issues/5
==> ./configure --prefix=/usr/local/Cellar/liquidsoap/1.0.0-macosx-lion --with-user=vadim --with-group=staff --with-default-font=/Library/Fonts/Verdana.ttf --disable-ldconf --with-gstreamer-dir=/dev/null --with-gstreamer-dir=/dev/null
@drfill
drfill / ocaml-gstreamer-error build
Created June 7, 2012 15:41
Unbound module Gstreamer
==> Downloading http://sourceforge.net/projects/savonet/files/liquidsoap/1.0.0/liquidsoap-1.0.0.tar.bz2
Already downloaded: /Library/Caches/Homebrew/liquidsoap-1.0.0-macosx-lion.tar.bz2
/usr/bin/tar xf /Library/Caches/Homebrew/liquidsoap-1.0.0-macosx-lion.tar.bz2
Liquidsoap==> ./configure --prefix=/usr/local/Cellar/liquidsoap/1.0.0-macosx-lion --with-user=test --with-group=staff --with-default-font=/Library/Fonts/Verdana.ttf --disable-ldconf
./configure --prefix=/usr/local/Cellar/liquidsoap/1.0.0-macosx-lion --with-user=test --with-group=staff --with-default-font=/Library/Fonts/Verdana.ttf --disable-ldconf
checking for a BSD-compatible install... /usr/bin/install -c
checking for GNU make... make
checking whether user test exists... ok
checking if user test belongs to group staff... ok
checking for gcc... /usr/bin/clang
@drfill
drfill / liquidsoap for 10.6.8
Created March 17, 2012 00:06
liquidsoap with samplerate and without lame
require 'formula'
class Liquidsoap < Formula
url 'http://sourceforge.net/projects/savonet/files/liquidsoap/1.0.0/liquidsoap-1.0.0-full.tar.bz2'
homepage 'http://savonet.sf.net/'
md5 'e379caaf68b1141b0b34bdb3db14ab69'
version '1.0.0'
depends_on 'objective-caml' => :build
depends_on 'ocaml-findlib' => :build