@ -8,20 +8,20 @@
i n c l u d e $( TOPDIR ) / r u l e s . m k
PKG_NAME := libogg
PKG_VERSION := 1.3.3
PKG_VERSION := 1.3.4
PKG_RELEASE := 1
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.xz
PKG_SOURCE_URL := https://downloads.xiph.org/releases/ogg/
PKG_HASH := 4f3fc6178a533d392064f14776b23c397ed4b9f48f5de297aba73b643f955c08
PKG_MAINTAINER := Ted Hess <thess@kitschensync.net>
PKG_HASH := c163bc12bc300c401b6aa35907ac682671ea376f13ae0969a220f7ddf71893fe
PKG_MAINTAINER := Ted Hess <thess@kitschensync.net>
PKG_LICENSE := BSD-3-Clause
PKG_LICENSE_FILES := COPYING
PKG_FIXUP := autoreconf
PKG_INSTALL := 1
PKG_BUILD_PARALLEL := 1
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
@ -29,7 +29,8 @@ define Package/libogg
SECTION:= libs
CATEGORY:= Libraries
TITLE:= libogg
URL:= http://xiph.org/ogg/
URL:= https://xiph.org/ogg/
ABI_VERSION:= 0
e n d e f
d e f i n e P a c k a g e / l i b o g g / d e s c r i p t i o n
@ -40,6 +41,8 @@ possible, as well as mixing several sepearate, concurrent media
s t r e a m s i n t o a s i n g l e p h y s i c a l b i t s t r e a m .
e n d e f
TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed
d e f i n e B u i l d / I n s t a l l D e v
$( INSTALL_DIR) $( 1) /usr/include/ogg/
$( INSTALL_DATA) $( PKG_INSTALL_DIR) /usr/include/ogg/* $( 1) /usr/include/ogg/
@ -53,7 +56,7 @@ endef
d e f i n e P a c k a g e / l i b o g g / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/lib/
$( CP) $( PKG_INSTALL_DIR) /usr/lib/* .so.* $( 1) /usr/lib/
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libogg .so.* $( 1) /usr/lib/
e n d e f
$( eval $ ( call BuildPackage ,libogg ) )