Skip to content

Instantly share code, notes, and snippets.

View bergman's full-sized avatar

Joakim Bergman bergman

View GitHub Profile
@bergman
bergman / mp3 streaming in mpd
Created March 15, 2010 07:24
mp3 streaming in mpd
# install some package maintenance scripts (needed to build the .deb)
sudo aptitude install devscripts pbuilder
# get the source
apt-get source mpd
cd mpd-0.15.4
# change DEB_CONFIGURE_USER_FLAGS to include --enable-lame-encoder
vim debian/rules
# build dependencies
sudo /usr/lib/pbuilder/pbuilder-satisfydepends
# lame isn't a listed dependency so install it manually
perl -pi -w -e 's/search/replace/g;' *.txt
@bergman
bergman / regex för tagg i textmate
Created January 10, 2010 13:43
regex för tagg i textmate
</?font.*?>