]> git.pld-linux.org Git - packages/mediastreamer.git/commitdiff
- up to 2.7.3 auto/th/mediastreamer-2_7_3-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 26 Jul 2011 11:16:02 +0000 (11:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mediastreamer-nov4l1.atch -> 1.1
    mediastreamer.spec -> 1.7

mediastreamer-nov4l1.atch [new file with mode: 0644]
mediastreamer.spec

diff --git a/mediastreamer-nov4l1.atch b/mediastreamer-nov4l1.atch
new file mode 100644 (file)
index 0000000..45994a1
--- /dev/null
@@ -0,0 +1,32 @@
+--- mediastreamer-2.7.3/src/Makefile.am.org    2011-07-26 12:36:37.063189252 +0200
++++ mediastreamer-2.7.3/src/Makefile.am        2011-07-26 12:36:46.156753147 +0200
+@@ -117,7 +117,7 @@
+ endif
+ if BUILD_V4L
+-libmediastreamer_la_SOURCES+=msv4l.c msv4l2.c
++libmediastreamer_la_SOURCES+= msv4l2.c
+ endif
+ if BUILD_WIN32
+--- mediastreamer-2.7.3/configure.ac.org       2011-07-26 12:36:43.506685448 +0200
++++ mediastreamer-2.7.3/configure.ac   2011-07-26 12:36:49.163495727 +0200
+@@ -591,7 +591,7 @@
+ AC_SUBST(PACKAGE_DATA_DIR)
+ dnl check for video4linux headers
+-AC_CHECK_HEADERS(linux/videodev.h linux/videodev2.h)
++AC_CHECK_HEADERS(linux/videodev2.h)
+ if test "${ac_cv_header_linux_videodev_h}" = "yes" || \
+       test "${ac_cv_header_linux_videodev2_h}" = "yes" ; then
+       found_v4l=yes
+--- mediastreamer-2.7.3/tests/mediastream.c~   2011-03-28 15:04:21.000000000 +0200
++++ mediastreamer-2.7.3/tests/mediastream.c    2011-07-26 12:46:46.168577005 +0200
+@@ -178,7 +178,6 @@
+       rtp_profile_set_payload(&av_profile,112,&payload_type_ilbc);
+       rtp_profile_set_payload(&av_profile,113,&payload_type_amr);
+ #ifdef VIDEO_ENABLED
+-      rtp_profile_set_payload(&av_profile,26,&payload_type_jpeg);
+       rtp_profile_set_payload(&av_profile,98,&payload_type_h263_1998);
+       rtp_profile_set_payload(&av_profile,97,&payload_type_theora);
+       rtp_profile_set_payload(&av_profile,99,&payload_type_mp4v);
index 544d04871934781cffe03b425251b1803980db23..509d97b5e610901e4d4fd8e5605ace51771f80e0 100644 (file)
@@ -1,12 +1,13 @@
 Summary:       Audio/Video real-time streaming
 Name:          mediastreamer
-Version:       2.3.0
-Release:       6
+Version:       2.7.3
+Release:       1
 License:       LGPL
 Group:         Libraries
 Source0:       http://mirror.lihnidos.org/GNU/savannah/linphone/mediastreamer/%{name}-%{version}.tar.gz
-# Source0-md5: 867d539cf11e942dcbfd08d4b3182397
-URL:           http://www.tcpdump.org/
+# Source0-md5: 5213307f557d86aa648f1a53a885138c
+Patch0:                %{name}-nov4l1.atch
+URL:           http://www.linphone.org/eng/documentation/dev/mediastreamer2.html
 BuildRequires: SDL-devel
 BuildRequires: alsa-lib-devel
 BuildRequires: autoconf >= 2.53
@@ -47,8 +48,13 @@ Static mediastreamer library.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
@@ -68,7 +74,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_libdir}/libmediastreamer.so.*.*
-%attr(755,root,root) %ghost %{_libdir}/libmediastreamer.so.0
+%attr(755,root,root) %ghost %{_libdir}/libmediastreamer.so.1
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.10022 seconds and 4 git commands to generate.