mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
install in pyexecdir as well
Original commit message from CVS: * configure.ac: * gst/Makefile.am: * gst/extend/Makefile.am: install in pyexecdir as well
This commit is contained in:
parent
2986e09cfe
commit
915b66d2f1
4 changed files with 13 additions and 5 deletions
|
@ -1,3 +1,10 @@
|
|||
2005-12-22 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac:
|
||||
* gst/Makefile.am:
|
||||
* gst/extend/Makefile.am:
|
||||
install in pyexecdir as well
|
||||
|
||||
2005-12-22 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* pygst.py.in: give the correct error when not finding the version
|
||||
|
|
|
@ -8,7 +8,7 @@ dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
|
|||
AM_MAINTAINER_MODE
|
||||
|
||||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
AS_VERSION(gst-python, PYGST_VERSION, 0, 10, 0, 2,
|
||||
AS_VERSION(gst-python, PYGST_VERSION, 0, 10, 0, 3,
|
||||
GST_CVS="no", GST_CVS="yes")
|
||||
|
||||
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
|
||||
|
|
|
@ -2,10 +2,11 @@ common_cflags = $(PYGTK_CFLAGS) $(GST_CFLAGS) $(PYGST_CFLAGS) -fno-strict-aliasi
|
|||
common_libadd = $(GST_LIBS)
|
||||
common_ldflags = -module -avoid-version
|
||||
|
||||
pkgpythondir = $(pythondir)/gst-$(GST_MAJORMINOR)/gst
|
||||
pkgpyexecdir = $(pyexecdir)/gst-$(GST_MAJORMINOR)/gst
|
||||
|
||||
pygstdir = $(pkgpythondir)
|
||||
# we install everything in pyexecdir; otherwise you end up with a mess for
|
||||
# multilib
|
||||
pygstdir = $(pkgpyexecdir)
|
||||
pygst_PYTHON = __init__.py
|
||||
|
||||
pygstexecdir = $(pkgpyexecdir)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
pkgpythondir = $(pythondir)/gst-$(GST_MAJORMINOR)/gst/extend
|
||||
pkgpyexecdir = $(pyexecdir)/gst-$(GST_MAJORMINOR)/gst/extend
|
||||
|
||||
pygstdir = $(pkgpythondir)
|
||||
pygstdir = $(pkgpyexecdir)
|
||||
pygst_PYTHON = __init__.py pygobject.py utils.py discoverer.py
|
||||
|
|
Loading…
Reference in a new issue