>>>>> "Ian" == Ian Leonard <[email protected]> writes:
>> Signed-off-by: Russell Senior <[email protected]> >> PKG_NAME:=libjpeg-turbo PKG_VERSION:=1.2.1 -PKG_RELEASE:=1 >> +PKG_RELEASE:=2 >> define Package/jpeg-tools/install $(INSTALL_DIR) $(1)/usr/bin >> $(INSTALL_BIN) $(PKG_BUILD_DIR)/.libs/{c,d}jpeg $(1)/usr/bin/ - >> $(INSTALL_BIN) $(PKG_BUILD_DIR)/.libs/jpeg{tran,gut} $(1)/usr/bin/ >> + $(INSTALL_BIN) $(PKG_BUILD_DIR)/.libs/jpegtran $(1)/usr/bin/ >> $(INSTALL_BIN) $(PKG_BUILD_DIR)/.libs/{rd,wr}jpgcom $(1)/usr/bin/ - >> $(INSTALL_BIN) $(PKG_BUILD_DIR)/.libs/jpgtest $(1)/usr/bin/ + >> $(INSTALL_BIN) $(PKG_BUILD_DIR)/.libs/jcstest $(1)/usr/bin/ Ian> Looks good to me. I just found the change to the binary names in the libjpeg-turbo SVN repository in r643. The binary jpeggut was actually jpegut (where ut stands for unit test), and was renamed to tjunittest. jpegtest became tjbench. Arguably, tjunittest shouldn't be installed anyway. Makefile.am lists it in noinst_PROGRAM. Or perhaps it should only be installed in a separate testing/debugging package. jcstest stands for jpeg color space extentions tests, see r733. Maybe should go into the separate testing/debugging package. I'll try to whip up a better patch. I don't use this package but, to quote David Woodhouse, "it offended me by not building". -- Russell Senior, President [email protected] _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
