[vlc-devel] broken vlc-plugin.pc ?

ßєŋ sashipa.ben at gmail.com
Mon Feb 16 20:29:38 CET 2009


I did fix it ...
I did something similar to the commented lines

configure.ac:

dnl
dnl Directories
dnl
dnl vlcincludedir="\${includedir}/\${PKGDIR}"
dnl AC_SUBST(vlcincludedir)
pkgincludedir='${includedir}/${PKGDIR}'
AC_SUBST(pkgincludedir)
vlcdatadir="\${datadir}/\${PKGDIR}"
AC_SUBST(vlcdatadir)
vlclibdir="\${libdir}/\${PKGDIR}"
AC_SUBST(vlclibdir)


src/vlc-plugin.pc.in:

PKGDIR=@PKGDIR@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
pkgincludedir=@pkgincludedir@
vlclibdir=@vlclibdir@

I have never used git before so I haven't committed anything nor sent any patch.
I'm currently on a bigger modification (adding dynamic file
extensions). This modification is not finish but the base is working
and I'd like to submit it someday.

May be someone can explain me the best way to submit my change ?
-- 
B.



More information about the vlc-devel mailing list