rpms/lightspark/F-18 .cvsignore, 1.3, 1.4 lightspark.spec, 1.32, 1.33 sources, 1.23, 1.24
by Xavier Bachelot
Author: xavierb
Update of /cvs/free/rpms/lightspark/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19967/F-18
Modified Files:
.cvsignore lightspark.spec sources
Log Message:
0.7.1
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/lightspark/F-18/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 24 Nov 2012 15:43:42 -0000 1.3
+++ .cvsignore 2 Jan 2013 19:50:27 -0000 1.4
@@ -1 +1 @@
-lightspark-0.7.0.tar.gz
+lightspark-0.7.1.tar.gz
11 years, 10 months
rpms/vlc/devel vlc.spec,1.169,1.170
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19601
Modified Files:
vlc.spec
Log Message:
Replace the FLAC patch
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- vlc.spec 2 Jan 2013 18:27:06 -0000 1.169
+++ vlc.spec 2 Jan 2013 19:46:12 -0000 1.170
@@ -222,12 +222,12 @@
%if 0%{?rhel}
%patch0 -p1 -b .xcb_discard
-%patch1 -p1 -b .FLAC13
%{?_with_xcb:
sed -i -e "s|xcb >= 1.6|xcb >= 1.5|" configure configure.ac
touch -r config.h.in configure configure.ac
}
%endif
+%patch1 -p1 -b .FLAC13
%{?_with_bootstrap:
rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
11 years, 10 months
rpms/vlc/devel 0001-Fix-build-with-unreleased-FLAC-1.3.x.patch, NONE, 1.1 vlc.spec, 1.168, 1.169
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv17366/devel
Modified Files:
vlc.spec
Added Files:
0001-Fix-build-with-unreleased-FLAC-1.3.x.patch
Log Message:
Fix build with recent FLAC
0001-Fix-build-with-unreleased-FLAC-1.3.x.patch:
flac.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
--- NEW FILE 0001-Fix-build-with-unreleased-FLAC-1.3.x.patch ---
>From 606908a31b2dae46899601fe88b6443d024c8d09 Mon Sep 17 00:00:00 2001
From: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed, 2 Jan 2013 19:05:27 +0100
Subject: [PATCH] Fix build with unreleased FLAC 1.3.x
The issue was initialy reported here:
http://bugzilla.redhat.com/891123
FLAC upstream has always expected to include headers as
as shown in examples/c/decode/file/main.c
The FLAC suffix will not be be made available in the flac.pc
for the next release:
http://lists.xiph.org/pipermail/flac-dev/2012-April/003355.html
---
modules/codec/flac.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/codec/flac.c b/modules/codec/flac.c
index 4cfbfa9..543e8bb 100644
--- a/modules/codec/flac.c
+++ b/modules/codec/flac.c
@@ -37,8 +37,8 @@
#include <vlc_plugin.h>
#include <vlc_codec.h>
-#include <stream_decoder.h>
-#include <stream_encoder.h>
+#include <FLAC/stream_decoder.h>
+#include <FLAC/stream_encoder.h>
#include <vlc_block_helper.h>
#include <vlc_bits.h>
--
1.7.11.7
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- vlc.spec 1 Jan 2013 21:59:56 -0000 1.168
+++ vlc.spec 2 Jan 2013 18:27:06 -0000 1.169
@@ -31,12 +31,13 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: 2.0.5
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
Source0: http://download.videolan.org/pub/videolan/vlc/%{version}/vlc-%{version}%{...
Patch0: vlc-2.0.2-xcb_discard.patch
+Patch1: 0001-Fix-build-with-unreleased-FLAC-1.3.x.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
@@ -220,7 +221,8 @@
%setup -q -n %{name}-%{version}%{?vlc_rc}
%if 0%{?rhel}
-%patch0 -p1 -b .xcb_discard
+%patch0 -p1 -b .xcb_discard
+%patch1 -p1 -b .FLAC13
%{?_with_xcb:
sed -i -e "s|xcb >= 1.6|xcb >= 1.5|" configure configure.ac
touch -r config.h.in configure configure.ac
@@ -512,6 +514,9 @@
%changelog
+* Wed Jan 02 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.0.5-2
+- Fix build with FLAC-1.3.x
+
* Fri Dec 14 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.0.5-1
- Update to 2.0.5
11 years, 10 months
rpms/libshairport/EL-6 libshairport-generate-tarball-gz.sh, NONE, 1.1 libshairport-remove-libssl-link.patch, NONE, 1.1 libshairport.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Lorenzo Dalrio
Author: lorenzodalrio
Update of /cvs/free/rpms/libshairport/EL-6
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30715/EL-6
Modified Files:
.cvsignore sources
Added Files:
libshairport-generate-tarball-gz.sh
libshairport-remove-libssl-link.patch libshairport.spec
Log Message:
Initial commit
--- NEW FILE libshairport-generate-tarball-gz.sh ---
#!/bin/sh
LIBSHAIRPORT_GIT_URL="git://github.com/amejia1/libshairport.git"
LIBSHAIRPORT_GIT_COMMIT="16395d85ea2801cec612b935ba2972bd1a42a6a5"
DATE_RETRIEVED="20121218"
COMMIT_SHORT_FORM="$(echo $LIBSHAIRPORT_GIT_COMMIT | \
sed -e 's/^\([[:xdigit:]]\{,7\}\).*/\1/')"
LIBSHAIRPORT_VERSION="1.2.1.${DATE_RETRIEVED}git${COMMIT_SHORT_FORM}"
rm -rf "libshairport-${LIBSHAIRPORT_VERSION}"
git clone "$LIBSHAIRPORT_GIT_URL" "libshairport-${LIBSHAIRPORT_VERSION}"
cd "libshairport-${LIBSHAIRPORT_VERSION}"
git checkout "$LIBSHAIRPORT_GIT_COMMIT"
cd ..
# repack
tar --exclude-vcs -czvf libshairport-$LIBSHAIRPORT_VERSION.tar.gz libshairport-$LIBSHAIRPORT_VERSION
libshairport-remove-libssl-link.patch:
configure.in | 1 -
1 file changed, 1 deletion(-)
--- NEW FILE libshairport-remove-libssl-link.patch ---
--- configure.in.orig 2012-12-30 12:00:10.448121876 +0100
+++ configure.in 2012-12-30 12:01:28.610806581 +0100
@@ -18,7 +18,6 @@
# Checks for libraries.
AC_CHECK_LIB([m], [main])
-AC_CHECK_LIB([ssl], [main],, AC_MSG_ERROR($missing_library))
AC_CHECK_LIB([crypto], [main],, AC_MSG_ERROR($missing_library))
AC_CHECK_LIB([pthread], [main],, AC_MSG_ERROR($missing_library))
--- NEW FILE libshairport.spec ---
%global checkout 20121218git16395d8
Name: libshairport
Version: 1.2.1
Release: 2.%{checkout}%{?dist}
Summary: Emulates an AirPort Express
Group: System Environment/Libraries
License: MIT
URL: https://github.com/amejia1/libshairport
Source0: %{name}-%{version}.%{checkout}.tar.gz
# The source for this package was pulled from upstream's vcs. Invoke the
# following script while in your SOURCES directory to generate the tarball:
# sh libshairport-generate-tarball-gz.sh
Source1: libshairport-generate-tarball-gz.sh
# This patch remove unnecessary libssl link, it has been proposed to upstream (https://github.com/amejia1/libshairport/pull/3)
Patch0: libshairport-remove-libssl-link.patch
BuildRequires: libao-devel
BuildRequires: openssl-devel
BuildRequires: autoconf automake libtool
%description
This program emulates an AirPort Express for the purpose of
streaming music from iTunes and compatible iPods. It implements
a server for the Apple RAOP protocol. ShairPort does not support
AirPlay v2 (video and photo streaming). It supports multiple
simultaneous streams, if your audio output chain
(as detected by libao) does so.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: libao-devel%{?_isa}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%setup -q -n %{name}-%{version}.%{checkout}
%patch0
%build
autoreconf -vif
%configure --disable-static
make %{?_smp_mflags}
%install
%make_install
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%doc LICENSE README
%{_libdir}/*.so.*
%files devel
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/libshairport.pc
%changelog
* Sun Dec 30 2012 Lorenzo Dalrio <lorenzo.dalrio(a)gmail.com> - 1.2.1-2.20121218git16395d8
- Modified specfile to meet review requirements
* Tue Dec 18 2012 Lorenzo Dalrio <lorenzo.dalrio(a)gmail.com> - 1.2.1-1.20121218git16395d8
- Initial release
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libshairport/EL-6/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 1 Jan 2013 22:18:35 -0000 1.1
+++ .cvsignore 1 Jan 2013 22:41:34 -0000 1.2
@@ -0,0 +1 @@
+libshairport-1.2.1.20121218git16395d8.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libshairport/EL-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 1 Jan 2013 22:18:35 -0000 1.1
+++ sources 1 Jan 2013 22:41:34 -0000 1.2
@@ -0,0 +1 @@
+93659129345a92ffec857704e78e34d4 libshairport-1.2.1.20121218git16395d8.tar.gz
11 years, 10 months
rpms/libshairport/F-18 libshairport-generate-tarball-gz.sh, NONE, 1.1 libshairport-remove-libssl-link.patch, NONE, 1.1 libshairport.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Lorenzo Dalrio
Author: lorenzodalrio
Update of /cvs/free/rpms/libshairport/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30404/F-18
Modified Files:
.cvsignore sources
Added Files:
libshairport-generate-tarball-gz.sh
libshairport-remove-libssl-link.patch libshairport.spec
Log Message:
Initial commit
--- NEW FILE libshairport-generate-tarball-gz.sh ---
#!/bin/sh
LIBSHAIRPORT_GIT_URL="git://github.com/amejia1/libshairport.git"
LIBSHAIRPORT_GIT_COMMIT="16395d85ea2801cec612b935ba2972bd1a42a6a5"
DATE_RETRIEVED="20121218"
COMMIT_SHORT_FORM="$(echo $LIBSHAIRPORT_GIT_COMMIT | \
sed -e 's/^\([[:xdigit:]]\{,7\}\).*/\1/')"
LIBSHAIRPORT_VERSION="1.2.1.${DATE_RETRIEVED}git${COMMIT_SHORT_FORM}"
rm -rf "libshairport-${LIBSHAIRPORT_VERSION}"
git clone "$LIBSHAIRPORT_GIT_URL" "libshairport-${LIBSHAIRPORT_VERSION}"
cd "libshairport-${LIBSHAIRPORT_VERSION}"
git checkout "$LIBSHAIRPORT_GIT_COMMIT"
cd ..
# repack
tar --exclude-vcs -czvf libshairport-$LIBSHAIRPORT_VERSION.tar.gz libshairport-$LIBSHAIRPORT_VERSION
libshairport-remove-libssl-link.patch:
configure.in | 1 -
1 file changed, 1 deletion(-)
--- NEW FILE libshairport-remove-libssl-link.patch ---
--- configure.in.orig 2012-12-30 12:00:10.448121876 +0100
+++ configure.in 2012-12-30 12:01:28.610806581 +0100
@@ -18,7 +18,6 @@
# Checks for libraries.
AC_CHECK_LIB([m], [main])
-AC_CHECK_LIB([ssl], [main],, AC_MSG_ERROR($missing_library))
AC_CHECK_LIB([crypto], [main],, AC_MSG_ERROR($missing_library))
AC_CHECK_LIB([pthread], [main],, AC_MSG_ERROR($missing_library))
--- NEW FILE libshairport.spec ---
%global checkout 20121218git16395d8
Name: libshairport
Version: 1.2.1
Release: 2.%{checkout}%{?dist}
Summary: Emulates an AirPort Express
Group: System Environment/Libraries
License: MIT
URL: https://github.com/amejia1/libshairport
Source0: %{name}-%{version}.%{checkout}.tar.gz
# The source for this package was pulled from upstream's vcs. Invoke the
# following script while in your SOURCES directory to generate the tarball:
# sh libshairport-generate-tarball-gz.sh
Source1: libshairport-generate-tarball-gz.sh
# This patch remove unnecessary libssl link, it has been proposed to upstream (https://github.com/amejia1/libshairport/pull/3)
Patch0: libshairport-remove-libssl-link.patch
BuildRequires: libao-devel
BuildRequires: openssl-devel
BuildRequires: autoconf automake libtool
%description
This program emulates an AirPort Express for the purpose of
streaming music from iTunes and compatible iPods. It implements
a server for the Apple RAOP protocol. ShairPort does not support
AirPlay v2 (video and photo streaming). It supports multiple
simultaneous streams, if your audio output chain
(as detected by libao) does so.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: libao-devel%{?_isa}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%setup -q -n %{name}-%{version}.%{checkout}
%patch0
%build
autoreconf -vif
%configure --disable-static
make %{?_smp_mflags}
%install
%make_install
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%doc LICENSE README
%{_libdir}/*.so.*
%files devel
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/libshairport.pc
%changelog
* Sun Dec 30 2012 Lorenzo Dalrio <lorenzo.dalrio(a)gmail.com> - 1.2.1-2.20121218git16395d8
- Modified specfile to meet review requirements
* Tue Dec 18 2012 Lorenzo Dalrio <lorenzo.dalrio(a)gmail.com> - 1.2.1-1.20121218git16395d8
- Initial release
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libshairport/F-18/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 1 Jan 2013 22:18:35 -0000 1.1
+++ .cvsignore 1 Jan 2013 22:40:39 -0000 1.2
@@ -0,0 +1 @@
+libshairport-1.2.1.20121218git16395d8.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libshairport/F-18/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 1 Jan 2013 22:18:35 -0000 1.1
+++ sources 1 Jan 2013 22:40:39 -0000 1.2
@@ -0,0 +1 @@
+93659129345a92ffec857704e78e34d4 libshairport-1.2.1.20121218git16395d8.tar.gz
11 years, 10 months
rpms/libshairport/F-17 libshairport-generate-tarball-gz.sh, NONE, 1.1 libshairport-remove-libssl-link.patch, NONE, 1.1 libshairport.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Lorenzo Dalrio
Author: lorenzodalrio
Update of /cvs/free/rpms/libshairport/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv29423/F-17
Modified Files:
.cvsignore sources
Added Files:
libshairport-generate-tarball-gz.sh
libshairport-remove-libssl-link.patch libshairport.spec
Log Message:
Initial commit
--- NEW FILE libshairport-generate-tarball-gz.sh ---
#!/bin/sh
LIBSHAIRPORT_GIT_URL="git://github.com/amejia1/libshairport.git"
LIBSHAIRPORT_GIT_COMMIT="16395d85ea2801cec612b935ba2972bd1a42a6a5"
DATE_RETRIEVED="20121218"
COMMIT_SHORT_FORM="$(echo $LIBSHAIRPORT_GIT_COMMIT | \
sed -e 's/^\([[:xdigit:]]\{,7\}\).*/\1/')"
LIBSHAIRPORT_VERSION="1.2.1.${DATE_RETRIEVED}git${COMMIT_SHORT_FORM}"
rm -rf "libshairport-${LIBSHAIRPORT_VERSION}"
git clone "$LIBSHAIRPORT_GIT_URL" "libshairport-${LIBSHAIRPORT_VERSION}"
cd "libshairport-${LIBSHAIRPORT_VERSION}"
git checkout "$LIBSHAIRPORT_GIT_COMMIT"
cd ..
# repack
tar --exclude-vcs -czvf libshairport-$LIBSHAIRPORT_VERSION.tar.gz libshairport-$LIBSHAIRPORT_VERSION
libshairport-remove-libssl-link.patch:
configure.in | 1 -
1 file changed, 1 deletion(-)
--- NEW FILE libshairport-remove-libssl-link.patch ---
--- configure.in.orig 2012-12-30 12:00:10.448121876 +0100
+++ configure.in 2012-12-30 12:01:28.610806581 +0100
@@ -18,7 +18,6 @@
# Checks for libraries.
AC_CHECK_LIB([m], [main])
-AC_CHECK_LIB([ssl], [main],, AC_MSG_ERROR($missing_library))
AC_CHECK_LIB([crypto], [main],, AC_MSG_ERROR($missing_library))
AC_CHECK_LIB([pthread], [main],, AC_MSG_ERROR($missing_library))
--- NEW FILE libshairport.spec ---
%global checkout 20121218git16395d8
Name: libshairport
Version: 1.2.1
Release: 2.%{checkout}%{?dist}
Summary: Emulates an AirPort Express
Group: System Environment/Libraries
License: MIT
URL: https://github.com/amejia1/libshairport
Source0: %{name}-%{version}.%{checkout}.tar.gz
# The source for this package was pulled from upstream's vcs. Invoke the
# following script while in your SOURCES directory to generate the tarball:
# sh libshairport-generate-tarball-gz.sh
Source1: libshairport-generate-tarball-gz.sh
# This patch remove unnecessary libssl link, it has been proposed to upstream (https://github.com/amejia1/libshairport/pull/3)
Patch0: libshairport-remove-libssl-link.patch
BuildRequires: libao-devel
BuildRequires: openssl-devel
BuildRequires: autoconf automake libtool
%description
This program emulates an AirPort Express for the purpose of
streaming music from iTunes and compatible iPods. It implements
a server for the Apple RAOP protocol. ShairPort does not support
AirPlay v2 (video and photo streaming). It supports multiple
simultaneous streams, if your audio output chain
(as detected by libao) does so.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: libao-devel%{?_isa}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%setup -q -n %{name}-%{version}.%{checkout}
%patch0
%build
autoreconf -vif
%configure --disable-static
make %{?_smp_mflags}
%install
%make_install
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%doc LICENSE README
%{_libdir}/*.so.*
%files devel
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/libshairport.pc
%changelog
* Sun Dec 30 2012 Lorenzo Dalrio <lorenzo.dalrio(a)gmail.com> - 1.2.1-2.20121218git16395d8
- Modified specfile to meet review requirements
* Tue Dec 18 2012 Lorenzo Dalrio <lorenzo.dalrio(a)gmail.com> - 1.2.1-1.20121218git16395d8
- Initial release
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libshairport/F-17/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 1 Jan 2013 22:18:35 -0000 1.1
+++ .cvsignore 1 Jan 2013 22:32:20 -0000 1.2
@@ -0,0 +1 @@
+libshairport-1.2.1.20121218git16395d8.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libshairport/F-17/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 1 Jan 2013 22:18:35 -0000 1.1
+++ sources 1 Jan 2013 22:32:20 -0000 1.2
@@ -0,0 +1 @@
+93659129345a92ffec857704e78e34d4 libshairport-1.2.1.20121218git16395d8.tar.gz
11 years, 10 months
rpms/libshairport/devel libshairport-generate-tarball-gz.sh, NONE, 1.1 libshairport-remove-libssl-link.patch, NONE, 1.1 libshairport.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Lorenzo Dalrio
Author: lorenzodalrio
Update of /cvs/free/rpms/libshairport/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv29122/devel
Modified Files:
.cvsignore sources
Added Files:
libshairport-generate-tarball-gz.sh
libshairport-remove-libssl-link.patch libshairport.spec
Log Message:
Initial commit
--- NEW FILE libshairport-generate-tarball-gz.sh ---
#!/bin/sh
LIBSHAIRPORT_GIT_URL="git://github.com/amejia1/libshairport.git"
LIBSHAIRPORT_GIT_COMMIT="16395d85ea2801cec612b935ba2972bd1a42a6a5"
DATE_RETRIEVED="20121218"
COMMIT_SHORT_FORM="$(echo $LIBSHAIRPORT_GIT_COMMIT | \
sed -e 's/^\([[:xdigit:]]\{,7\}\).*/\1/')"
LIBSHAIRPORT_VERSION="1.2.1.${DATE_RETRIEVED}git${COMMIT_SHORT_FORM}"
rm -rf "libshairport-${LIBSHAIRPORT_VERSION}"
git clone "$LIBSHAIRPORT_GIT_URL" "libshairport-${LIBSHAIRPORT_VERSION}"
cd "libshairport-${LIBSHAIRPORT_VERSION}"
git checkout "$LIBSHAIRPORT_GIT_COMMIT"
cd ..
# repack
tar --exclude-vcs -czvf libshairport-$LIBSHAIRPORT_VERSION.tar.gz libshairport-$LIBSHAIRPORT_VERSION
libshairport-remove-libssl-link.patch:
configure.in | 1 -
1 file changed, 1 deletion(-)
--- NEW FILE libshairport-remove-libssl-link.patch ---
--- configure.in.orig 2012-12-30 12:00:10.448121876 +0100
+++ configure.in 2012-12-30 12:01:28.610806581 +0100
@@ -18,7 +18,6 @@
# Checks for libraries.
AC_CHECK_LIB([m], [main])
-AC_CHECK_LIB([ssl], [main],, AC_MSG_ERROR($missing_library))
AC_CHECK_LIB([crypto], [main],, AC_MSG_ERROR($missing_library))
AC_CHECK_LIB([pthread], [main],, AC_MSG_ERROR($missing_library))
--- NEW FILE libshairport.spec ---
%global checkout 20121218git16395d8
Name: libshairport
Version: 1.2.1
Release: 2.%{checkout}%{?dist}
Summary: Emulates an AirPort Express
Group: System Environment/Libraries
License: MIT
URL: https://github.com/amejia1/libshairport
Source0: %{name}-%{version}.%{checkout}.tar.gz
# The source for this package was pulled from upstream's vcs. Invoke the
# following script while in your SOURCES directory to generate the tarball:
# sh libshairport-generate-tarball-gz.sh
Source1: libshairport-generate-tarball-gz.sh
# This patch remove unnecessary libssl link, it has been proposed to upstream (https://github.com/amejia1/libshairport/pull/3)
Patch0: libshairport-remove-libssl-link.patch
BuildRequires: libao-devel
BuildRequires: openssl-devel
BuildRequires: autoconf automake libtool
%description
This program emulates an AirPort Express for the purpose of
streaming music from iTunes and compatible iPods. It implements
a server for the Apple RAOP protocol. ShairPort does not support
AirPlay v2 (video and photo streaming). It supports multiple
simultaneous streams, if your audio output chain
(as detected by libao) does so.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: libao-devel%{?_isa}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%setup -q -n %{name}-%{version}.%{checkout}
%patch0
%build
autoreconf -vif
%configure --disable-static
make %{?_smp_mflags}
%install
%make_install
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%doc LICENSE README
%{_libdir}/*.so.*
%files devel
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/libshairport.pc
%changelog
* Sun Dec 30 2012 Lorenzo Dalrio <lorenzo.dalrio(a)gmail.com> - 1.2.1-2.20121218git16395d8
- Modified specfile to meet review requirements
* Tue Dec 18 2012 Lorenzo Dalrio <lorenzo.dalrio(a)gmail.com> - 1.2.1-1.20121218git16395d8
- Initial release
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libshairport/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 1 Jan 2013 22:18:35 -0000 1.1
+++ .cvsignore 1 Jan 2013 22:29:15 -0000 1.2
@@ -0,0 +1 @@
+libshairport-1.2.1.20121218git16395d8.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libshairport/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 1 Jan 2013 22:18:35 -0000 1.1
+++ sources 1 Jan 2013 22:29:15 -0000 1.2
@@ -0,0 +1 @@
+93659129345a92ffec857704e78e34d4 libshairport-1.2.1.20121218git16395d8.tar.gz
11 years, 10 months
rpms/libshairport/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libshairport/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsX28223/rpms/libshairport/devel
Log Message:
Directory /cvs/free/rpms/libshairport/devel added to the repository
11 years, 10 months