diff options
| author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-11-23 11:57:02 +0000 |
|---|---|---|
| committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-11-23 11:57:02 +0000 |
| commit | e34688c35cf695ec4c512a70e21744ec48cbee0c (patch) | |
| tree | e5d928fe142b7b00d2cb0556d732baa8bf775c3f /multimedia/bmpx/files/patch-src-embedded--images-Makefile.in | |
| parent | - Update to 1.6.0. (diff) | |
Add BMPx, an audio player that can be either used with a built-in
frontend which currently utilizes Winamp 2.x compatible skins, or
as a daemon for other frontends to connect via a DBus
interface. It can run under X11 with graphical GUIs, or without X
under plain UNIX terminal as a daemon (in which case it
requires a different frontend connecting to it via DBus).
http://bmpx.berlios.de/
Diffstat (limited to 'multimedia/bmpx/files/patch-src-embedded--images-Makefile.in')
| -rw-r--r-- | multimedia/bmpx/files/patch-src-embedded--images-Makefile.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/multimedia/bmpx/files/patch-src-embedded--images-Makefile.in b/multimedia/bmpx/files/patch-src-embedded--images-Makefile.in new file mode 100644 index 000000000000..3e0ee83507cc --- /dev/null +++ b/multimedia/bmpx/files/patch-src-embedded--images-Makefile.in @@ -0,0 +1,17 @@ +--- src/embedded-images/Makefile.in.orig Sun Oct 30 13:45:16 2005 ++++ src/embedded-images/Makefile.in Sun Nov 20 16:09:11 2005 +@@ -456,10 +456,11 @@ + media-pixbufs.h: $(EXTRA_DIST) + @echo "* Generating media icons" + @gdk-pixbuf-csource --build-list \ +- `for x in $(basename $(notdir $(dist_noinst_DATA))); do \ +- echo "$${x/-/_}"; \ +- echo " $(srcdir)/$${x}.png";\ ++ `for x in $(dist_noinst_DATA); do \ ++ echo $${x}|sed -e s/-/_/| sed -e s/\.png//; \ ++ echo " $(srcdir)/$${x}";\ + done` > media-pixbufs.h ++ + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: |
