Update of /cvsroot/freevo/freevo/contrib/rpm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3294
Modified Files:
freevo-core-suite.spec freevo-recording-suite.spec freevo.spec
lcdproc.spec mmpython.spec mp1e.spec pyao.spec pylcd.spec
pyogg.spec python-twisted.spec pyvorbis.spec
Added Files:
lsdvd.spec pygoom.spec pylirc.spec
Log Message:
Updated spec files for freevo 1.5 dependencies
--- NEW FILE: pylirc.spec ---
%define name pylirc
%define version 0.0.4
%define release 1_fc2
Summary: Python lirc module. See http://www.lirc.org for more info on lirc
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.gz
Copyright: lgpl
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-buildroot
Prefix: %{_prefix}
Vendor: Linus McCabe <[EMAIL PROTECTED]>
%description
UNKNOWN
%prep
%setup
%build
env CFLAGS="$RPM_OPT_FLAGS" python setup.py build
%install
python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
%clean
rm -rf $RPM_BUILD_ROOT
%files -f INSTALLED_FILES
%defattr(-,root,root)
%changelog
* Mon May 31 2004 TC Wan <[EMAIL PROTECTED]>
- Rebuilt for Fedora Core 2
Index: pyogg.spec
===================================================================
RCS file: /cvsroot/freevo/freevo/contrib/rpm/pyogg.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pyogg.spec 18 Sep 2003 08:32:54 -0000 1.1
--- pyogg.spec 18 Jun 2004 02:28:36 -0000 1.2
***************
*** 1,5 ****
%define name pyogg
%define version 1.3
! %define release 1_freevo
Summary: A wrapper for the Ogg libraries.
--- 1,5 ----
%define name pyogg
%define version 1.3
! %define release 1_fc2
Summary: A wrapper for the Ogg libraries.
***************
*** 57,60 ****
--- 57,63 ----
%changelog
+ * Mon May 31 2004 TC Wan <[EMAIL PROTECTED]>
+ - Rebuilt for Fedora Core 2
+
* Thu Sep 18 2003 TC Wan <[EMAIL PROTECTED]>
- Initial SPEC file for RH 9 (revised from version at vorbis.org)
--- NEW FILE: lsdvd.spec ---
(This appears to be a binary file; contents omitted.)
Index: pyao.spec
===================================================================
RCS file: /cvsroot/freevo/freevo/contrib/rpm/pyao.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pyao.spec 18 Sep 2003 08:32:54 -0000 1.1
--- pyao.spec 18 Jun 2004 02:28:36 -0000 1.2
***************
*** 3,7 ****
%define name pyao
%define version 0.82
! %define release 1_freevo
Summary: A wrapper for the ao library
--- 3,7 ----
%define name pyao
%define version 0.82
! %define release 1_fc2
Summary: A wrapper for the ao library
***************
*** 53,56 ****
--- 53,59 ----
%changelog
+ * Mon May 31 2004 TC Wan <[EMAIL PROTECTED]>
+ - Rebuilt for Fedora Core 2
+
* Thu Sep 18 2003 TC Wan <[EMAIL PROTECTED]>
- Initial SPEC file for RH 9 (revised from version at vorbis.org)
Index: mmpython.spec
===================================================================
RCS file: /cvsroot/freevo/freevo/contrib/rpm/mmpython.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** mmpython.spec 20 Sep 2003 04:47:37 -0000 1.3
--- mmpython.spec 18 Jun 2004 02:28:36 -0000 1.4
***************
*** 1,22 ****
! Summary: Python Media Meta Data module.
! Name: mmpython
! Version: 0.2
! Release: 1_freevo
! Source0: %{name}_%{version}.tar.bz2
! Copyright: lgpl
Group: Development/Libraries
- URL: http://sourceforge.net/projects/mmpython
BuildRoot: %{_tmppath}/%{name}-buildroot
%description
! MMPython is a Media Meta Data retrieval framework. It retrieves metadata from mp3,
ogg, avi,
! jpg, tiff and other file formats. Among others it thereby parses ID3v2, ID3v1, EXIF,
IPTC
! and Vorbis data into an object oriented structure.
!
! Further info can be obtained from http://sourceforge.net/projects/mmpython.
%prep
! #%setup -n %{name}_%{version}
! %setup -n %{name}
%build
--- 1,23 ----
! %define name mmpython
! %define version 0.4.3
! %define release 1_fc2
!
! Summary: Module for retrieving information about media files
! Name: %{name}
! Version: %{version}
! Release: %{release}
! Source0: %{name}-%{version}.tar.gz
! Copyright: UNKNOWN
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-buildroot
+ Prefix: %{_prefix}
+ Vendor: Thomas Schueppel, Dirk Meyer <[EMAIL PROTECTED]>
+ Url: http://mmpython.sf.net
%description
! UNKNOWN
%prep
! %setup
%build
***************
*** 24,28 ****
%install
! python setup.py install --no-compile --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
%clean
--- 25,29 ----
%install
! python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
%clean
***************
*** 31,42 ****
%files -f INSTALLED_FILES
%defattr(-,root,root)
-
- %changelog
- * Sat Sep 20 2003 TC Wan <[EMAIL PROTECTED]>
- - Update to version 0.2
-
- * Mon Sep 8 2003 TC Wan <[EMAIL PROTECTED]>
- - Disable generation of .pyc files using --no-compile flag
-
- * Fri Sep 5 2003 TC Wan <[EMAIL PROTECTED]>
- - Initial SPEC file for python site-packages installation
--- 32,33 ----
Index: pylcd.spec
===================================================================
RCS file: /cvsroot/freevo/freevo/contrib/rpm/pylcd.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pylcd.spec 26 Sep 2003 08:17:32 -0000 1.1
--- pylcd.spec 18 Jun 2004 02:28:36 -0000 1.2
***************
*** 1,5 ****
%define name pylcd
%define version 0.2
! %define release 1_freevo
Summary: Library interface for LCDproc daemon
--- 1,5 ----
%define name pylcd
%define version 0.2
! %define release 1_fc2
Summary: Library interface for LCDproc daemon
***************
*** 44,47 ****
--- 44,50 ----
%changelog
+ * Thu Jun 3 2004 TC Wan <[EMAIL PROTECTED]>
+ - Rebuilt for Fedora Core 2
+
* Fri Sep 26 2003 TC Wan <[EMAIL PROTECTED]>
- Initial SPEC file for RH 9
--- NEW FILE: pygoom.spec ---
%define name pygoom
%define version 0.1
%define release 1_fc2
Summary: Goom Bindings for Python
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}.tgz
#Patch0: %{name}-setup.patch
Copyright: GPL
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-buildroot
Prefix: %{_prefix}
Requires: SDL, glib
%description
Python bindings for Goom.
%prep
%setup -n %{name}
#%patch0 -p1
%configure
%build
rm -rf $RPM_BUILD_ROOT
make -C plugins/goom
python setup.py build
%install
python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
cat >>INSTALLED_FILES <<EOF
%doc INSTALL
EOF
%clean
rm -rf $RPM_BUILD_ROOT
%files -f INSTALLED_FILES
%defattr(-,root,root)
%changelog
* Wed May 12 2004 TC Wan <[EMAIL PROTECTED]>
- Initial SPEC file for RH 9
Index: freevo.spec
===================================================================
RCS file: /cvsroot/freevo/freevo/contrib/rpm/freevo.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** freevo.spec 19 Dec 2003 08:03:41 -0000 1.11
--- freevo.spec 18 Jun 2004 02:28:36 -0000 1.12
***************
*** 17,22 ****
##########################################################################
%define name freevo
! %define version 1.4.1
! %define release 1_rh9
%define _cachedir /var/cache
%define _logdir /var/log
--- 17,22 ----
##########################################################################
%define name freevo
! %define version 1.5
! %define release 1_fc2
%define _cachedir /var/cache
%define _logdir /var/log
***************
*** 39,46 ****
Requires: SDL >= 1.2.6, SDL_image >= 1.2.3, SDL_ttf >= 2.0.6, SDL_mixer >= 1.2.5
Requires: smpeg >= 0.4.4, freetype >= 2.1.4, util-linux
! Requires: python >= 2.2, python-game >= 1.5.6, python-imaging >= 1.1.4, PyXML
! Requires: mmpython >= 0.3, python-mx-base >= 2.0.4,
Requires: aumix >= 2.8, libjpeg >= 6b, libexif >= 0.5.10
Requires: python-Twisted >= 1.1.0
Prefix: %{_prefix}
URL: http://freevo.sourceforge.net/
--- 39,47 ----
Requires: SDL >= 1.2.6, SDL_image >= 1.2.3, SDL_ttf >= 2.0.6, SDL_mixer >= 1.2.5
Requires: smpeg >= 0.4.4, freetype >= 2.1.4, util-linux
! Requires: python >= 2.3, python-game >= 1.5.6, python-imaging >= 1.1.4, PyXML
! Requires: mmpython >= 0.4.3, mx >= 2.0.5,
Requires: aumix >= 2.8, libjpeg >= 6b, libexif >= 0.5.10
Requires: python-Twisted >= 1.1.0
+ Requires: lsdvd
Prefix: %{_prefix}
URL: http://freevo.sourceforge.net/
***************
*** 194,197 ****
--- 195,201 ----
%changelog
+ * Fri Jun 18 2004 TC Wan <[EMAIL PROTECTED]>
+ - Updated for 1.5
+
* Fri Dec 19 2003 TC Wan <[EMAIL PROTECTED]>
- Updated for 1.4.1
Index: python-twisted.spec
===================================================================
RCS file: /cvsroot/freevo/freevo/contrib/rpm/python-twisted.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** python-twisted.spec 22 Nov 2003 10:04:37 -0000 1.3
--- python-twisted.spec 18 Jun 2004 02:28:36 -0000 1.4
***************
*** 3,8 ****
Summary: Event-based framework for internet applications
Name: python-twisted
! Version: 1.1.0
! Release: 1_freevo
Source0: Twisted-%{version}.tar.bz2
License: LGPL
--- 3,8 ----
Summary: Event-based framework for internet applications
Name: python-twisted
! Version: 1.3.0
! Release: 1_fc2
Source0: Twisted-%{version}.tar.bz2
License: LGPL
***************
*** 54,57 ****
--- 54,60 ----
%changelog
+ * Mon May 31 2004 TC Wan <[EMAIL PROTECTED]>
+ - Update to 1.3.0 for RedHat 9, rebuilt for Fedora Core 2
+
* Tue Sep 16 2003 TC Wan <[EMAIL PROTECTED]>
- Repackaged 1.0.7 for Redhat
Index: freevo-core-suite.spec
===================================================================
RCS file: /cvsroot/freevo/freevo/contrib/rpm/freevo-core-suite.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** freevo-core-suite.spec 22 Nov 2003 10:04:37 -0000 1.7
--- freevo-core-suite.spec 18 Jun 2004 02:28:36 -0000 1.8
***************
*** 1,5 ****
%define freevoname freevo
! %define freevover 1.4
! %define freevorel 4_freevo
##############################################################################
Summary: Meta-package for Freevo core functionality
--- 1,5 ----
%define freevoname freevo
! %define freevover 1.5
! %define freevorel 2_freevo
##############################################################################
Summary: Meta-package for Freevo core functionality
***************
*** 13,19 ****
Requires: smpeg >= 0.4.4, freetype >= 2.1.4, util-linux
Requires: python >= 2.2, python-game >= 1.5.6, python-imaging >= 1.1.4, PyXML
! Requires: mmpython >= 0.3, python-mx-base >= 2.0.4,
Requires: aumix >= 2.8, libjpeg >= 6b, libexif >= 0.5.10
Requires: python-Twisted >= 1.1.0
Requires: %{freevoname}
BuildArch: noarch
--- 13,20 ----
Requires: smpeg >= 0.4.4, freetype >= 2.1.4, util-linux
Requires: python >= 2.2, python-game >= 1.5.6, python-imaging >= 1.1.4, PyXML
! Requires: mmpython >= 0.4.3, mx >= 2.0.5
Requires: aumix >= 2.8, libjpeg >= 6b, libexif >= 0.5.10
Requires: python-Twisted >= 1.1.0
+ Requires: lsdvd
Requires: %{freevoname}
BuildArch: noarch
***************
*** 39,42 ****
--- 40,46 ----
%changelog
+ * Fri Jun 18 2004 TC Wan <[EMAIL PROTECTED]>
+ - Updated for Freevo 1.5
+
* Mon Nov 3 2003 TC Wan <[EMAIL PROTECTED]>
- Removed python-fchksum dependency
Index: lcdproc.spec
===================================================================
RCS file: /cvsroot/freevo/freevo/contrib/rpm/lcdproc.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** lcdproc.spec 26 Sep 2003 08:17:32 -0000 1.1
--- lcdproc.spec 18 Jun 2004 02:28:36 -0000 1.2
***************
*** 2,11 ****
Summary: LCDproc displays real-time system information on a 20x4 backlit LCD.
Name: lcdproc
! Version: 0.4.3
! Release: 4_freevo
License: GPL
Url: http://lcdproc.omnipotent.net
Group: Monitoring
! Source: http://lcdproc.omnipotent.net.net/%{name}-%{version}.tar.bz2
Source1: LCDd.init
BuildRoot: %{_tmppath}/%{name}-buildroot
--- 2,11 ----
Summary: LCDproc displays real-time system information on a 20x4 backlit LCD.
Name: lcdproc
! Version: 0.4.5
! Release: 1_fc2
License: GPL
Url: http://lcdproc.omnipotent.net
Group: Monitoring
! Source: http://lcdproc.omnipotent.net.net/%{name}-%{version}.tar.gz
Source1: LCDd.init
BuildRoot: %{_tmppath}/%{name}-buildroot
Index: mp1e.spec
===================================================================
RCS file: /cvsroot/freevo/freevo/contrib/rpm/mp1e.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** mp1e.spec 17 Sep 2003 09:15:28 -0000 1.2
--- mp1e.spec 18 Jun 2004 02:28:36 -0000 1.3
***************
*** 1,5 ****
Name: mp1e
! Version: 1.9.3
! Release: 1_freevo
Summary: Real Time Software MPEG-1 Video/Audio Encoder
Copyright: GPL
--- 1,5 ----
Name: mp1e
! Version: 1.9.5cvs
! Release: 1_fc2
Summary: Real Time Software MPEG-1 Video/Audio Encoder
Copyright: GPL
***************
*** 35,44 ****
--- 35,50 ----
%changelog
+ * Tue Jun 1 2004 TC Wan <[EMAIL PROTECTED]>
+ - Rebuilt for 1.9.5cvs on Fedora Core 2
+
* Mon Sep 15 2003 TC Wan <[EMAIL PROTECTED]>
- Rebuilt for 1.9.3
+
* Fri Jun 7 2002 TC Wan <[EMAIL PROTECTED]>
- Added v4l2 patch
+
* Tue Aug 8 2001 I�aki Garc�a Etxebarria <[EMAIL PROTECTED]>
- Removed librte installation
+
* Tue May 8 2001 I�aki Garc�a Etxebarria <[EMAIL PROTECTED]>
- Created
Index: pyvorbis.spec
===================================================================
RCS file: /cvsroot/freevo/freevo/contrib/rpm/pyvorbis.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pyvorbis.spec 18 Sep 2003 08:32:54 -0000 1.1
--- pyvorbis.spec 18 Jun 2004 02:28:36 -0000 1.2
***************
*** 3,7 ****
%define name pyvorbis
%define version 1.3
! %define release 1_freevo
Summary: A wrapper for the Vorbis libraries.
--- 3,7 ----
%define name pyvorbis
%define version 1.3
! %define release 1_fc2
Summary: A wrapper for the Vorbis libraries.
***************
*** 62,65 ****
--- 62,68 ----
%changelog
+ * Mon May 31 2004 TC Wan <[EMAIL PROTECTED]>
+ - Rebuilt for Fedora Core 2
+
* Thu Sep 18 2003 TC Wan <[EMAIL PROTECTED]>
- Initial SPEC file for RH 9 (revised from version at vorbis.org)
Index: freevo-recording-suite.spec
===================================================================
RCS file: /cvsroot/freevo/freevo/contrib/rpm/freevo-recording-suite.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** freevo-recording-suite.spec 22 Nov 2003 10:04:37 -0000 1.5
--- freevo-recording-suite.spec 18 Jun 2004 02:28:36 -0000 1.6
***************
*** 1,5 ****
%define freevoname freevo
! %define freevover 1.4
! %define freevorel 4_freevo
##############################################################################
Summary: Meta-package for Freevo recording functionality
--- 1,5 ----
%define freevoname freevo
! %define freevover 1.5
! %define freevorel 1_freevo
##############################################################################
Summary: Meta-package for Freevo recording functionality
***************
*** 38,41 ****
--- 38,44 ----
%changelog
+ * Wed Mar 24 2004 TC Wan <[EMAIL PROTECTED]>
+ - Rebuilt for freevo 1.5
+
* Wed Oct 15 2003 TC Wan <[EMAIL PROTECTED]>
- Moved twisted dependency to core, removed pyao, pyogg, pyvorbis dependencies
-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog