mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] Help with adding gstreamer-0.10


From: Nikos Chantziaras
Subject: Re: [Mingw-cross-env-list] Help with adding gstreamer-0.10
Date: Wed, 05 Jun 2013 18:11:59 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6

On 05/06/13 12:07, Tony Theodore wrote:

On 05/06/2013, at 6:16 AM, Nikos Chantziaras <address@hidden> wrote:

The latest MXE ships with gstreamer 1.0.  This is unfortunate, since its API is 
incompatible with 0.10.  I'm trying to add the older version, but I'm not sure 
how to correctly write the mk for it.  I've added this to index.html:

  <tr>
     <td id="gstreamer0.10-package">gstreamer0.10</td>
     <td id="gstreamer0.10-version">0.10.36</td>
     <td id="gstreamer0.10-website"><a 
href="http://gstreamer.freedesktop.org/";>gstreamer</a></td>
  </tr>

But I've had to do this in the gstreamer0.10.mk:

  PKG             := gstreamer0.10
  $(PKG)_IGNORE   :=
  $(PKG)_CHECKSUM := 27931b00eb5d50bc477e32e2dda7440f4179e7ac
  $(PKG)_SUBDIR   := gstreamer-0.10.36
  $(PKG)_FILE     := gstreamer-0.10.36.tar.xz
  $(PKG)_URL      := 
http://gstreamer.freedesktop.org/src/gstreamer/$($(PKG)_FILE)

Which is of course stupid.  How would I write that correctly?

How about:

$(PKG)_IGNORE   := 1%
$(PKG)_SUBDIR   := gstreamer-$($(PKG)_VERSION)
$(PKG)_FILE     := gstreamer-$($(PKG)_VERSION).tar.xz

Doesn't work.  Results in:

  http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-.tar.xz




reply via email to

[Prev in Thread] Current Thread [Next in Thread]