rpms/php-pecl-pdflib/EL-5 php-pecl-pdflib.spec,1.3,1.4
by Remi Collet
Author: remi
Update of /cvs/nonfree/rpms/php-pecl-pdflib/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8967
Modified Files:
php-pecl-pdflib.spec
Log Message:
spec cleanups
Index: php-pecl-pdflib.spec
===================================================================
RCS file: /cvs/nonfree/rpms/php-pecl-pdflib/EL-5/php-pecl-pdflib.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- php-pecl-pdflib.spec 7 May 2010 05:11:30 -0000 1.3
+++ php-pecl-pdflib.spec 23 Jul 2011 07:33:09 -0000 1.4
@@ -3,12 +3,13 @@
%{!?php_apiver: %{expand: %%global php_apiver %((echo 0; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1)}}
%global pecl_name pdflib
+%global extname pdf
Summary: Package for generating PDF files
Summary(fr): Extension pour générer des fichiers PDF
Name: php-pecl-pdflib
Version: 2.1.8
-Release: 1%{?dist}
+Release: 2%{?dist}
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/pdflib
@@ -22,13 +23,21 @@
BuildRequires: php-devel, pdflib-lite-devel, php-pear
Requires(post): %{__pecl}
Requires(postun): %{__pecl}
-%if %{?php_zend_api}0
+%if 0%{?php_zend_api:1}
Requires: php(zend-abi) = %{php_zend_api}
Requires: php(api) = %{php_core_api}
%else
Requires: php-api = %{php_apiver}
%endif
+%if 0%{?fedora} >= 11 || 0%{?rhel} >= 6
+%{?filter_setup:
+%filter_provides_in %{php_extdir}/.*\.so$
+%filter_setup
+}
+%endif
+
+
%description
This PHP extension wraps the PDFlib programming library
for processing PDF on the fly.
@@ -66,17 +75,24 @@
# Drop in the bit of configuration
%{__mkdir_p} %{buildroot}%{_sysconfdir}/php.d
-%{__cat} > %{buildroot}%{_sysconfdir}/php.d/pdf.ini << 'EOF'
+%{__cat} > %{buildroot}%{_sysconfdir}/php.d/%{extname}.ini << 'EOF'
; Enable PDFlib extension module
-extension=pdf.so
+extension=%{extname}.so
EOF
# Install XML package description
-# use 'name' rather than 'pecl_name' to avoid conflict with pear extensions
%{__mkdir_p} %{buildroot}%{pecl_xmldir}
%{__install} -m 644 ../package.xml %{buildroot}%{pecl_xmldir}/%{name}.xml
+%check
+cd %{pecl_name}-%{version}
+php -n \
+ -d extension_dir=modules \
+ -d extension=%{extname}.so \
+ --modules | grep %{extname}
+
+
%if 0%{?pecl_install:1}
%post
%{pecl_install} %{pecl_xmldir}/%{name}.xml >/dev/null || :
@@ -98,12 +114,17 @@
%files
%defattr(-, root, root, -)
%doc CHANGELOG pdflib-%{version}/CREDITS
-%config(noreplace) %{_sysconfdir}/php.d/pdf.ini
-%{php_extdir}/pdf.so
+%config(noreplace) %{_sysconfdir}/php.d/%{extname}.ini
+%{php_extdir}/%{extname}.so
%{pecl_xmldir}/%{name}.xml
%changelog
+* Sat Jul 23 2013 Remi Collet <rpmfusion(a)FamilleCollet.com> 2.1.8-1
+- fix private-shared-object-provides rpmlint warning
+- fix macro usage
+- add %%check, minimal load test
+
* Thu May 06 2010 Remi Collet <rpmfusion(a)FamilleCollet.com> 2.1.8-1
- update to 2.1.8
13 years, 4 months
rpms/php-pecl-pdflib/F-15 php-pecl-pdflib.spec,1.7,1.8
by Remi Collet
Author: remi
Update of /cvs/nonfree/rpms/php-pecl-pdflib/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7697
Modified Files:
php-pecl-pdflib.spec
Log Message:
spec cleanups
Index: php-pecl-pdflib.spec
===================================================================
RCS file: /cvs/nonfree/rpms/php-pecl-pdflib/F-15/php-pecl-pdflib.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- php-pecl-pdflib.spec 7 May 2010 04:42:10 -0000 1.7
+++ php-pecl-pdflib.spec 23 Jul 2011 07:22:24 -0000 1.8
@@ -3,12 +3,13 @@
%{!?php_apiver: %{expand: %%global php_apiver %((echo 0; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1)}}
%global pecl_name pdflib
+%global extname pdf
Summary: Package for generating PDF files
Summary(fr): Extension pour générer des fichiers PDF
Name: php-pecl-pdflib
Version: 2.1.8
-Release: 1%{?dist}
+Release: 2%{?dist}
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/pdflib
@@ -22,13 +23,21 @@
BuildRequires: php-devel, pdflib-lite-devel, php-pear
Requires(post): %{__pecl}
Requires(postun): %{__pecl}
-%if %{?php_zend_api}0
+%if 0%{?php_zend_api:1}
Requires: php(zend-abi) = %{php_zend_api}
Requires: php(api) = %{php_core_api}
%else
Requires: php-api = %{php_apiver}
%endif
+%if 0%{?fedora} >= 11 || 0%{?rhel} >= 6
+%{?filter_setup:
+%filter_provides_in %{php_extdir}/.*\.so$
+%filter_setup
+}
+%endif
+
+
%description
This PHP extension wraps the PDFlib programming library
for processing PDF on the fly.
@@ -66,17 +75,24 @@
# Drop in the bit of configuration
%{__mkdir_p} %{buildroot}%{_sysconfdir}/php.d
-%{__cat} > %{buildroot}%{_sysconfdir}/php.d/pdf.ini << 'EOF'
+%{__cat} > %{buildroot}%{_sysconfdir}/php.d/%{extname}.ini << 'EOF'
; Enable PDFlib extension module
-extension=pdf.so
+extension=%{extname}.so
EOF
# Install XML package description
-# use 'name' rather than 'pecl_name' to avoid conflict with pear extensions
%{__mkdir_p} %{buildroot}%{pecl_xmldir}
%{__install} -m 644 ../package.xml %{buildroot}%{pecl_xmldir}/%{name}.xml
+%check
+cd %{pecl_name}-%{version}
+php -n \
+ -d extension_dir=modules \
+ -d extension=%{extname}.so \
+ --modules | grep %{extname}
+
+
%if 0%{?pecl_install:1}
%post
%{pecl_install} %{pecl_xmldir}/%{name}.xml >/dev/null || :
@@ -98,12 +114,17 @@
%files
%defattr(-, root, root, -)
%doc CHANGELOG pdflib-%{version}/CREDITS
-%config(noreplace) %{_sysconfdir}/php.d/pdf.ini
-%{php_extdir}/pdf.so
+%config(noreplace) %{_sysconfdir}/php.d/%{extname}.ini
+%{php_extdir}/%{extname}.so
%{pecl_xmldir}/%{name}.xml
%changelog
+* Sat Jul 23 2013 Remi Collet <rpmfusion(a)FamilleCollet.com> 2.1.8-1
+- fix private-shared-object-provides rpmlint warning
+- fix macro usage
+- add %%check, minimal load test
+
* Thu May 06 2010 Remi Collet <rpmfusion(a)FamilleCollet.com> 2.1.8-1
- update to 2.1.8
13 years, 4 months
rpms/php-pecl-pdflib/devel php-pecl-pdflib.spec,1.7,1.8
by Remi Collet
Author: remi
Update of /cvs/nonfree/rpms/php-pecl-pdflib/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6101
Modified Files:
php-pecl-pdflib.spec
Log Message:
spec cleanups
Index: php-pecl-pdflib.spec
===================================================================
RCS file: /cvs/nonfree/rpms/php-pecl-pdflib/devel/php-pecl-pdflib.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- php-pecl-pdflib.spec 7 May 2010 04:42:10 -0000 1.7
+++ php-pecl-pdflib.spec 23 Jul 2011 07:06:48 -0000 1.8
@@ -3,12 +3,13 @@
%{!?php_apiver: %{expand: %%global php_apiver %((echo 0; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1)}}
%global pecl_name pdflib
+%global extname pdf
Summary: Package for generating PDF files
Summary(fr): Extension pour générer des fichiers PDF
Name: php-pecl-pdflib
Version: 2.1.8
-Release: 1%{?dist}
+Release: 2%{?dist}
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/pdflib
@@ -22,13 +23,21 @@
BuildRequires: php-devel, pdflib-lite-devel, php-pear
Requires(post): %{__pecl}
Requires(postun): %{__pecl}
-%if %{?php_zend_api}0
+%if 0%{?php_zend_api:1}
Requires: php(zend-abi) = %{php_zend_api}
Requires: php(api) = %{php_core_api}
%else
Requires: php-api = %{php_apiver}
%endif
+%if 0%{?fedora} >= 11 || 0%{?rhel} >= 6
+%{?filter_setup:
+%filter_provides_in %{php_extdir}/.*\.so$
+%filter_setup
+}
+%endif
+
+
%description
This PHP extension wraps the PDFlib programming library
for processing PDF on the fly.
@@ -66,17 +75,24 @@
# Drop in the bit of configuration
%{__mkdir_p} %{buildroot}%{_sysconfdir}/php.d
-%{__cat} > %{buildroot}%{_sysconfdir}/php.d/pdf.ini << 'EOF'
+%{__cat} > %{buildroot}%{_sysconfdir}/php.d/%{extname}.ini << 'EOF'
; Enable PDFlib extension module
-extension=pdf.so
+extension=%{extname}.so
EOF
# Install XML package description
-# use 'name' rather than 'pecl_name' to avoid conflict with pear extensions
%{__mkdir_p} %{buildroot}%{pecl_xmldir}
%{__install} -m 644 ../package.xml %{buildroot}%{pecl_xmldir}/%{name}.xml
+%check
+cd %{pecl_name}-%{version}
+php -n \
+ -d extension_dir=modules \
+ -d extension=%{extname}.so \
+ --modules | grep %{extname}
+
+
%if 0%{?pecl_install:1}
%post
%{pecl_install} %{pecl_xmldir}/%{name}.xml >/dev/null || :
@@ -98,12 +114,17 @@
%files
%defattr(-, root, root, -)
%doc CHANGELOG pdflib-%{version}/CREDITS
-%config(noreplace) %{_sysconfdir}/php.d/pdf.ini
-%{php_extdir}/pdf.so
+%config(noreplace) %{_sysconfdir}/php.d/%{extname}.ini
+%{php_extdir}/%{extname}.so
%{pecl_xmldir}/%{name}.xml
%changelog
+* Sat Jul 23 2013 Remi Collet <rpmfusion(a)FamilleCollet.com> 2.1.8-1
+- fix private-shared-object-provides rpmlint warning
+- fix macro usage
+- add %%check, minimal load test
+
* Thu May 06 2010 Remi Collet <rpmfusion(a)FamilleCollet.com> 2.1.8-1
- update to 2.1.8
13 years, 4 months
rpms/nvidia-kmod/F-15 sources, 1.33, 1.34 .cvsignore, 1.33, 1.34 nvidia-kmod.spec, 1.88, 1.89
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15368
Modified Files:
sources .cvsignore nvidia-kmod.spec
Log Message:
Update to 275.21
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-15/sources,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- sources 17 Jul 2011 12:06:20 -0000 1.33
+++ sources 22 Jul 2011 20:00:57 -0000 1.34
@@ -1 +1 @@
-5af8568aff1f748fa29032b2acc824fb nvidia-kmod-data-275.19.tar.bz2
+3470f6a236fe3cf3d1189680f0b53b06 nvidia-kmod-data-275.21.tar.bz2
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-15/.cvsignore,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- .cvsignore 17 Jul 2011 12:06:21 -0000 1.33
+++ .cvsignore 22 Jul 2011 20:00:57 -0000 1.34
@@ -1 +1 @@
-nvidia-kmod-data-275.19.tar.bz2
+nvidia-kmod-data-275.21.tar.bz2
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-15/nvidia-kmod.spec,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- nvidia-kmod.spec 17 Jul 2011 13:11:57 -0000 1.88
+++ nvidia-kmod.spec 22 Jul 2011 20:00:57 -0000 1.89
@@ -7,7 +7,7 @@
Name: nvidia-kmod
Epoch: 1
-Version: 275.19
+Version: 275.21
# Taken over by kmodtool
Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
@@ -86,6 +86,9 @@
%changelog
+* Fri Jul 22 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:275.21-1
+- Update to 275.21
+
* Sun Jul 17 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:275.19-1
- Update to 275.19
13 years, 4 months
rpms/xorg-x11-drv-nvidia/F-15 .cvsignore, 1.33, 1.34 sources, 1.33, 1.34 xorg-x11-drv-nvidia.spec, 1.63, 1.64
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14727
Modified Files:
.cvsignore sources xorg-x11-drv-nvidia.spec
Log Message:
Update to 275.21
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-15/.cvsignore,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- .cvsignore 17 Jul 2011 12:01:44 -0000 1.33
+++ .cvsignore 22 Jul 2011 19:56:53 -0000 1.34
@@ -1,2 +1,2 @@
-NVIDIA-Linux-x86-275.19.run
-NVIDIA-Linux-x86_64-275.19.run
+NVIDIA-Linux-x86-275.21.run
+NVIDIA-Linux-x86_64-275.21.run
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-15/sources,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- sources 17 Jul 2011 12:01:44 -0000 1.33
+++ sources 22 Jul 2011 19:56:53 -0000 1.34
@@ -1,2 +1,2 @@
-9e74b1913ff5eb6786600d47b64ba57d NVIDIA-Linux-x86-275.19.run
-7ea4a54865f19f0b8f7e3b89274aace1 NVIDIA-Linux-x86_64-275.19.run
+8c0b4392c9222023d0827e2743c42d40 NVIDIA-Linux-x86-275.21.run
+c488c30a6ad4660a4c4ef0c680332ab2 NVIDIA-Linux-x86_64-275.21.run
Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-15/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- xorg-x11-drv-nvidia.spec 17 Jul 2011 12:01:44 -0000 1.63
+++ xorg-x11-drv-nvidia.spec 22 Jul 2011 19:56:53 -0000 1.64
@@ -6,7 +6,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 1
-Version: 275.19
+Version: 275.21
Release: 1%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
@@ -341,6 +341,9 @@
%changelog
+* Fri Jul 22 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:275.21-1
+- Update to 275.21
+
* Sun Jul 17 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:275.19-1
- Update to 275.19
13 years, 4 months
rpms/kdenlive/devel kdenlive-0.8-fix-glu.patch,NONE,1.1
by Ryan Rix
Author: rrix
Update of /cvs/free/rpms/kdenlive/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21887
Added Files:
kdenlive-0.8-fix-glu.patch
Log Message:
forgot patch
kdenlive-0.8-fix-glu.patch:
videoglwidget.cpp | 1 +
1 file changed, 1 insertion(+)
--- NEW FILE kdenlive-0.8-fix-glu.patch ---
diff -Nur kdenlive-0.8/src/videoglwidget.cpp kdenlive-0.8-fedora/src/videoglwidget.cpp
--- kdenlive-0.8/src/videoglwidget.cpp 2011-04-26 12:44:22.000000000 -0700
+++ kdenlive-0.8-fedora/src/videoglwidget.cpp 2011-07-21 18:16:34.680295693 -0700
@@ -1,6 +1,7 @@
#include <QtGui>
#include <QtOpenGL>
+#include <GL/glu.h>
#include "videoglwidget.h"
#ifndef GL_TEXTURE_RECTANGLE_EXT
13 years, 4 months
rpms/kdenlive/devel .cvsignore,1.6,1.7 sources,1.6,1.7
by Ryan Rix
Author: rrix
Update of /cvs/free/rpms/kdenlive/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19969
Modified Files:
.cvsignore sources
Log Message:
Forgot the sources
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/kdenlive/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 11 Apr 2011 20:29:06 -0000 1.6
+++ .cvsignore 22 Jul 2011 09:34:35 -0000 1.7
@@ -1 +1 @@
-kdenlive-0.7.8.tar.gz
+kdenlive-0.8.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/kdenlive/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 11 Apr 2011 20:29:06 -0000 1.6
+++ sources 22 Jul 2011 09:34:35 -0000 1.7
@@ -1 +1 @@
-7011d0c6b26f7f2350065defef3d9a76 kdenlive-0.7.8.tar.gz
+26170b4360285e8a7bf53fd122d8854e kdenlive-0.8.tar.gz
13 years, 4 months
rpms/vice/F-14 cartio.h, NONE, 1.1 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 vice-tmpnam.patch, 1.3, 1.4 vice.spec, 1.8, 1.9
by jwrdegoede
Author: jwrdegoede
Update of /cvs/nonfree/rpms/vice/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10479
Modified Files:
.cvsignore sources vice-tmpnam.patch vice.spec
Added Files:
cartio.h
Log Message:
* Sun Jul 17 2011 Hans de Goede <j.w.r.degoede(a)hhs.nl> 2.3.9-1
- New upstream release 2.3.9
--- NEW FILE cartio.h ---
/*
* cartio.h -- C64/C128/VIC20 I/O handling.
*
* Written by
* Marco van den Heuvel <blackystardust68(a)yahoo.com>
*
* This file is part of VICE, the Versatile Commodore Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
* 02111-1307 USA.
*
*/
#ifndef VICE_CARTIO_H
#define VICE_CARTIO_H
#include "types.h"
#define IO_DETACH_CART 0
#define IO_DETACH_RESOURCE 1
#define CPU_LINES_C64_256K 1
#define CPU_LINES_PLUS60K 2
#define CPU_LINES_PLUS256K 3
#define IO_COLLISION_METHOD_DETACH_ALL 0
#define IO_COLLISION_METHOD_DETACH_LAST 1
#define IO_COLLISION_METHOD_AND_WIRES 2
extern BYTE c64io_d000_read(WORD addr);
extern BYTE c64io_d000_peek(WORD addr);
extern void c64io_d000_store(WORD addr, BYTE value);
extern BYTE c64io_d100_read(WORD addr);
extern BYTE c64io_d100_peek(WORD addr);
extern void c64io_d100_store(WORD addr, BYTE value);
extern BYTE c64io_d200_read(WORD addr);
extern BYTE c64io_d200_peek(WORD addr);
extern void c64io_d200_store(WORD addr, BYTE value);
extern BYTE c64io_d300_read(WORD addr);
extern BYTE c64io_d300_peek(WORD addr);
extern void c64io_d300_store(WORD addr, BYTE value);
extern BYTE c64io_d400_read(WORD addr);
extern BYTE c64io_d400_peek(WORD addr);
extern void c64io_d400_store(WORD addr, BYTE value);
extern BYTE c64io_d500_read(WORD addr);
extern BYTE c64io_d500_peek(WORD addr);
extern void c64io_d500_store(WORD addr, BYTE value);
extern BYTE c64io_d600_read(WORD addr);
extern BYTE c64io_d600_peek(WORD addr);
extern void c64io_d600_store(WORD addr, BYTE value);
extern BYTE c64io_d700_read(WORD addr);
extern BYTE c64io_d700_peek(WORD addr);
extern void c64io_d700_store(WORD addr, BYTE value);
extern BYTE c64io_de00_read(WORD addr);
extern BYTE c64io_de00_peek(WORD addr);
extern void c64io_de00_store(WORD addr, BYTE value);
extern BYTE c64io_df00_read(WORD addr);
extern BYTE c64io_df00_peek(WORD addr);
extern void c64io_df00_store(WORD addr, BYTE value);
extern BYTE vic20io2_read(WORD addr);
extern BYTE vic20io2_peek(WORD addr);
extern void vic20io2_store(WORD addr, BYTE value);
extern BYTE vic20io3_read(WORD addr);
extern BYTE vic20io3_peek(WORD addr);
extern void vic20io3_store(WORD addr, BYTE value);
struct mem_ioreg_list_s;
extern void io_source_ioreg_add_list(struct mem_ioreg_list_s **mem_ioreg_list);
extern int get_cpu_lines_lock(void);
extern void set_cpu_lines_lock(int device, char *name);
extern void remove_cpu_lines_lock(void);
extern char *get_cpu_lines_lock_name(void);
typedef struct io_source_s {
char *name; /* literal name of this i/o device */
int detach_id;
char *resource_name;
WORD start_address;
WORD end_address;
WORD address_mask;
int io_source_valid; /* after reading, is 1 if read was valid */
void (*store)(WORD address, BYTE data);
BYTE (*read)(WORD address);
BYTE (*peek)(WORD address); /* read without side effects (used by monitor) */
int (*dump)(void); /* print detailed state for this i/o device (used by monitor) */
int cart_id; /* id of associated cartridge */
int io_source_prio; /* 0: normal, 1: higher priority (no collisions), -1: lower priority (no collisions) */
unsigned int order; /* a tag to indicate the order of insertion */
} io_source_t;
typedef struct io_source_list_s {
struct io_source_list_s *previous;
io_source_t *device;
struct io_source_list_s *next;
} io_source_list_t;
typedef struct io_source_detach_s {
int det_id;
char *det_devname;
char *det_name;
int det_cartid;
unsigned int order;
} io_source_detach_t;
extern io_source_list_t *io_source_register(io_source_t *device);
extern void io_source_unregister(io_source_list_t *device);
extern void cartio_shutdown(void);
extern void c64io_vicii_init(void);
extern void c64io_vicii_deinit(void);
extern int cartio_resources_init(void);
extern int cartio_cmdline_options_init(void);
extern void cartio_set_highest_order(unsigned int nr);
#endif
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/vice/F-14/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 22 Jun 2010 10:34:07 -0000 1.5
+++ .cvsignore 22 Jul 2011 07:48:58 -0000 1.6
@@ -1,4 +1,4 @@
vice-largeicons.tar.bz2
vice-miniicons.tar.bz2
vice-normalicons.tar.bz2
-vice-2.2.tar.gz
+vice-2.3.9.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/vice/F-14/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 22 Jun 2010 10:34:07 -0000 1.5
+++ sources 22 Jul 2011 07:48:59 -0000 1.6
@@ -1,4 +1,4 @@
a4936bbfe1cc7b37d4fd93f0901de974 vice-largeicons.tar.bz2
c944e3eeaac9c3962983423f8e7609e7 vice-miniicons.tar.bz2
1e024cef652bc4bf929905b182ef689b vice-normalicons.tar.bz2
-6737f540806205384e9129026898b0a1 vice-2.2.tar.gz
+a8f9cafb3a054c9a0d7aeb7f8af0c6c6 vice-2.3.9.tar.gz
vice-tmpnam.patch:
archdep.c | 52 +++++++++++++++++++---------------------------------
1 file changed, 19 insertions(+), 33 deletions(-)
Index: vice-tmpnam.patch
===================================================================
RCS file: /cvs/nonfree/rpms/vice/F-14/vice-tmpnam.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vice-tmpnam.patch 22 Jun 2010 10:34:07 -0000 1.3
+++ vice-tmpnam.patch 22 Jul 2011 07:48:59 -0000 1.4
@@ -1,11 +1,11 @@
-diff -up vice-2.2/src/arch/unix/archdep.c.tmpnam vice-2.2/src/arch/unix/archdep.c
---- vice-2.2/src/arch/unix/archdep.c.tmpnam 2009-10-21 18:46:46.000000000 +0200
-+++ vice-2.2/src/arch/unix/archdep.c 2010-06-22 10:09:49.650289516 +0200
-@@ -411,38 +411,26 @@ char *archdep_quote_parameter(const char
+diff -up vice-2.3.9/src/arch/unix/archdep.c.tmpnam vice-2.3.9/src/arch/unix/archdep.c
+--- vice-2.3.9/src/arch/unix/archdep.c.tmpnam 2011-06-17 18:19:22.000000000 +0200
++++ vice-2.3.9/src/arch/unix/archdep.c 2011-07-17 14:00:38.256652134 +0200
+@@ -454,40 +454,26 @@ char *archdep_quote_parameter(const char
char *archdep_tmpnam(void)
{
--#ifdef GP2X
+-#if defined(GP2X) || defined(WIZ)
- static unsigned int tmp_string_counter = 0;
- char tmp_string[32];
-
@@ -13,27 +13,29 @@
- return lib_stralloc(tmp_string);
-#else
-#ifdef HAVE_MKSTEMP
-- char *tmpName;
-- const char mkstempTemplate[] = "/vice.XXXXXX";
+- char *tmp_name;
+- const char mkstemp_template[] = "/vice.XXXXXX";
- int fd;
-- char* tmp;
+- char *tmp;
+- char *final_name;
-
-- tmpName = lib_malloc(ioutil_maxpathlen());
+- tmp_name = lib_malloc(ioutil_maxpathlen());
- if ((tmp = getenv("TMPDIR")) != NULL) {
-- strncpy(tmpName, tmp, ioutil_maxpathlen());
-- tmpName[ioutil_maxpathlen() - sizeof(mkstempTemplate)] = '\0';
+- strncpy(tmp_name, tmp, ioutil_maxpathlen());
+- tmp_name[ioutil_maxpathlen() - sizeof(mkstemp_template)] = '\0';
- } else {
-- strcpy(tmpName, "/tmp" );
+- strcpy(tmp_name, "/tmp");
- }
-- strcat(tmpName, mkstempTemplate);
-- if ((fd = mkstemp(tmpName)) < 0) {
-- tmpName[0] = '\0';
+- strcat(tmp_name, mkstemp_template);
+- if ((fd = mkstemp(tmp_name)) < 0) {
+- tmp_name[0] = '\0';
- } else {
- close(fd);
- }
-
-- lib_free(tmpName);
-- return lib_stralloc(tmpName);
+- final_name = lib_stralloc(tmp_name);
+- lib_free(tmp_name);
+- return final_name;
+ char *tmp, *name;
+
+ name = util_concat(archdep_home_path(), "/.vice", NULL);
Index: vice.spec
===================================================================
RCS file: /cvs/nonfree/rpms/vice/F-14/vice.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vice.spec 22 Jun 2010 10:34:07 -0000 1.8
+++ vice.spec 22 Jul 2011 07:48:59 -0000 1.9
@@ -1,11 +1,13 @@
Name: vice
-Version: 2.2
+Version: 2.3.9
Release: 1%{?dist}
Summary: Emulator for a variety of Commodore 8bit machines
Group: Applications/Emulators
License: GPL
-URL: http://www.viceteam.org/
-Source0: http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/vice-...
+URL: http://vice-emu.sourceforge.net/
+Source0: http://downloads.sourceforge.net/vice-emu/%{name}-%{version}.tar.gz
+# File from upstream missing from tarbal
+Source10: cartio.h
Source1: x128.desktop
Source2: x64.desktop
Source3: xcbm-ii.desktop
@@ -19,12 +21,13 @@
Patch2: vice-htmlview.patch
Patch3: vice-tmpnam.patch
Patch4: vice-1.20-monitor-crash.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libXt-devel libXext-devel libXxf86vm-devel libXxf86dga-devel
+BuildRequires: libXrandr-devel
BuildRequires: giflib-devel libjpeg-devel libpng-devel
BuildRequires: libgnomeui-devel gtkglext-devel
BuildRequires: ffmpeg-devel lame-devel
-BuildRequires: readline-devel SDL-devel alsa-lib-devel
+BuildRequires: readline-devel SDL-devel alsa-lib-devel pulseaudio-libs-devel
+BuildRequires: libieee1284-devel libpcap-devel
BuildRequires: bison flex gettext info desktop-file-utils xorg-x11-font-utils
Requires: hicolor-icon-theme xdg-utils
@@ -46,10 +49,13 @@
done
# not really needed, make sure these don't get used:
rm -f src/lib/*/*.c src/lib/*/*.h
+# File from upstream missing from tarbal
+cp -a %{SOURCE10} src
%build
-%configure --enable-sdlui --without-esd
+COMMON_FLAGS="--enable-ethernet --enable-parsid --without-oss --disable-arch"
+%configure --enable-sdlui $COMMON_FLAGS
make %{?_smp_mflags}
pushd src
for i in x*; do
@@ -58,12 +64,11 @@
popd
make distclean
-%configure --enable-gnomeui --enable-fullscreen --without-esd
+%configure --enable-gnomeui --enable-fullscreen $COMMON_FLAGS
make %{?_smp_mflags} LD_FLAGS=-lX11
%install
-rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT VICEDIR=%{_datadir}/%{name}
for i in x*.sdl; do
install -p -m 755 $i $RPM_BUILD_ROOT%{_bindir}
@@ -75,7 +80,9 @@
popd
%find_lang %{name}
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
-
+# for some reason make install drops a .txt and .pdf in the infodir ... ?
+rm -f $RPM_BUILD_ROOT%{_infodir}/%{name}.txt*
+rm -f $RPM_BUILD_ROOT%{_infodir}/%{name}.pdf*
# vice installs its docs under /usr/share/vice/doc, we install them ourselves
# with %doc, so nuke vice's install and create a symlink for the help function
rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/doc
@@ -103,14 +110,9 @@
for i in */apps/*icon.png; do mv $i `echo $i|sed s/icon//`; done
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
%post
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%preun
if [ "$1" = 0 ]; then
@@ -118,13 +120,18 @@
fi
%postun
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ $1 -eq 0 ] ; then
+ touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%files -f %{name}.lang
%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog FEEDBACK README doc/mon.txt doc/iec-bus.txt
+%doc AUTHORS ChangeLog FEEDBACK README doc/iec-bus.txt
%doc doc/html/*.html doc/html/images/* doc/html/plain/*
%{_bindir}/*
%{_datadir}/%{name}
@@ -135,6 +142,9 @@
%changelog
+* Sun Jul 17 2011 Hans de Goede <j.w.r.degoede(a)hhs.nl> 2.3.9-1
+- New upstream release 2.3.9
+
* Tue Jun 22 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 2.2-1
- New upstream release 2.2
- Also build the new SDL version, the SDL binaries are available with a
13 years, 4 months
rpms/kdenlive/devel kdenlive.spec,1.6,1.7
by Ryan Rix
Author: rrix
Update of /cvs/free/rpms/kdenlive/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23751
Modified Files:
kdenlive.spec
Log Message:
* Thu Jul 21 2011 Ryan Rix <ry(a)n.rix.si> 0.8-1
- New version
- Add patch to fix FTBFS
Index: kdenlive.spec
===================================================================
RCS file: /cvs/free/rpms/kdenlive/devel/kdenlive.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- kdenlive.spec 16 Apr 2011 09:09:17 -0000 1.6
+++ kdenlive.spec 22 Jul 2011 01:27:23 -0000 1.7
@@ -1,6 +1,6 @@
Name: kdenlive
-Version: 0.7.8
-Release: 2%{?dist}
+Version: 0.8
+Release: 1%{?dist}
Summary: Non-linear video editor
License: GPLv2+
Group: Applications/Multimedia
@@ -8,8 +8,7 @@
Source: http://downloads.sourceforge.net/kdenlive/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-## upstreamable patches
-Patch100: kdenlive-0.7.8-gcc46.patch
+Patch101: kdenlive-0.8-fix-glu.patch
BuildRequires: desktop-file-utils
BuildRequires: gettext
@@ -32,7 +31,7 @@
%prep
%setup -q
-%patch100 -p1 -b .gcc46
+%patch101 -p 1
# MLT's binary melt renamed at Fedora, so we must rename it in Kdenlive, too
sed -i 's|/bin/melt|/bin/mlt-melt|' src/mainwindow.cpp
@@ -104,6 +103,10 @@
%changelog
+* Thu Jul 21 2011 Ryan Rix <ry(a)n.rix.si> 0.8-1
+- New version
+- Add patch to fix FTBFS
+
* Fri Apr 15 2011 Rex Dieter <rdieter(a)fedoraproject.org> 0.7.8-2
- update scriptlets, %%_kde4_... macros/best-practices
- +Requires: kdebase-runtime (versioned)
13 years, 4 months
rpms/mlt/F-14 mlt.spec,1.13,1.14 sources,1.8,1.9
by Ryan Rix
Author: rrix
Update of /cvs/free/rpms/mlt/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15682
Modified Files:
mlt.spec sources
Log Message:
* Thu Jul 21 2011 Ryan Rix <ry(a)n.rix.si> - 0.7.4-1
- New upstream
Index: mlt.spec
===================================================================
RCS file: /cvs/free/rpms/mlt/F-14/mlt.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- mlt.spec 10 Apr 2011 08:44:37 -0000 1.13
+++ mlt.spec 22 Jul 2011 00:00:32 -0000 1.14
@@ -8,8 +8,8 @@
Summary: Toolkit for broadcasters, video editors, media players, transcoders
Name: mlt
-Version: 0.7.0
-Release: 2%{?dist}
+Version: 0.7.4
+Release: 1%{?dist}
License: GPLv2+ and LGPLv2+
URL: http://www.mltframework.org/twiki/bin/view/MLT/
@@ -154,6 +154,7 @@
%files python
%defattr(-,root,root,-)
+%doc AUTHORS ChangeLog COPYING GPL NEWS README*
%{python_sitelib}/%{name}.py
%{python_sitelib}/%{name}.pyc
%{python_sitelib}/%{name}.pyo
@@ -161,23 +162,28 @@
%files ruby
%defattr(-,root,root,-)
+%doc AUTHORS ChangeLog COPYING GPL NEWS README*
%{ruby_sitelib}/play.rb
%{ruby_sitelib}/thumbs.rb
%{ruby_sitearch}/%{name}.so
%files php
%defattr(-,root,root,-)
+%doc AUTHORS ChangeLog COPYING GPL NEWS README*
%{php_extdir}/%{name}.so
%files devel
%defattr(-,root,root,-)
-%doc docs/* demo
+%doc AUTHORS ChangeLog COPYING GPL NEWS README* docs/* demo
%{_libdir}/pkgconfig/*
%{_libdir}/*.so
%{_includedir}/*
%changelog
+* Thu Jul 21 2011 Ryan Rix <ry(a)n.rix.si> - 0.7.4-1
+- New upstream
+
* Sun Apr 10 2011 Ryan Rix <ry(a)n.rix.si> - 0.7.0-2
- Add SDL_image-devel BR per Kdenlive wiki page
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mlt/F-14/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 7 Apr 2011 19:59:05 -0000 1.8
+++ sources 22 Jul 2011 00:00:33 -0000 1.9
@@ -1 +1 @@
-06dd5bd6f00ae8fec64d45f0b74cac88 mlt-0.7.0.tar.gz
+d5d1ff686f51131a02b0f6fca0f073da mlt-0.7.4.tar.gz
13 years, 4 months