diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-14 22:57:58 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-14 22:57:58 +0200 |
commit | 05dd5b5b10e1b1e34749417dfda6e8f6420f8fed (patch) | |
tree | 9a1586a9dd413912fe92c48f15c7a1f09574f346 | |
parent | da1782b296c1cb7a125b7f71db9bc773b95a8542 (diff) |
xvidcap: moved to 1.1.7
still has an install issue, but at least it is better than what there was before
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
-rw-r--r-- | recipes/xvidcap/xvidcap_1.1.7.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/xvidcap/xvidcap_1.1.7.bb b/recipes/xvidcap/xvidcap_1.1.7.bb new file mode 100644 index 0000000000..fccb400617 --- /dev/null +++ b/recipes/xvidcap/xvidcap_1.1.7.bb @@ -0,0 +1,8 @@ +require xvidcap.inc + +PR = "${INC_PR}.0" + +S = "${WORKDIR}/${PN}-1.1.7" + +SRC_URI[md5sum] = "b39a682d3ef9fcbf424af771936780e2" +SRC_URI[sha256sum] = "154622801e8d5e91b834e7707e9e1cc65cf20d0161f6e0323bc3bf0efd85195d" |