corporate2/devel/multimedia/video/libv4l - minor verson bump, enable more utils
Onur Küçük
paketler-commits at pardus.org.tr
Fri Dec 24 16:23:01 EET 2010
Author: onur
Date: Fri Dec 24 16:23:01 2010
New Revision: 107811
Added:
corporate2/devel/multimedia/video/libv4l/files/keytables_sandbox.patch
Modified:
corporate2/devel/multimedia/video/libv4l/actions.py
corporate2/devel/multimedia/video/libv4l/pspec.xml
Log:
minor verson bump, enable more utils
---
actions.py | 2 +-
files/keytables_sandbox.patch | 16 ++++++++++++++++
pspec.xml | 15 ++++++++++++---
3 files changed, 29 insertions(+), 4 deletions(-)
Modified: corporate2/devel/multimedia/video/libv4l/actions.py
=================================================================
--- corporate2/devel/multimedia/video/libv4l/actions.py (original)
+++ corporate2/devel/multimedia/video/libv4l/actions.py Fri Dec 24 16:23:01 2010
@@ -14,7 +14,7 @@
def build():
# shelltools.export("CC", get.CC())
- autotools.make('-j1 \
+ autotools.make(' \
PREFIX=/usr \
LIBDIR=/usr/lib \
CFLAGS="%s"' % get.CFLAGS().replace("-O2", "-O3"))
Modified: corporate2/devel/multimedia/video/libv4l/pspec.xml
=================================================================
--- corporate2/devel/multimedia/video/libv4l/pspec.xml (original)
+++ corporate2/devel/multimedia/video/libv4l/pspec.xml Fri Dec 24 16:23:01 2010
@@ -16,14 +16,15 @@
<!--
<Archive sha1sum="6fc2c490fb14a109e25745cf2df226bbddda8b0c" type="targz">http://people.fedoraproject.org/~jwrdegoede/libv4l-0.6.4.tar.gz</Archive>
-->
- <Archive sha1sum="cef1a34dffdab71711d62a7d1cb3fe02323bcbdc" type="tarbz2">http://linuxtv.org/downloads/v4l-utils/v4l-utils-0.8.0.tar.bz2</Archive>
+ <Archive sha1sum="cef4577d52150c9dd82d163643b86846053a78a1" type="tarbz2">http://linuxtv.org/downloads/v4l-utils/v4l-utils-0.8.1.tar.bz2</Archive>
<Patches>
<!--
<Patch level="1">bug11603.patch</Patch>
- -->
<Patch level="1">disabled_utils.patch</Patch>
+ -->
+ <Patch level="1">keytables_sandbox.patch</Patch>
</Patches>
- <!--
+ <!-- we don't build qt dependent programs for now, will enable later
<BuildDependencies>
<Dependency versionFrom="4.6.2">qt-devel</Dependency>
</BuildDependencies>
@@ -48,12 +49,20 @@
-->
</RuntimeDependencies>
<Files>
+ <Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/sbin</Path>
</Files>
</Package>
<History>
+ <Update release="27">
+ <Date>2010-12-24</Date>
+ <Version>0.8.1</Version>
+ <Comment>Minor version bump</Comment>
+ <Name>Onur Küçük</Name>
+ <Email>onur at pardus.org.tr</Email>
+ </Update>
<Update release="26">
<Date>2010-10-26</Date>
<Version>0.8.0</Version>
More information about the paketler-commits
mailing list