rpms/libva-intel-driver/F-16 libva-intel-driver.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libva-intel-driver/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16414/F-16
Modified Files:
.cvsignore sources
Added Files:
libva-intel-driver.spec
Log Message:
Initial import for F-16
--- NEW FILE libva-intel-driver.spec ---
#global _with_gen4asm 1
Name: libva-intel-driver
Version: 1.0.15
Release: 4%{?dist}
Summary: HW video decode support for Intel integrated graphics
Group: System Environment/Libraries
License: MIT and EPL
URL: http://freedesktop.org/wiki/Software/vaapi
Source0: http://cgit.freedesktop.org/vaapi/intel-driver/snapshot/intel-driver-%{ve...
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ExclusiveArch: %{ix86} x86_64 ia64
BuildRequires: libtool
%{?_with_gen4asm:BuildRequires: intel-gen4asm >= 1.2}
BuildRequires: libudev-devel
BuildRequires: libXext-devel
BuildRequires: libXfixes-devel
BuildRequires: libdrm-devel >= 2.4.23
BuildRequires: libpciaccess-devel
BuildRequires: libva-devel >= 1.0.14
BuildRequires: mesa-libGL-devel
#Introduced in F-17
Provides: libva-freeworld = %{version}-%{release}
Obsoletes: libva-freeworld < 1.0.15
%description
HW video decode support for Intel integrated graphics.
%prep
%setup -q -n intel-driver-%{version}
%{?_with_gen4asm:
#Move pre-built (binary) asm code
for f in src/shaders/vme/*.g?b ; do
mv ${f} ${f}.prebuilt
done
for f in src/shaders/h264/mc/*.g?b* ; do
mv ${f} ${f}.prebuilt
done
}
%build
autoreconf -vif
%configure --disable-static
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL="install -p"
find %{buildroot} -regex ".*\.la$" | xargs rm -f --
%{?_with_gen4asm:
#Display a diff between prebuit ASM and our generation
gendiff . .prebuilt
}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README
%{_libdir}/dri/i965_drv_video.so
%changelog
* Sat May 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.15-4
- Introduce --with gen4asm
* Tue Jan 03 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.15-3
- Add BR intel-gen4asm
- Move pre-built asm code
- Adjust license with EPL
* Mon Jan 02 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.15-2
- Spec cleanup
* Thu Nov 03 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.15-1
- Rename the package to libva-intel-driver
* Sun Aug 07 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.14-1
- Update to 1.0.14
* Sat Jun 11 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.13-2
- Fix typo when building --with full
- Requires at least the same libva version.
* Wed Jun 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.13-1
- Update to 1.0.13
* Sun Apr 10 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.12-1
- Update to 1.0.12
* Thu Mar 10 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.10-1
- Switch to additional package using the freedesktop version
- Add git rev from today as patch
* Mon Feb 21 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.10-1
- Update to 1.0.10
* Tue Jan 25 2011 Adam Williamson <awilliam(a)redhat.com> - 1.0.8-1
- bump to new version
- fix modded tarball to actually not have i965 dir
- merge with the other spec I seem to have lying around somewhere
* Wed Nov 24 2010 Adam Williamson <awilliam(a)redhat.com> - 1.0.6-1
- switch to upstream from sds branch (sds now isn't carrying any very
interesting changes according to gwenole)
- pull in the dont-install-test-programs patch from sds
- split out libva-utils again for multilib purposes
- drop -devel package obsolete/provides itself too
* Tue Nov 23 2010 Adam Williamson <awilliam(a)redhat.com> - 0.31.1-3.sds4
- drop obsoletes and provides of itself (hangover from freeworld)
* Tue Nov 23 2010 Adam Williamson <awilliam(a)redhat.com> - 0.31.1-2.sds4
- fix the tarball to actually remove the i965 code (duh)
* Thu Oct 7 2010 Adam Williamson <awilliam(a)redhat.com> - 0.31.1-1.sds4
- initial package (based on package from elsewhere by myself and Nic
Chauvet with i965 driver removed)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libva-intel-driver/F-16/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 30 May 2012 20:31:16 -0000 1.1
+++ .cvsignore 30 May 2012 20:36:38 -0000 1.2
@@ -0,0 +1 @@
+intel-driver-1.0.15.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libva-intel-driver/F-16/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 30 May 2012 20:31:17 -0000 1.1
+++ sources 30 May 2012 20:36:38 -0000 1.2
@@ -0,0 +1 @@
+9dbd642f18993335146480a3a2987874 intel-driver-1.0.15.tar.bz2
12 years, 5 months
rpms/libva-intel-driver/F-17 libva-intel-driver.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libva-intel-driver/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16201/F-17
Modified Files:
.cvsignore sources
Added Files:
libva-intel-driver.spec
Log Message:
Initial import
--- NEW FILE libva-intel-driver.spec ---
#global _with_gen4asm 1
Name: libva-intel-driver
Version: 1.0.15
Release: 4%{?dist}
Summary: HW video decode support for Intel integrated graphics
Group: System Environment/Libraries
License: MIT and EPL
URL: http://freedesktop.org/wiki/Software/vaapi
Source0: http://cgit.freedesktop.org/vaapi/intel-driver/snapshot/intel-driver-%{ve...
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ExclusiveArch: %{ix86} x86_64 ia64
BuildRequires: libtool
%{?_with_gen4asm:BuildRequires: intel-gen4asm >= 1.2}
BuildRequires: libudev-devel
BuildRequires: libXext-devel
BuildRequires: libXfixes-devel
BuildRequires: libdrm-devel >= 2.4.23
BuildRequires: libpciaccess-devel
BuildRequires: libva-devel >= 1.0.14
BuildRequires: mesa-libGL-devel
#Introduced in F-17
Provides: libva-freeworld = %{version}-%{release}
Obsoletes: libva-freeworld < 1.0.15
%description
HW video decode support for Intel integrated graphics.
%prep
%setup -q -n intel-driver-%{version}
%{?_with_gen4asm:
#Move pre-built (binary) asm code
for f in src/shaders/vme/*.g?b ; do
mv ${f} ${f}.prebuilt
done
for f in src/shaders/h264/mc/*.g?b* ; do
mv ${f} ${f}.prebuilt
done
}
%build
autoreconf -vif
%configure --disable-static
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL="install -p"
find %{buildroot} -regex ".*\.la$" | xargs rm -f --
%{?_with_gen4asm:
#Display a diff between prebuit ASM and our generation
gendiff . .prebuilt
}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README
%{_libdir}/dri/i965_drv_video.so
%changelog
* Sat May 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.15-4
- Introduce --with gen4asm
* Tue Jan 03 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.15-3
- Add BR intel-gen4asm
- Move pre-built asm code
- Adjust license with EPL
* Mon Jan 02 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.15-2
- Spec cleanup
* Thu Nov 03 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.15-1
- Rename the package to libva-intel-driver
* Sun Aug 07 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.14-1
- Update to 1.0.14
* Sat Jun 11 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.13-2
- Fix typo when building --with full
- Requires at least the same libva version.
* Wed Jun 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.13-1
- Update to 1.0.13
* Sun Apr 10 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.12-1
- Update to 1.0.12
* Thu Mar 10 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.10-1
- Switch to additional package using the freedesktop version
- Add git rev from today as patch
* Mon Feb 21 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.10-1
- Update to 1.0.10
* Tue Jan 25 2011 Adam Williamson <awilliam(a)redhat.com> - 1.0.8-1
- bump to new version
- fix modded tarball to actually not have i965 dir
- merge with the other spec I seem to have lying around somewhere
* Wed Nov 24 2010 Adam Williamson <awilliam(a)redhat.com> - 1.0.6-1
- switch to upstream from sds branch (sds now isn't carrying any very
interesting changes according to gwenole)
- pull in the dont-install-test-programs patch from sds
- split out libva-utils again for multilib purposes
- drop -devel package obsolete/provides itself too
* Tue Nov 23 2010 Adam Williamson <awilliam(a)redhat.com> - 0.31.1-3.sds4
- drop obsoletes and provides of itself (hangover from freeworld)
* Tue Nov 23 2010 Adam Williamson <awilliam(a)redhat.com> - 0.31.1-2.sds4
- fix the tarball to actually remove the i965 code (duh)
* Thu Oct 7 2010 Adam Williamson <awilliam(a)redhat.com> - 0.31.1-1.sds4
- initial package (based on package from elsewhere by myself and Nic
Chauvet with i965 driver removed)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libva-intel-driver/F-17/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 30 May 2012 20:31:16 -0000 1.1
+++ .cvsignore 30 May 2012 20:36:11 -0000 1.2
@@ -0,0 +1 @@
+intel-driver-1.0.15.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libva-intel-driver/F-17/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 30 May 2012 20:31:17 -0000 1.1
+++ sources 30 May 2012 20:36:12 -0000 1.2
@@ -0,0 +1 @@
+9dbd642f18993335146480a3a2987874 intel-driver-1.0.15.tar.bz2
12 years, 5 months
rpms/libva-intel-driver/devel libva-intel-driver.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libva-intel-driver/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv15886/devel
Modified Files:
.cvsignore sources
Added Files:
libva-intel-driver.spec
Log Message:
Initial import
--- NEW FILE libva-intel-driver.spec ---
#global _with_gen4asm 1
Name: libva-intel-driver
Version: 1.0.15
Release: 4%{?dist}
Summary: HW video decode support for Intel integrated graphics
Group: System Environment/Libraries
License: MIT and EPL
URL: http://freedesktop.org/wiki/Software/vaapi
Source0: http://cgit.freedesktop.org/vaapi/intel-driver/snapshot/intel-driver-%{ve...
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ExclusiveArch: %{ix86} x86_64 ia64
BuildRequires: libtool
%{?_with_gen4asm:BuildRequires: intel-gen4asm >= 1.2}
BuildRequires: libudev-devel
BuildRequires: libXext-devel
BuildRequires: libXfixes-devel
BuildRequires: libdrm-devel >= 2.4.23
BuildRequires: libpciaccess-devel
BuildRequires: libva-devel >= 1.0.14
BuildRequires: mesa-libGL-devel
#Introduced in F-17
Provides: libva-freeworld = %{version}-%{release}
Obsoletes: libva-freeworld < 1.0.15
%description
HW video decode support for Intel integrated graphics.
%prep
%setup -q -n intel-driver-%{version}
%{?_with_gen4asm:
#Move pre-built (binary) asm code
for f in src/shaders/vme/*.g?b ; do
mv ${f} ${f}.prebuilt
done
for f in src/shaders/h264/mc/*.g?b* ; do
mv ${f} ${f}.prebuilt
done
}
%build
autoreconf -vif
%configure --disable-static
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL="install -p"
find %{buildroot} -regex ".*\.la$" | xargs rm -f --
%{?_with_gen4asm:
#Display a diff between prebuit ASM and our generation
gendiff . .prebuilt
}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README
%{_libdir}/dri/i965_drv_video.so
%changelog
* Sat May 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.15-4
- Introduce --with gen4asm
* Tue Jan 03 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.15-3
- Add BR intel-gen4asm
- Move pre-built asm code
- Adjust license with EPL
* Mon Jan 02 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.15-2
- Spec cleanup
* Thu Nov 03 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.15-1
- Rename the package to libva-intel-driver
* Sun Aug 07 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.14-1
- Update to 1.0.14
* Sat Jun 11 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.13-2
- Fix typo when building --with full
- Requires at least the same libva version.
* Wed Jun 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.13-1
- Update to 1.0.13
* Sun Apr 10 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.12-1
- Update to 1.0.12
* Thu Mar 10 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.10-1
- Switch to additional package using the freedesktop version
- Add git rev from today as patch
* Mon Feb 21 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.10-1
- Update to 1.0.10
* Tue Jan 25 2011 Adam Williamson <awilliam(a)redhat.com> - 1.0.8-1
- bump to new version
- fix modded tarball to actually not have i965 dir
- merge with the other spec I seem to have lying around somewhere
* Wed Nov 24 2010 Adam Williamson <awilliam(a)redhat.com> - 1.0.6-1
- switch to upstream from sds branch (sds now isn't carrying any very
interesting changes according to gwenole)
- pull in the dont-install-test-programs patch from sds
- split out libva-utils again for multilib purposes
- drop -devel package obsolete/provides itself too
* Tue Nov 23 2010 Adam Williamson <awilliam(a)redhat.com> - 0.31.1-3.sds4
- drop obsoletes and provides of itself (hangover from freeworld)
* Tue Nov 23 2010 Adam Williamson <awilliam(a)redhat.com> - 0.31.1-2.sds4
- fix the tarball to actually remove the i965 code (duh)
* Thu Oct 7 2010 Adam Williamson <awilliam(a)redhat.com> - 0.31.1-1.sds4
- initial package (based on package from elsewhere by myself and Nic
Chauvet with i965 driver removed)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libva-intel-driver/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 30 May 2012 20:31:17 -0000 1.1
+++ sources 30 May 2012 20:33:59 -0000 1.2
@@ -0,0 +1 @@
+9dbd642f18993335146480a3a2987874 intel-driver-1.0.15.tar.bz2
12 years, 5 months
rpms/libva-intel-driver/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libva-intel-driver/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsS15307/rpms/libva-intel-driver/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module libva-intel-driver
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: libva-intel-driver
# $Id: Makefile,v 1.1 2012/05/30 20:31:17 kwizart Exp $
NAME := libva-intel-driver
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)
--- NEW FILE sources ---
12 years, 5 months
rpms/libva-intel-driver Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libva-intel-driver
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsS15307/rpms/libva-intel-driver
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module libva-intel-driver
--- NEW FILE Makefile ---
# Top level Makefile for module libva-intel-driver
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
--- NEW FILE import.log ---
--- NEW FILE pkg.acl ---
12 years, 5 months
rpms/libva-intel-driver/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libva-intel-driver/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsS15307/rpms/libva-intel-driver/devel
Log Message:
Directory /cvs/free/rpms/libva-intel-driver/devel added to the repository
12 years, 5 months
rpms/libva-intel-driver - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libva-intel-driver
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsS15307/rpms/libva-intel-driver
Log Message:
Directory /cvs/free/rpms/libva-intel-driver added to the repository
12 years, 5 months
rpms/gnome-shell-extension-weather/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/gnome-shell-extension-weather/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsv14756/rpms/gnome-shell-extension-weather/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module gnome-shell-extension-weather
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: gnome-shell-extension-weather
# $Id: Makefile,v 1.1 2012/05/30 20:28:58 kwizart Exp $
NAME := gnome-shell-extension-weather
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)
--- NEW FILE sources ---
12 years, 5 months
rpms/gnome-shell-extension-weather Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/gnome-shell-extension-weather
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsv14756/rpms/gnome-shell-extension-weather
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module gnome-shell-extension-weather
--- NEW FILE Makefile ---
# Top level Makefile for module gnome-shell-extension-weather
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
--- NEW FILE import.log ---
--- NEW FILE pkg.acl ---
12 years, 5 months
rpms/gnome-shell-extension-weather - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/gnome-shell-extension-weather
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsv14756/rpms/gnome-shell-extension-weather
Log Message:
Directory /cvs/free/rpms/gnome-shell-extension-weather added to the repository
12 years, 5 months