<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libogg/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2025-12-31T07:12:36Z</updated>
<entry>
<title>treewide: fix spelling and grammar in Makefiles</title>
<updated>2025-12-31T07:12:36Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-12-26T04:26:18Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=de64f871b0f00b885039997eb46f914bdac687a5'/>
<id>urn:sha1:de64f871b0f00b885039997eb46f914bdac687a5</id>
<content type='text'>
Fix spelling and grammar in package definitions, configs, comments and
other strings.

Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>libogg: update to 1.3.5</title>
<updated>2021-06-16T02:58:14Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-16T02:04:40Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6a5ec2434f265dedf88b8b0e26706dffcba070c1'/>
<id>urn:sha1:6a5ec2434f265dedf88b8b0e26706dffcba070c1</id>
<content type='text'>
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libogg: Update to 1.3.4</title>
<updated>2019-09-17T23:01:34Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-09-12T19:40:05Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c75fe2fd0f19a7ffaad0685faef4fee021b46a3b'/>
<id>urn:sha1:c75fe2fd0f19a7ffaad0685faef4fee021b46a3b</id>
<content type='text'>
Added PKG_BUILD_PARALLEL for faster compilation.

Added ABI_VERSION to force rebuilds on ABI upgrade.

Added a couple of LDFLAGS for smaller size.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libogg: Update to 1.3.3</title>
<updated>2018-06-07T23:46:52Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-06-07T23:45:30Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=cd103a7479a7ce44e602e6dfc51e8b6cdad47c26'/>
<id>urn:sha1:cd103a7479a7ce44e602e6dfc51e8b6cdad47c26</id>
<content type='text'>
Also switch to HTTPS.

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-03.infra.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>libogg: convert PKG_LICENSE to SPDX format</title>
<updated>2014-08-02T08:53:00Z</updated>
<author>
<name>Ian Leonard</name>
</author>
<published>2014-08-02T08:53:00Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ceb66884d39e2f62cc1eb530053da9d9081ccd63'/>
<id>urn:sha1:ceb66884d39e2f62cc1eb530053da9d9081ccd63</id>
<content type='text'>
Signed-off-by: Ian Leonard &lt;antonlacon@gmail.com&gt;
</content>
</entry>
<entry>
<title>libogg: Upgrade to 1.3.2, add myself as pkg maintainer</title>
<updated>2014-07-17T22:04:56Z</updated>
<author>
<name>Ted Hess</name>
</author>
<published>2014-07-17T17:21:17Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f15e65140398d41fa6408168a166fd6d85703ec5'/>
<id>urn:sha1:f15e65140398d41fa6408168a166fd6d85703ec5</id>
<content type='text'>
Signed-off-by: Ted Hess &lt;thess@kitschensync.net&gt;
</content>
</entry>
<entry>
<title>Import libogg from oldpackages</title>
<updated>2014-07-17T22:04:56Z</updated>
<author>
<name>Ted Hess</name>
</author>
<published>2014-07-17T20:52:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=55a2b5176447b5fb3a2ea94d3f6d2351ad1b5718'/>
<id>urn:sha1:55a2b5176447b5fb3a2ea94d3f6d2351ad1b5718</id>
<content type='text'>
</content>
</entry>
</feed>
