<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/sound/madplay, 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>2026-01-18T05:35:21Z</updated>
<entry>
<title>madplay: fix compilation with GCC 15</title>
<updated>2026-01-18T05:35:21Z</updated>
<author>
<name>Til Kaiser</name>
</author>
<published>2026-01-06T14:52:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ae978739742b4bd82827716ca29c8dde3a0b0dd6'/>
<id>urn:sha1:ae978739742b4bd82827716ca29c8dde3a0b0dd6</id>
<content type='text'>
Define __GNU_LIBRARY__ for a proper getopt
declaration when building with GCC 15.

Signed-off-by: Til Kaiser &lt;mail@tk154.de&gt;
</content>
</entry>
<entry>
<title>treewide: remove FTP usage</title>
<updated>2025-12-31T07:22:58Z</updated>
<author>
<name>Yanase Yuki</name>
</author>
<published>2025-12-29T08:13:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=66f2422b71d0b9e4382d1826fd0384d3e4856e89'/>
<id>urn:sha1:66f2422b71d0b9e4382d1826fd0384d3e4856e89</id>
<content type='text'>
Drop obsolete protocol usage.
Use HTTPS (if possible) or HTTP instead.

Signed-off-by: Yanase Yuki &lt;dev@zpc.st&gt;
</content>
</entry>
<entry>
<title>treewide: fix places where $(FPIC) is unquoted</title>
<updated>2021-03-19T22:38:43Z</updated>
<author>
<name>Philip Prindeville</name>
</author>
<published>2021-03-19T22:26:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0d5c6769f15f15ce950d2b41dce3341b5c160c36'/>
<id>urn:sha1:0d5c6769f15f15ce950d2b41dce3341b5c160c36</id>
<content type='text'>
Fixes part of issue #14921.

When $(FPIC) gets added to TARGET_CFLAGS (for instance), we can
count on $(TARGET_CFLAGS) in turn being quoted when it gets
expanded.  But there are a few places where $(FPIC) gets
expanded directly into environment variables passed on the
command line, such as when setting lt_cv_* variables as in this
case.

It's wrong to assume that the expansion of $(FPIC) won't require
quoting (such as it containing spaces) if it has multiple compiler
flags.

Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
<entry>
<title>madplay: remove OSS variant</title>
<updated>2021-01-11T23:06:21Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-01-11T04:29:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a1a10cf37369398b9ca0440a2b317d0d5494a1ed'/>
<id>urn:sha1:a1a10cf37369398b9ca0440a2b317d0d5494a1ed</id>
<content type='text'>
with the latest version, there's no OSS support. At least --without-oss
does not work.

Remove autoconf patches and add gettext-version fixup.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>madplay: fix compilation with full NLS</title>
<updated>2020-09-29T06:12:50Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-09-29T03:06:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=095c1a1c7ec1fd4ca2a96d96d7b115a7b69c8ba6'/>
<id>urn:sha1:095c1a1c7ec1fd4ca2a96d96d7b115a7b69c8ba6</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>madplay: Pass CFLAGS properly</title>
<updated>2019-08-28T20:51:14Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-08-27T21:55:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=76c0bea36be93e5d1a134dde0ec104c709114f0b'/>
<id>urn:sha1:76c0bea36be93e5d1a134dde0ec104c709114f0b</id>
<content type='text'>
CFLAGS were not being passed which was breaking ASLR builds.

Fixed license header.

Added PKG_BUILD_PARALLEL for faster compilation.

Added PKG_INSTALL for consistency.

Passed proper $(FPIC) value.

Several other Makefile cleanups.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&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>madplay: fix missing binary in madplay-oss package</title>
<updated>2015-12-18T17:08:06Z</updated>
<author>
<name>Ted Hess</name>
</author>
<published>2015-12-18T17:08:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ac5f4cfd5c1bc4ff8dd895b094e525ddbe30bb65'/>
<id>urn:sha1:ac5f4cfd5c1bc4ff8dd895b094e525ddbe30bb65</id>
<content type='text'>
Signed-off-by: Ted Hess &lt;thess@kitschensync.net&gt;
</content>
</entry>
<entry>
<title>madplay: some build variant related fixes</title>
<updated>2015-10-26T16:18:07Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2015-10-26T16:18:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c74530e23b8648805446509984ef2ae1440d5f44'/>
<id>urn:sha1:c74530e23b8648805446509984ef2ae1440d5f44</id>
<content type='text'>
the 2 variants could not be built at the same time

Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;
</content>
</entry>
</feed>
