<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/sound/lame/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2020-10-28T10:56:50Z</updated>
<entry>
<title>sound/lame: add PKG_CPE_ID</title>
<updated>2020-10-28T10:56:50Z</updated>
<author>
<name>Phil Eichinger</name>
</author>
<published>2020-10-28T10:56:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e8dd5038a9226636cab1a0efd3f51c987b04ea64'/>
<id>urn:sha1:e8dd5038a9226636cab1a0efd3f51c987b04ea64</id>
<content type='text'>
Signed-off-by: Phil Eichinger &lt;phil@zankapfel.net&gt;
</content>
</entry>
<entry>
<title>sound/lame: Fix optimization</title>
<updated>2018-04-03T19:40:04Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2018-04-01T15:53:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5ce6ce6b132cfce9f882e751b23ea599d1daec20'/>
<id>urn:sha1:5ce6ce6b132cfce9f882e751b23ea599d1daec20</id>
<content type='text'>
Properly strip any -O switch

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
</entry>
<entry>
<title>sound/lame: Remove unnecessary optimization args</title>
<updated>2017-11-01T19:29:07Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2017-11-01T19:29:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=de641cfb30ae17c15ecc494697b5ed7f4fe0304c'/>
<id>urn:sha1:de641cfb30ae17c15ecc494697b5ed7f4fe0304c</id>
<content type='text'>
-O3 already includes -fomit-frame-pointer -fschedule-insns2
Thanks Philip Prindeville for pointing this out and sorry for the noise.

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;</content>
</entry>
<entry>
<title>sound/lame: Add optional experimental optimization</title>
<updated>2017-11-01T12:17:53Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2017-11-01T12:17:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=28aa5e18e0cf11f00eecffd203b5dcfec1affa7f'/>
<id>urn:sha1:28aa5e18e0cf11f00eecffd203b5dcfec1affa7f</id>
<content type='text'>
Add optional experimental optimization
Generic approach for --enable-expopt=full

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
</entry>
<entry>
<title>sound/lame: Update to 3.100</title>
<updated>2017-10-17T20:01:57Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2017-10-17T08:37:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9a9e71e533de25bb5fec1152a2ef4b2c7f3301bf'/>
<id>urn:sha1:9a9e71e533de25bb5fec1152a2ef4b2c7f3301bf</id>
<content type='text'>
* Update LAME to 3.100

* Switch to shared library instead of static binary as it adds very little
  overhead if you only need LAME binary but saves space if you need both
  library and binary.

  Static / Shared:
  LAME binary: ~252kbyte / ~72kbyte - IPK: ~138kbyte / ~34kbyte
  LAME library: ~216kbyte / ~216kbyte - IPK: ~117kbyte / ~117kbyte

* Drop patch, not needed

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
</entry>
<entry>
<title>treewide: run "make check FIXUP=1"</title>
<updated>2017-08-30T04:41:14Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2017-08-28T04:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4006865ae81b20b1793ae2a07db20235fefd2c71'/>
<id>urn:sha1:4006865ae81b20b1793ae2a07db20235fefd2c71</id>
<content type='text'>
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
<entry>
<title>sound/lame: Update as MP3 isn't covered by patents</title>
<updated>2017-07-14T02:07:15Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2017-07-13T23:45:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6cf3abb33eed9bdbd4b5db92bfd009b64ec23f85'/>
<id>urn:sha1:6cf3abb33eed9bdbd4b5db92bfd009b64ec23f85</id>
<content type='text'>
In April Technicolor's and Fraunhofer IIS's patents and mp3 licensing
programs has been expired and/or terminated.

Sources:
https://www.iis.fraunhofer.de/en/ff/amm/prod/audiocodec/audiocodecs/mp3.html
https://en.wikipedia.org/wiki/MP3#Licensing.2C_ownership_and_legislation

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
</entry>
<entry>
<title>lame: Fix i386 SSE builds, disable NASM (really)</title>
<updated>2016-11-17T16:49:27Z</updated>
<author>
<name>Ted Hess</name>
</author>
<published>2016-11-17T16:49:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=125066a1d7a8bfbb3a742163ab2cef46e666a858'/>
<id>urn:sha1:125066a1d7a8bfbb3a742163ab2cef46e666a858</id>
<content type='text'>
Signed-off-by: Ted Hess &lt;thess@kitschensync.net&gt;
</content>
</entry>
<entry>
<title>lame: convert license to SPDX format</title>
<updated>2014-08-04T00:26:15Z</updated>
<author>
<name>Ian Leonard</name>
</author>
<published>2014-08-04T00:26:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=faa613fe20dc4c238069e8ff48eda79d46fb50ef'/>
<id>urn:sha1:faa613fe20dc4c238069e8ff48eda79d46fb50ef</id>
<content type='text'>
Signed-off-by: Ian Leonard &lt;antonlacon@gmail.com&gt;
</content>
</entry>
<entry>
<title>lame: import from oldpackages, upgrade to 3.99.5, add myself as pkg maintainer</title>
<updated>2014-07-30T15:02:40Z</updated>
<author>
<name>Ted Hess</name>
</author>
<published>2014-07-30T15:02:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b98e5d85d916034b454699e0720d67b9c38271a4'/>
<id>urn:sha1:b98e5d85d916034b454699e0720d67b9c38271a4</id>
<content type='text'>
Signed-off-by: Ted Hess &lt;thess@kitschensync.net&gt;
</content>
</entry>
</feed>
