rpms/amrwb - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/amrwb
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/nonfree/owners/tmpcvsT23244/rpms/amrwb
Log Message:
Directory /cvs/nonfree/rpms/amrwb added to the repository
16 years, 4 months
rpms/amrwb/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/amrwb/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/nonfree/owners/tmpcvsT23244/rpms/amrwb/devel
Log Message:
Directory /cvs/nonfree/rpms/amrwb/devel added to the repository
16 years, 4 months
rpms/amrnb/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/amrnb/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/nonfree/owners/tmpcvsm22791/rpms/amrnb/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module amrnb
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: amrnb
# $Id: Makefile,v 1.1 2008/07/22 16:37:40 thl Exp $
NAME := amrnb
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 ---
16 years, 4 months
rpms/amrnb Makefile,NONE,1.1 import.log,NONE,1.1 pkg.acl,NONE,1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/amrnb
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/nonfree/owners/tmpcvsm22791/rpms/amrnb
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module amrnb
--- NEW FILE Makefile ---
# Top level Makefile for module amrnb
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 ---
16 years, 4 months
rpms/amrnb - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/amrnb
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/nonfree/owners/tmpcvsm22791/rpms/amrnb
Log Message:
Directory /cvs/nonfree/rpms/amrnb added to the repository
16 years, 4 months
rpms/amrnb/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/amrnb/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/nonfree/owners/tmpcvsm22791/rpms/amrnb/devel
Log Message:
Directory /cvs/nonfree/rpms/amrnb/devel added to the repository
16 years, 4 months
rpms/libmpeg2/EL-5 libmpeg2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libmpeg2/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24075/EL-5
Modified Files:
.cvsignore sources
Added Files:
libmpeg2.spec
Log Message:
Initial import for EL-5
--- NEW FILE libmpeg2.spec ---
Name: libmpeg2
Version: 0.5.1
Release: 1%{?dist}
Summary: MPEG-2 decoder libraries
Group: System Environment/Libraries
License: GPLv2+
URL: http://libmpeg2.sourceforge.net/
Source0: http://libmpeg2.sourceforge.net/files/libmpeg2-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel
BuildRequires: libXt-devel
BuildRequires: libXv-devel
%description
libmpeg2 is a free library for decoding mpeg-2 and mpeg-1 video
streams. It is released under the terms of the GPL license.
%package -n mpeg2dec
Summary: MPEG-2 decoder program
Group: Applications/Multimedia
Requires: %{name} = %{version}-%{release}
%description -n mpeg2dec
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig
# Introducted in F-10 Can be dropped in F-12
Provides: mpeg2dec-devel = %{version}-%{release}
Obsoletes: mpeg2dec-devel < %{version}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%setup -q
iconv -f ISO-8859-1 -t UTF-8 AUTHORS > AUTHORS.tmp
touch -r AUTHORS AUTHORS.tmp
cp -p -f AUTHORS.tmp AUTHORS
rm AUTHORS.tmp
%build
%configure --disable-static
# mpeg2dec have rpath
# remove rpath from libtool
sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_libdir}/*.so.*
%files -n mpeg2dec
%defattr(-,root,root,-)
%{_bindir}/corrupt_mpeg2
%{_bindir}/extract_mpeg2
%{_bindir}/mpeg2dec
%{_mandir}/man1/*.1*
%files devel
%defattr(-,root,root,-)
%doc CodingStyle doc/libmpeg2.txt doc/sample*.c
%{_includedir}/mpeg2dec/
%{_libdir}/*.so
%{_libdir}/pkgconfig/libmpeg2.pc
%{_libdir}/pkgconfig/libmpeg2convert.pc
%changelog
* Fri Jul 18 2008 kwizart < kwizart at gmail.com > - 0.5.1-1
- Update to 0.5.1
* Tue Jul 15 2008 kwizart < kwizart at gmail.com > - 0.5.0-1
- Initial package (based on mpeg2dec)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libmpeg2/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 20 Jul 2008 10:51:01 -0000 1.1
+++ .cvsignore 20 Jul 2008 11:46:49 -0000 1.2
@@ -0,0 +1 @@
+libmpeg2-0.5.1.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libmpeg2/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Jul 2008 10:51:01 -0000 1.1
+++ sources 20 Jul 2008 11:46:49 -0000 1.2
@@ -0,0 +1 @@
+0f92c7454e58379b4a5a378485bbd8ef libmpeg2-0.5.1.tar.gz
16 years, 4 months
rpms/libmpeg2/F-8 libmpeg2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libmpeg2/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23893/F-8
Modified Files:
.cvsignore sources
Added Files:
libmpeg2.spec
Log Message:
Import for F-8
--- NEW FILE libmpeg2.spec ---
Name: libmpeg2
Version: 0.5.1
Release: 1%{?dist}
Summary: MPEG-2 decoder libraries
Group: System Environment/Libraries
License: GPLv2+
URL: http://libmpeg2.sourceforge.net/
Source0: http://libmpeg2.sourceforge.net/files/libmpeg2-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel
BuildRequires: libXt-devel
BuildRequires: libXv-devel
%description
libmpeg2 is a free library for decoding mpeg-2 and mpeg-1 video
streams. It is released under the terms of the GPL license.
%package -n mpeg2dec
Summary: MPEG-2 decoder program
Group: Applications/Multimedia
Requires: %{name} = %{version}-%{release}
%description -n mpeg2dec
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig
# Introducted in F-10 Can be dropped in F-12
Provides: mpeg2dec-devel = %{version}-%{release}
Obsoletes: mpeg2dec-devel < %{version}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%setup -q
iconv -f ISO-8859-1 -t UTF-8 AUTHORS > AUTHORS.tmp
touch -r AUTHORS AUTHORS.tmp
cp -p -f AUTHORS.tmp AUTHORS
rm AUTHORS.tmp
%build
%configure --disable-static
# mpeg2dec have rpath
# remove rpath from libtool
sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_libdir}/*.so.*
%files -n mpeg2dec
%defattr(-,root,root,-)
%{_bindir}/corrupt_mpeg2
%{_bindir}/extract_mpeg2
%{_bindir}/mpeg2dec
%{_mandir}/man1/*.1*
%files devel
%defattr(-,root,root,-)
%doc CodingStyle doc/libmpeg2.txt doc/sample*.c
%{_includedir}/mpeg2dec/
%{_libdir}/*.so
%{_libdir}/pkgconfig/libmpeg2.pc
%{_libdir}/pkgconfig/libmpeg2convert.pc
%changelog
* Fri Jul 18 2008 kwizart < kwizart at gmail.com > - 0.5.1-1
- Update to 0.5.1
* Tue Jul 15 2008 kwizart < kwizart at gmail.com > - 0.5.0-1
- Initial package (based on mpeg2dec)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libmpeg2/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 20 Jul 2008 10:51:01 -0000 1.1
+++ .cvsignore 20 Jul 2008 11:46:05 -0000 1.2
@@ -0,0 +1 @@
+libmpeg2-0.5.1.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libmpeg2/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Jul 2008 10:51:01 -0000 1.1
+++ sources 20 Jul 2008 11:46:05 -0000 1.2
@@ -0,0 +1 @@
+0f92c7454e58379b4a5a378485bbd8ef libmpeg2-0.5.1.tar.gz
16 years, 4 months
rpms/libmpeg2/F-9 libmpeg2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libmpeg2/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23705/F-9
Modified Files:
.cvsignore sources
Added Files:
libmpeg2.spec
Log Message:
Initial import for F-9
--- NEW FILE libmpeg2.spec ---
Name: libmpeg2
Version: 0.5.1
Release: 1%{?dist}
Summary: MPEG-2 decoder libraries
Group: System Environment/Libraries
License: GPLv2+
URL: http://libmpeg2.sourceforge.net/
Source0: http://libmpeg2.sourceforge.net/files/libmpeg2-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel
BuildRequires: libXt-devel
BuildRequires: libXv-devel
%description
libmpeg2 is a free library for decoding mpeg-2 and mpeg-1 video
streams. It is released under the terms of the GPL license.
%package -n mpeg2dec
Summary: MPEG-2 decoder program
Group: Applications/Multimedia
Requires: %{name} = %{version}-%{release}
%description -n mpeg2dec
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig
# Introducted in F-10 Can be dropped in F-12
Provides: mpeg2dec-devel = %{version}-%{release}
Obsoletes: mpeg2dec-devel < %{version}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%setup -q
iconv -f ISO-8859-1 -t UTF-8 AUTHORS > AUTHORS.tmp
touch -r AUTHORS AUTHORS.tmp
cp -p -f AUTHORS.tmp AUTHORS
rm AUTHORS.tmp
%build
%configure --disable-static
# mpeg2dec have rpath
# remove rpath from libtool
sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_libdir}/*.so.*
%files -n mpeg2dec
%defattr(-,root,root,-)
%{_bindir}/corrupt_mpeg2
%{_bindir}/extract_mpeg2
%{_bindir}/mpeg2dec
%{_mandir}/man1/*.1*
%files devel
%defattr(-,root,root,-)
%doc CodingStyle doc/libmpeg2.txt doc/sample*.c
%{_includedir}/mpeg2dec/
%{_libdir}/*.so
%{_libdir}/pkgconfig/libmpeg2.pc
%{_libdir}/pkgconfig/libmpeg2convert.pc
%changelog
* Fri Jul 18 2008 kwizart < kwizart at gmail.com > - 0.5.1-1
- Update to 0.5.1
* Tue Jul 15 2008 kwizart < kwizart at gmail.com > - 0.5.0-1
- Initial package (based on mpeg2dec)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libmpeg2/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 20 Jul 2008 10:51:01 -0000 1.1
+++ .cvsignore 20 Jul 2008 11:45:29 -0000 1.2
@@ -0,0 +1 @@
+libmpeg2-0.5.1.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libmpeg2/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Jul 2008 10:51:01 -0000 1.1
+++ sources 20 Jul 2008 11:45:29 -0000 1.2
@@ -0,0 +1 @@
+0f92c7454e58379b4a5a378485bbd8ef libmpeg2-0.5.1.tar.gz
16 years, 4 months
rpms/libmpeg2/devel libmpeg2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libmpeg2/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23019/devel
Modified Files:
.cvsignore sources
Added Files:
libmpeg2.spec
Log Message:
Initial import for devel
--- NEW FILE libmpeg2.spec ---
Name: libmpeg2
Version: 0.5.1
Release: 1%{?dist}
Summary: MPEG-2 decoder libraries
Group: System Environment/Libraries
License: GPLv2+
URL: http://libmpeg2.sourceforge.net/
Source0: http://libmpeg2.sourceforge.net/files/libmpeg2-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel
BuildRequires: libXt-devel
BuildRequires: libXv-devel
%description
libmpeg2 is a free library for decoding mpeg-2 and mpeg-1 video
streams. It is released under the terms of the GPL license.
%package -n mpeg2dec
Summary: MPEG-2 decoder program
Group: Applications/Multimedia
Requires: %{name} = %{version}-%{release}
%description -n mpeg2dec
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig
# Introducted in F-10 Can be dropped in F-12
Provides: mpeg2dec-devel = %{version}-%{release}
Obsoletes: mpeg2dec-devel < %{version}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%setup -q
iconv -f ISO-8859-1 -t UTF-8 AUTHORS > AUTHORS.tmp
touch -r AUTHORS AUTHORS.tmp
cp -p -f AUTHORS.tmp AUTHORS
rm AUTHORS.tmp
%build
%configure --disable-static
# mpeg2dec have rpath
# remove rpath from libtool
sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_libdir}/*.so.*
%files -n mpeg2dec
%defattr(-,root,root,-)
%{_bindir}/corrupt_mpeg2
%{_bindir}/extract_mpeg2
%{_bindir}/mpeg2dec
%{_mandir}/man1/*.1*
%files devel
%defattr(-,root,root,-)
%doc CodingStyle doc/libmpeg2.txt doc/sample*.c
%{_includedir}/mpeg2dec/
%{_libdir}/*.so
%{_libdir}/pkgconfig/libmpeg2.pc
%{_libdir}/pkgconfig/libmpeg2convert.pc
%changelog
* Fri Jul 18 2008 kwizart < kwizart at gmail.com > - 0.5.1-1
- Update to 0.5.1
* Tue Jul 15 2008 kwizart < kwizart at gmail.com > - 0.5.0-1
- Initial package (based on mpeg2dec)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libmpeg2/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 20 Jul 2008 10:51:01 -0000 1.1
+++ .cvsignore 20 Jul 2008 11:38:11 -0000 1.2
@@ -0,0 +1 @@
+libmpeg2-0.5.1.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libmpeg2/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Jul 2008 10:51:01 -0000 1.1
+++ sources 20 Jul 2008 11:38:11 -0000 1.2
@@ -0,0 +1 @@
+0f92c7454e58379b4a5a378485bbd8ef libmpeg2-0.5.1.tar.gz
16 years, 4 months