| Submitter | Artur Wronowski |
|---|---|
| Date | 2011-08-20 14:42:03 |
| Message ID | <CAM-pJsWx2P=kHGta4xQ-59Q509v79JBZOveaLe+D+=NsneuT+g@mail.gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/1329/ |
| State | Changes Requested |
| Delegated to: | Florian Fainelli |
| Headers | show |
Comments
Hello, On Saturday 20 August 2011 16:42:03 Artur Wronowski wrote: > Signed-off-by: Artur Wronowski <arteqw@gmail.com> > > Index: multimedia/motion/Makefile > =================================================================== > --- multimedia/motion/Makefile (wersja 27915) > +++ multimedia/motion/Makefile (kopia robocza) > @@ -8,13 +8,13 @@ > include $(TOPDIR)/rules.mk > > PKG_NAME:=motion > -PKG_VERSION:=3.2.11.1 > +PKG_VERSION:=3.2.12 > PKG_RELEASE:=1 > > PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz > PKG_SOURCE_URL:=http://www.lavrsen.dk/sources/motion-daily \ > @SF/motion > -PKG_MD5SUM:=4e729f129d8f9b9abaed5121c3cd0037 > +PKG_MD5SUM:=1ba0065ed50509aaffb171594c689f46 I do not think this builds with recent kernels since it uses include/linux/videodev.h which is the legacy V4L header. Do you know if upstream fixed that? If so, can you resubmit a patch with the up-to-date motion version? Thanks
Hello again, On Friday 30 September 2011 14:05:55 Florian Fainelli wrote: > Hello, > > On Saturday 20 August 2011 16:42:03 Artur Wronowski wrote: > > Signed-off-by: Artur Wronowski <arteqw@gmail.com> > > > > Index: multimedia/motion/Makefile > > =================================================================== > > --- multimedia/motion/Makefile (wersja 27915) > > +++ multimedia/motion/Makefile (kopia robocza) > > @@ -8,13 +8,13 @@ > > > > include $(TOPDIR)/rules.mk > > > > PKG_NAME:=motion > > > > -PKG_VERSION:=3.2.11.1 > > +PKG_VERSION:=3.2.12 > > > > PKG_RELEASE:=1 > > > > PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz > > PKG_SOURCE_URL:=http://www.lavrsen.dk/sources/motion-daily \ > > > > @SF/motion > > > > -PKG_MD5SUM:=4e729f129d8f9b9abaed5121c3cd0037 > > +PKG_MD5SUM:=1ba0065ed50509aaffb171594c689f46 > > I do not think this builds with recent kernels since it uses > include/linux/videodev.h which is the legacy V4L header. > > Do you know if upstream fixed that? If so, can you resubmit a patch with > the up-to-date motion version? Thanks I just saw that Eugene submitted a patch to fix that particular problem: http://patchwork.openwrt.org/patch/1366/
Patch
Index: multimedia/motion/Makefile =================================================================== --- multimedia/motion/Makefile (wersja 27915) +++ multimedia/motion/Makefile (kopia robocza) @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=motion -PKG_VERSION:=3.2.11.1 +PKG_VERSION:=3.2.12 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.lavrsen.dk/sources/motion-daily \ @SF/motion -PKG_MD5SUM:=4e729f129d8f9b9abaed5121c3cd0037 +PKG_MD5SUM:=1ba0065ed50509aaffb171594c689f46 PKG_INSTALL:=1 _______________________________________________
Signed-off-by: Artur Wronowski <arteqw@gmail.com> openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel