[Patch] xine-lib: fix make dist
Xavier Bachelot <[email protected]> Mon, 22 Jul 2019 19:39:29 +0200
| Newsgroups | gmane.comp.video.xine.devel |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format. --------------95F487820D61B09AE322D01B Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi Petri, Torsten, Here are 2 patches to fix make dist for xine-lib. Is there any planned release for xine-lib and xine-ui ? You both are still busy improving stuff but there's not been a release for quite a while. Let me know, I'll make sure to spend of bit of time testing snapshots before a release. Thanks, Xavier --------------95F487820D61B09AE322D01B Content-Type: text/x-patch; name="xine-lib-fix_makefile_am.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xine-lib-fix_makefile_am.patch" # HG changeset patch # User Xavier Bachelot <[email protected]> # Date 1563816388 -7200 # Mon Jul 22 19:26:28 2019 +0200 # Node ID 4e8f3824cdba292cb046fbcab410cfc6ca11c18a # Parent 7d8811aee61f1b6893d2cd52db7dc7e310b13740 Fix Makefile.am (broken with 42543a) diff -r 7d8811aee61f -r 4e8f3824cdba Makefile.am --- a/Makefile.am Mon Jul 22 17:59:36 2019 +0300 +++ b/Makefile.am Mon Jul 22 19:26:28 2019 +0200 @@ -223,6 +223,7 @@ dist-hook: cp -p $(srcdir)/version.sh $(distdir) + mkdir $(distdir)/win32/ cp -p $(srcdir)/win32/*.dsp $(distdir)/win32/ --------------95F487820D61B09AE322D01B Content-Type: text/x-patch; name="xine-lib-fix_configure_ac.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xine-lib-fix_configure_ac.patch" # HG changeset patch # User Xavier Bachelot <[email protected]> # Date 1563815024 -7200 # Mon Jul 22 19:03:44 2019 +0200 # Node ID 9408c036cde09949862b34d4a1c3cc7217204cc0 # Parent 7d8811aee61f1b6893d2cd52db7dc7e310b13740 Fix configure.ac (broken with 89d2b6) diff -r 7d8811aee61f -r 9408c036cde0 configure.ac --- a/configure.ac Mon Jul 22 17:59:36 2019 +0300 +++ b/configure.ac Mon Jul 22 19:03:44 2019 +0200 @@ -1585,7 +1585,6 @@ src/post/Makefile src/spu_dec/Makefile src/video_dec/Makefile -src/video_dec/libmpeg2new/Makefile src/video_out/Makefile src/video_out/macosx/Makefile src/xine-utils/Makefile --------------95F487820D61B09AE322D01B Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline --------------95F487820D61B09AE322D01B Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ xine-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xine-devel --------------95F487820D61B09AE322D01B--