git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
2180b50
)
gst1-plugins-base: create libgst1allocators pkg
author
Luiz Angelo Daros de Luca
<redacted>
Thu, 22 Jan 2015 02:24:18 +0000
(
00:24
-0200)
committer
Luiz Angelo Daros de Luca
<redacted>
Fri, 23 Jan 2015 23:34:15 +0000
(21:34 -0200)
libgst1allocators was compiled but not packaged.
It is needed for v4l2 good plugin
Signed-off-by: Luiz Angelo Daros de Luca <redacted>
multimedia/gst1-plugins-base/Makefile
patch
|
blob
|
history
diff --git
a/multimedia/gst1-plugins-base/Makefile
b/multimedia/gst1-plugins-base/Makefile
index bc84030e569b935d5532526ab79b126108a1fea5..73b2ce16a9ee131b344c4228431e2fb3ea385161 100644
(file)
--- a/
multimedia/gst1-plugins-base/Makefile
+++ b/
multimedia/gst1-plugins-base/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=gst1-plugins-base
PKG_VERSION:=1.4.4
-PKG_RELEASE:=
2
+PKG_RELEASE:=
3
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
@@
-219,6
+219,7
@@
define GstBuildLibrary
$$(eval $$(call BuildPackage,libgst1$(1)))
endef
+$(eval $(call GstBuildLibrary,allocators,allocators,,))
$(eval $(call GstBuildLibrary,app,app,,))
$(eval $(call GstBuildLibrary,audio,audio,tag,))
$(eval $(call GstBuildLibrary,fft,FFT,,))
git clone https://git.99rst.org/PROJECT