summaryrefslogtreecommitdiff
path: root/moc
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2008-12-31 23:42:19 +1100
committerDanny Rawlins <monster.romster@gmail.com>2008-12-31 23:42:19 +1100
commit906319128bac55f065caebd9ba9473dd48efe4be (patch)
treebffaf3b3b585ab413ca13487bfe7918181680651 /moc
parentb1bc163423929ef9d38a4f6284119dad8535b799 (diff)
downloadcontrib-906319128bac55f065caebd9ba9473dd48efe4be.tar.gz
contrib-906319128bac55f065caebd9ba9473dd48efe4be.tar.xz
moc: add mp3 playback deps and adjust footprint
Diffstat (limited to 'moc')
-rw-r--r--moc/.footprint2
-rw-r--r--moc/Pkgfile3
2 files changed, 3 insertions, 2 deletions
diff --git a/moc/.footprint b/moc/.footprint
index 9e54a4027..49188ad95 100644
--- a/moc/.footprint
+++ b/moc/.footprint
@@ -6,6 +6,8 @@ drwxr-xr-x root/root usr/lib/moc/
drwxr-xr-x root/root usr/lib/moc/decoder_plugins/
-rwxr-xr-x root/root usr/lib/moc/decoder_plugins/libflac_decoder.la
-rwxr-xr-x root/root usr/lib/moc/decoder_plugins/libflac_decoder.so
+-rwxr-xr-x root/root usr/lib/moc/decoder_plugins/libmp3_decoder.la
+-rwxr-xr-x root/root usr/lib/moc/decoder_plugins/libmp3_decoder.so
-rwxr-xr-x root/root usr/lib/moc/decoder_plugins/libsndfile_formats_decoder.la
-rwxr-xr-x root/root usr/lib/moc/decoder_plugins/libsndfile_formats_decoder.so
-rwxr-xr-x root/root usr/lib/moc/decoder_plugins/libvorbis_decoder.la
diff --git a/moc/Pkgfile b/moc/Pkgfile
index 13373110b..2c1d672ff 100644
--- a/moc/Pkgfile
+++ b/moc/Pkgfile
@@ -2,7 +2,7 @@
# URL: http://moc.daper.net/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Stoyan Zhekov, zhware at hotpop dot com
-# Depends on: curl libsndfile libvorbis
+# Depends on: curl libsndfile libvorbis libid3tag libmad
name=moc
@@ -27,4 +27,3 @@ build() {
install -D -m 0644 -t $PKG/usr/share/moc/ config.example keymap.example
rm -rf $PKG/usr/share/doc
}
-

Generated by cgit