[SCM] libav/ubuntu: Adjust LIB_PKGS/LIB_PKGS2 for ubuntu
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sat Aug 11 09:29:48 UTC 2012
The following commit has been merged in the ubuntu branch:
commit 6708c52e087a72d0b315432aeadd1b8e7306178e
Author: Reinhard Tartler <siretart at tauware.de>
Date: Sat Aug 11 10:30:46 2012 +0200
Adjust LIB_PKGS/LIB_PKGS2 for ubuntu
in ubuntu, we have an libav-extra package for libavcodec-extra-NN, etc.
FIXME: find some notation that is both maintainable and acceptable for
the debian version of debian/rules
diff --git a/debian/rules b/debian/rules
index a0f84e7..2d9a208 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,9 +8,9 @@ SHLIBS_VERSION := $(EPOCH)0.8.3-1~
ifeq ($(DEB_SOURCE),libav)
# these package do not build -extra variants
-LIB_PKGS := $(shell sed -nr 's/^Package:[[:space:]]*(lib(avutil|avdevice|avformat|avfilter|postproc|swscale)[0-9]+)[[:space:]]*$$/\1/p' debian/control)
+LIB_PKGS := $(shell sed -nr 's/^Package:[[:space:]]*(lib(avutil|avcodec|avdevice|avformat|avfilter|postproc|swscale)[0-9]+)[[:space:]]*$$/\1/p' debian/control)
# these packages do build -extra variants
-LIB_PKGS2 := $(shell sed -nr 's/^Package:[[:space:]]*(libavcodec[0-9]+)[[:space:]]*$$/\1/p' debian/control)
+LIB_PKGS2 :=
# these packages are the -extra- variants
LIB_EXTRA_PKGS := $(shell sed -nr 's/^Package:[[:space:]]*(libavcodec-extra-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
else
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list