]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/ffmpeg
Core Update 172: Extract files before removing any
[people/pmueller/ipfire-2.x.git] / lfs / ffmpeg
index 21c21cc88d5f9f5ed7c6713980aad5cb9f7cd524..7491d77085d68d64f041488c99e8a2829f55f0be 100644 (file)
 
 include Config
 
-VER        = 4.4
+SUMMARY           = Library for working with various multimedia formats
+
+VER        = 5.1.2
 
 THISAPP    = ffmpeg-$(VER)
-DL_FILE    = $(THISAPP).tar.bz2
+DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = ffmpeg
-PAK_VER    = 13
+PAK_VER    = 14
 
 DEPS       = sdl2 lame libvorbis xvid
 
+SERVICES   =
+
 ifeq "$(BUILD_ARCH)" "armv6l"
        LDFLAGS += -latomic
 endif
@@ -52,7 +56,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = aa46d2168f30becd4fd3b22d2e8a91ec
+$(DL_FILE)_BLAKE2 = 4e2682f040205e6344ff1f2cf8ac69c35cac90a14634a2cd4b41fffc0e09264586b014327f7e9cb6417d12210894cdbc180541c07ad02e782bdf79af9f22991f
 
 install : $(TARGET)
 
@@ -60,13 +64,13 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects))
 
 download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
-md5 : $(subst %,%_MD5,$(objects))
+b2 : $(subst %,%_BLAKE2,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
-# Downloading, checking, md5sum
+# Downloading, checking, b2sum
 ###############################################################################
 
 $(patsubst %,$(DIR_CHK)/%,$(objects)) :
@@ -75,8 +79,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details
@@ -95,8 +99,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                --disable-static \
                --enable-gpl \
                --enable-version3 \
-               --enable-avfilter \
-               --enable-avresample
+               --enable-avfilter
 
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install