Michael Olbrich wrote:
On Fri, Jan 29, 2010 at 11:22:09AM +0100, [email protected] wrote:
 GSTREAMER_AUTOCONF := \
        $(CROSS_AUTOCONF_USR) \
        --disable-nls \
-       --disable-trace \
-       --disable-alloc-trace \
+       --enable-trace \
+       --enable-alloc-trace \

Hmm, any reason for this change?

There was a bug that cause a compile error, i have found a fix for it (already in upstream) but forgot to port it to for-ptx. It is in the next version and the trace stuff is disabled again.


        @$(call install_copy, gstreamer, 0, 0, 0644, -, \
-               /usr/lib/libgstnet-0.10.so.0.19.0)
+               /usr/lib/libgstnet-0.10.so.0.22.0)
[...]

Maybe this would be a good time to add a variable for the version. So the
next version bump won't change as much. See e.g. glib.make

glib setup is broken, because it has 0.22.0 as version and used the var for the lib glib.so.$(VERSION). That is fine but the symlink is still hardcoded like glib.so.0, so if in the future the version goes to 1.0.0 or so the setup breaks.


what would be really interesting is a
@$(call install_lib, bla, 0, 0, 0644, -, /usr/lib/libbla, 0.22.0)
that sets up the symlinks, so we don't have 3 lines for one library in every makefile.

- Erwin



Michael



--
ptxdist mailing list
[email protected]

Reply via email to