Skip to content
Snippets Groups Projects
  1. Feb 19, 2016
  2. Feb 18, 2016
    • Julien Isorce's avatar
      uninstalled.pc: add support for non libtool build systems · f6b0ae1e
      Julien Isorce authored
      Currently the .la path is provided which requires to use libtool as
      mentioned in the GStreamer manual section-helloworld-compilerun.html.
      It is fine as long as the application is built using libtool.
      
      So currently it is not possible to compile a GStreamer application
      within gst-uninstalled with CMake or other build system different
      than autotools.
      
      This patch allows to do the following in gst-uninstalled env:
      gcc test.c -o test $(pkg-config --cflags --libs gstreamer-1.0 \
        gst-editing-services-1.0)
      Previously it required to prepend libtool --mode=link
      
      https://bugzilla.gnome.org/show_bug.cgi?id=720778
      f6b0ae1e
  3. Feb 09, 2016
  4. Feb 05, 2016
  5. Feb 04, 2016
  6. Jan 19, 2016
  7. Jan 17, 2016
  8. Jan 09, 2016
  9. Dec 29, 2015
  10. Dec 26, 2015
  11. Dec 24, 2015
  12. Dec 22, 2015
  13. Dec 21, 2015
  14. Dec 11, 2015
  15. Dec 10, 2015
  16. Dec 07, 2015
  17. Nov 26, 2015
    • Sebastian Dröge's avatar
      bash-completion: Disable during "make distcheck" as this requires installing... · 934c4af9
      Sebastian Dröge authored
      bash-completion: Disable during "make distcheck" as this requires installing files outside the prefix
      
      automake requires all files to be installed inside the prefix. bash-completion
      requires the files to be in a specific directory given by a pkg-config file.
      As such those two are having incompatible requirements and we just disable
      bash-completion installation for the time being when running "make distcheck".
      
      Nonetheless things like "make install" with e.g. a DESTDIR or a private
      installation into a user's directory will fail as in both cases the
      bash-completion data would be tried to be installed system-wide.
      934c4af9
    • Sebastian Dröge's avatar
      Revert "build: fix make distcheck." · c37da5d8
      Sebastian Dröge authored
      This reverts commit 462727d6.
      
      This "fix" broke the build on Windows, where both prefix and datadir are
      absolute paths and as such we would concatenate two absolute paths and fail.
      c37da5d8
Loading