0fee434853
You'll need a set of gst plugins, depending on what you do. Eg gst-plugins0.10-flac for FLAC encoding, -ogg for OGG... Making all these full dependencies would revert the whole sense of "plugins".
13 lines
798 B
Text
13 lines
798 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2006/07/07 18:00:03 drochner Exp $
|
|
|
|
--- data/Makefile.in.orig 2006-04-28 21:42:55.000000000 +0200
|
|
+++ data/Makefile.in
|
|
@@ -484,7 +484,7 @@ uninstall-am: uninstall-desktopDATA unin
|
|
|
|
install-icons:
|
|
# This sucks
|
|
- for size in 16x16 22x22 24x24 scalable; do mkdir --parents $(DESTDIR)/$(datadir)/icons/hicolor/$$size/apps; done
|
|
+ for size in 16x16 22x22 24x24 scalable; do $(mkdir_p) $(DESTDIR)/$(datadir)/icons/hicolor/$$size/apps; done
|
|
install -m 644 $(srcdir)/sound-juicer-16.png $(DESTDIR)/$(datadir)/icons/hicolor/16x16/apps/sound-juicer.png
|
|
install -m 644 $(srcdir)/sound-juicer-22.png $(DESTDIR)/$(datadir)/icons/hicolor/22x22/apps/sound-juicer.png
|
|
install -m 644 $(srcdir)/sound-juicer-24.png $(DESTDIR)/$(datadir)/icons/hicolor/24x24/apps/sound-juicer.png
|