comparison src/vorbis.mk @ 3833:d89f1be9f644

vorbis: update to 1.3.5 * src/vorbis.mk: update version, checksum
author John Donoghue
date Thu, 05 Mar 2015 10:15:53 -0500
parents 13be64f9f16d
children 6cfa1fbe8d2f
comparison
equal deleted inserted replaced
3832:d27f20f2b0f6 3833:d89f1be9f644
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := vorbis 4 PKG := vorbis
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.3.3 6 $(PKG)_VERSION := 1.3.5
7 $(PKG)_CHECKSUM := 8dae60349292ed76db0e490dc5ee51088a84518b 7 $(PKG)_CHECKSUM := 10c7fee173178d72855aa7593dfe49d9b3d6c804
8 $(PKG)_SUBDIR := libvorbis-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := libvorbis-$($(PKG)_VERSION)
9 $(PKG)_FILE := libvorbis-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := libvorbis-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://downloads.xiph.org/releases/vorbis/$($(PKG)_FILE) 10 $(PKG)_URL := http://downloads.xiph.org/releases/vorbis/$($(PKG)_FILE)
11 $(PKG)_DEPS := ogg 11 $(PKG)_DEPS := ogg
12 12