[vlc-devel] [PATCH] contrib: gcrypt: avoid building if already available

Steve Lhomme robux4 at ycbcr.xyz
Thu Jan 9 14:05:15 CET 2020


On 2020-01-09 13:59, Alexandre Janniaux wrote:
> Hi,
> 
> I have it on Archlinux and it doesn't seem to be provided
> by the PKGBUILD script:
> 
> https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/libgcrypt
> 
> The github also mention this file, so I'm not sure since
> when it is supported but it seems so now.
> 
> https://github.com/gpg/libgcrypt/search?q=libgcrypt.pc&unscoped_q=libgcrypt.pc

Yes, the .pc file is generated from
https://github.com/gpg/libgcrypt/blob/master/src/libgcrypt.pc.in

I don't have it in my built contribs. So maybe we are not installing it 
when building the contribs. But if it's in the system we can already use it.

> Regards,
> --
> Alexandre Janniaux
> Videolabs
> 
> On Thu, Jan 09, 2020 at 09:19:39PM +0900, Rémi Denis-Courmont wrote:
>> Hi,
>>
>> Last I checked, there's no support for pkg-config in upstream gcrypt.
>>
>> Le 9 janvier 2020 19:13:54 GMT+09:00, Alexandre Janniaux <ajanni at videolabs.io> a écrit :
>>> ---
>>> contrib/src/gcrypt/rules.mak | 3 +++
>>> 1 file changed, 3 insertions(+)
>>>
>>> diff --git a/contrib/src/gcrypt/rules.mak
>>> b/contrib/src/gcrypt/rules.mak
>>> index 21ee7edfd7..0e57d1f8eb 100644
>>> --- a/contrib/src/gcrypt/rules.mak
>>> +++ b/contrib/src/gcrypt/rules.mak
>>> @@ -3,6 +3,9 @@ GCRYPT_VERSION := 1.7.10
>>> GCRYPT_URL :=
>>> http://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-$(GCRYPT_VERSION).tar.bz2
>>>
>>> PKGS += gcrypt
>>> +ifeq ($(call need_pkg,"libgcrypt"),)
>>> +PKGS_FOUND += gcrypt
>>> +endif
>>>
>>> $(TARBALLS)/libgcrypt-$(GCRYPT_VERSION).tar.bz2:
>>> 	$(call download_pkg,$(GCRYPT_URL),gcrypt)
>>> --
>>> 2.24.1
>>>
>>> _______________________________________________
>>> vlc-devel mailing list
>>> To unsubscribe or modify your subscription options:
>>> https://mailman.videolan.org/listinfo/vlc-devel
>>
>> --
>> Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.
> 
>> _______________________________________________
>> vlc-devel mailing list
>> To unsubscribe or modify your subscription options:
>> https://mailman.videolan.org/listinfo/vlc-devel
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
> 


More information about the vlc-devel mailing list