public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: [ANNOUNCEMENT] fdk-aac 0.1.5-2
       [not found] <f8243f41bb0027583fad54e1e4f817aa@NO-ID-FOUND.mhonarc.org>
@ 2017-12-21  0:56 ` Steven Penny
  2017-12-21  3:31   ` Yaakov Selkowitz
  0 siblings, 1 reply; 5+ messages in thread
From: Steven Penny @ 2017-12-21  0:56 UTC (permalink / raw)
  To: cygwin

On Tue, 19 Dec 2017 12:01:35, Yaakov Selkowitz wrote:
> The following packages have been uploaded to the Cygwin distribution:
>
> * libfdk-aac1-0.1.5-2
> * libfdk-aac-devel-0.1.5-2
> * mingw64-i686-fdk-aac-0.1.5-2
> * mingw64-x86_64-fdk-aac-0.1.5-2

Can we get a static library along with the shared library in these type
packages? This has been a growing issue (for me) as time has gone on:

- http://github.com/cygwinports/mingw64-x86_64-fdk-aac/issues/1
- http://github.com/cygwinports/mingw64-x86_64-expat/issues/1
- http://github.com/cygwinports/mingw64-x86_64-lua/issues/1
- http://github.com/cygwinports/mingw64-x86_64-nghttp2/issues/1
- http://github.com/cygwinports/mingw64-x86_64-pcre/issues/1


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCEMENT] fdk-aac 0.1.5-2
  2017-12-21  0:56 ` [ANNOUNCEMENT] fdk-aac 0.1.5-2 Steven Penny
@ 2017-12-21  3:31   ` Yaakov Selkowitz
  2017-12-21  5:53     ` Steven Penny
  0 siblings, 1 reply; 5+ messages in thread
From: Yaakov Selkowitz @ 2017-12-21  3:31 UTC (permalink / raw)
  To: cygwin


[-- Attachment #1.1: Type: text/plain, Size: 478 bytes --]

On 2017-12-20 17:58, Steven Penny wrote:
> On Tue, 19 Dec 2017 12:01:35, Yaakov Selkowitz wrote:
>> The following packages have been uploaded to the Cygwin distribution:
>>
>> * mingw64-i686-fdk-aac-0.1.5-2
>> * mingw64-x86_64-fdk-aac-0.1.5-2
> 
> Can we get a static library along with the shared library in these type
> packages? This has been a growing issue (for me) as time has gone on:

What need do you specifically have for static libraries?

-- 
Yaakov


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCEMENT] fdk-aac 0.1.5-2
  2017-12-21  3:31   ` Yaakov Selkowitz
@ 2017-12-21  5:53     ` Steven Penny
  2018-03-07 12:08       ` Steven Penny
  0 siblings, 1 reply; 5+ messages in thread
From: Steven Penny @ 2017-12-21  5:53 UTC (permalink / raw)
  To: cygwin

On Wed, 20 Dec 2017 18:56:12, Yaakov Selkowitz wrote:
> What need do you specifically have for static libraries?

its not a need - its a preference - i prefer static builds - the count of
programs i regularly build is small, so the redundancy doesnt hurt my use case.
also if I am to share my builds with others it makes for a smoother process - as
you can end up with a single exe. notice carefully that many projects offer
static and shared builds, here is one example:

http://ffmpeg.zeranoe.com

if you choose to keep doing only shared builds it wont kill me, but it is an
annoyance because its that many more libraries i need to build, when I could
just download and link an already built static library - also notice carefully
that these type packages have some inconsistency - whereas the ones i listed
previously do not have static library - these here do:

1. mingw64-x86_64-curl
- usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcurl.a

2. mingw64-x86_64-libgnurx
- usr/x86_64-w64-mingw32/sys-root/mingw/lib/libgnurx.a
- usr/x86_64-w64-mingw32/sys-root/mingw/lib/libregex.a

3. mingw64-x86_64-openssl
- usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcrypto.a
- usr/x86_64-w64-mingw32/sys-root/mingw/lib/libssl.a

4. mingw64-x86_64-win-iconv
- usr/x86_64-w64-mingw32/sys-root/mingw/lib/libiconv.a

5. mingw64-x86_64-zlib
- usr/x86_64-w64-mingw32/sys-root/mingw/lib/libz.a


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCEMENT] fdk-aac 0.1.5-2
  2017-12-21  5:53     ` Steven Penny
@ 2018-03-07 12:08       ` Steven Penny
  0 siblings, 0 replies; 5+ messages in thread
From: Steven Penny @ 2018-03-07 12:08 UTC (permalink / raw)
  To: cygwin

On Wed, 20 Dec 2017 18:07:15, Steven Penny wrote:
> its not a need - its a preference - i prefer static builds - the count of
> programs i regularly build is small, so the redundancy doesnt hurt my use
> case. also if I am to share my builds with others it makes for a smoother
> process - as you can end up with a single exe. notice carefully that many
> projects offer static and shared builds

http://cygwin.com/ml/cygwin/2017-12/msg00240.html

bumping this thread, as i discovered another package that does not have a static
library. here is the current list:

- mingw64-x86_64-expat
- mingw64-x86_64-fdk-aac
- mingw64-x86_64-gnutls
- mingw64-x86_64-lua
- mingw64-x86_64-nghttp2
- mingw64-x86_64-pcre

and here is a list that do include static library:

- mingw64-x86_64-curl
- mingw64-x86_64-libgnurx
- mingw64-x86_64-openssl
- mingw64-x86_64-win-iconv
- mingw64-x86_64-zlib


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ANNOUNCEMENT] fdk-aac 0.1.5-2
@ 2017-12-19 18:19 Yaakov Selkowitz
  0 siblings, 0 replies; 5+ messages in thread
From: Yaakov Selkowitz @ 2017-12-19 18:19 UTC (permalink / raw)
  To: cygwin

The following packages have been uploaded to the Cygwin distribution:

* libfdk-aac1-0.1.5-2
* libfdk-aac-devel-0.1.5-2
* mingw64-i686-fdk-aac-0.1.5-2
* mingw64-x86_64-fdk-aac-0.1.5-2

This is a Third-Party Modified Version of the Fraunhofer FDK AAC Codec 
Library for Android.

These sources were modified to avoid certain profiles which may be legally 
encumbered.  This does mean that playback of some files may not be perfect, 
but it's the best we can distribute at this time.

--
Yaakov

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-03-07  3:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <f8243f41bb0027583fad54e1e4f817aa@NO-ID-FOUND.mhonarc.org>
2017-12-21  0:56 ` [ANNOUNCEMENT] fdk-aac 0.1.5-2 Steven Penny
2017-12-21  3:31   ` Yaakov Selkowitz
2017-12-21  5:53     ` Steven Penny
2018-03-07 12:08       ` Steven Penny
2017-12-19 18:19 Yaakov Selkowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).