[proaudio] zynaddsubfx-99999999-r1 esed patch fails (fix included) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
hi,
the ebuild attempts to patch alsa and jack desktop files but these has
been fixed recently so the patch is not needed anymore. in attachment
there is a patch that simply removes the two esed patches.
m.
Index: zynaddsubfx-99999999-r1.ebuild
===================================================================
--- zynaddsubfx-99999999-r1.ebuild (revision 2883)
+++ zynaddsubfx-99999999-r1.ebuild (working copy)
@@ -49,10 +49,6 @@
git-2_src_unpack
unpack "zynaddsubfx-presets-0.1.tar.bz2"
-
- # fix the desktop files
- esed_check -i -e 's:Application;AudioVideo;:AudioVideo;Audio;:' "${S}"/zynaddsubfx-alsa.desktop
- esed_check -i -e 's:Application;AudioVideo;:AudioVideo;Audio;:' "${S}"/zynaddsubfx-jack.desktop
}
src_configure() {