[longomatch/redesign2: 159/159] Fix autotools
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/redesign2: 159/159] Fix autotools
- Date: Thu, 2 Jun 2011 00:23:43 +0000 (UTC)
commit cf0f1a44627ba9787869ba7ad939ef12628bff1f
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Thu Jun 2 02:08:15 2011 +0200
Fix autotools
CesarPlayer/Makefile.am | 61 ++++++++-------
LongoMatch/Gui/Component/TimeAdjustWidget.cs | 66 ----------------
LongoMatch/Gui/Dialog/SubCategoryEditor.cs | 108 --------------------------
LongoMatch/Makefile.am | 62 ++++++++-------
configure.ac | 1 -
5 files changed, 65 insertions(+), 233 deletions(-)
---
diff --git a/CesarPlayer/Makefile.am b/CesarPlayer/Makefile.am
index 843f85f..9676e4f 100644
--- a/CesarPlayer/Makefile.am
+++ b/CesarPlayer/Makefile.am
@@ -4,39 +4,40 @@ TARGET = library
LINK = $(REF_DEP_CESARPLAYER)
SOURCES = \
- AssemblyInfo.cs \
- gtk-gui/generated.cs \
+ AssemblyInfo.cs\
+ Capturer/CaptureProperties.cs\
+ Capturer/FakeCapturer.cs\
+ Capturer/GstCameraCapturer.cs\
+ Capturer/ICapturer.cs\
+ Capturer/LiveSourceTimer.cs\
+ Capturer/ObjectManager.cs\
Common/Constants.cs\
Common/Enum.cs\
Common/Handlers.cs\
- Player/GstPlayer.cs \
- Player/IPlayer.cs \
- Player/ObjectManager.cs \
- gtk-gui/LongoMatch.Gui.CapturerBin.cs \
- gtk-gui/LongoMatch.Gui.PlayerBin.cs \
- gtk-gui/LongoMatch.Gui.VolumeWindow.cs \
- Gui/CapturerBin.cs \
- Gui/PlayerBin.cs \
- Gui/VolumeWindow.cs \
- MultimediaFactory.cs \
- Utils/IFramesCapturer.cs \
- Utils/FramesCapturer.cs \
- Utils/IMetadataReader.cs \
- Utils/TimeString.cs \
- Capturer/CaptureProperties.cs \
- Capturer/GstCameraCapturer.cs \
- Capturer/FakeCapturer.cs \
- Capturer/ICapturer.cs \
- Capturer/LiveSourceTimer.cs \
- Capturer/ObjectManager.cs \
- Editor/GstVideoSplitter.cs \
- Editor/IVideoEditor.cs \
- Editor/IVideoSplitter.cs \
- Editor/VideoSegment.cs \
- Editor/EditorState.cs \
- Utils/Device.cs \
- Utils/MediaFile.cs \
- Utils/PreviewMediaFile.cs
+ Editor/EditorState.cs\
+ Editor/GstVideoSplitter.cs\
+ Editor/IVideoEditor.cs\
+ Editor/IVideoSplitter.cs\
+ Editor/VideoSegment.cs\
+ gtk-gui/generated.cs\
+ gtk-gui/LongoMatch.Gui.CapturerBin.cs\
+ gtk-gui/LongoMatch.Gui.PlayerBin.cs\
+ gtk-gui/LongoMatch.Gui.VolumeWindow.cs\
+ Gui/CapturerBin.cs\
+ Gui/PlayerBin.cs\
+ Gui/VolumeWindow.cs\
+ MultimediaFactory.cs\
+ Player/GstDVDEvent.cs\
+ Player/GstPlayer.cs\
+ Player/IPlayer.cs\
+ Player/ObjectManager.cs\
+ Utils/Device.cs\
+ Utils/FramesCapturer.cs\
+ Utils/IFramesCapturer.cs\
+ Utils/IMetadataReader.cs\
+ Utils/MediaFile.cs\
+ Utils/PreviewMediaFile.cs\
+ Utils/TimeString.cs
RESOURCES = \
gtk-gui/objects.xml \
diff --git a/LongoMatch/Makefile.am b/LongoMatch/Makefile.am
index 23f6a40..e58a45d 100644
--- a/LongoMatch/Makefile.am
+++ b/LongoMatch/Makefile.am
@@ -4,30 +4,32 @@ LINK = $(REF_DEP_LONGOMATCH)
SOURCES = \
AssemblyInfo.cs \
- Common/Enums.cs \
Common/Cairo.cs \
- Common/Constants.cs \
+ Common/Cloner.cs \
Common/ConsoleCrayon.cs \
+ Common/Constants.cs \
+ Common/Enums.cs \
Common/Log.cs \
+ Common/ProjectUtils.cs \
Common/SerializableObject.cs \
DB/DataBase.cs \
gtk-gui/generated.cs \
gtk-gui/LongoMatch.Gui.Component.ButtonsWidget.cs \
gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs \
- gtk-gui/LongoMatch.Gui.Component.DrawingWidget.cs \
gtk-gui/LongoMatch.Gui.Component.DrawingToolBox.cs \
+ gtk-gui/LongoMatch.Gui.Component.DrawingWidget.cs \
gtk-gui/LongoMatch.Gui.Component.NotesWidget.cs \
gtk-gui/LongoMatch.Gui.Component.PlayerProperties.cs \
gtk-gui/LongoMatch.Gui.Component.PlayersListTreeWidget.cs \
+ gtk-gui/LongoMatch.Gui.Component.PlayersTaggerWidget.cs \
gtk-gui/LongoMatch.Gui.Component.PlayListWidget.cs \
gtk-gui/LongoMatch.Gui.Component.PlaysListTreeWidget.cs \
gtk-gui/LongoMatch.Gui.Component.ProjectDetailsWidget.cs \
gtk-gui/LongoMatch.Gui.Component.ProjectListWidget.cs \
- gtk-gui/LongoMatch.Gui.Component.ProjectTemplateWidget.cs \
+ gtk-gui/LongoMatch.Gui.Component.StringTaggerWidget.cs \
gtk-gui/LongoMatch.Gui.Component.TaggerWidget.cs \
gtk-gui/LongoMatch.Gui.Component.TagsTreeWidget.cs \
- gtk-gui/LongoMatch.Gui.Component.TeamTemplateWidget.cs \
- gtk-gui/LongoMatch.Gui.Component.TimeAdjustWidget.cs \
+ gtk-gui/LongoMatch.Gui.Component.TemplatesEditorBase.cs \
gtk-gui/LongoMatch.Gui.Component.TimeLineWidget.cs \
gtk-gui/LongoMatch.Gui.Dialog.BusyDialog.cs \
gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs \
@@ -40,12 +42,12 @@ SOURCES = \
gtk-gui/LongoMatch.Gui.Dialog.NewProjectDialog.cs \
gtk-gui/LongoMatch.Gui.Dialog.OpenProjectDialog.cs \
gtk-gui/LongoMatch.Gui.Dialog.PlayersSelectionDialog.cs \
- gtk-gui/LongoMatch.Gui.Dialog.ProjectsManager.cs \
- gtk-gui/LongoMatch.Gui.Dialog.ProjectTemplateEditorDialog.cs \
gtk-gui/LongoMatch.Gui.Dialog.ProjectSelectionDialog.cs \
+ gtk-gui/LongoMatch.Gui.Dialog.ProjectsManager.cs \
gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs \
+ gtk-gui/LongoMatch.Gui.Dialog.SubCategoryTagsEditor.cs \
gtk-gui/LongoMatch.Gui.Dialog.TaggerDialog.cs \
- gtk-gui/LongoMatch.Gui.Dialog.TeamTemplateEditor.cs \
+ gtk-gui/LongoMatch.Gui.Dialog.TemplateEditorDialog.cs \
gtk-gui/LongoMatch.Gui.Dialog.TemplatesManager.cs \
gtk-gui/LongoMatch.Gui.Dialog.UpdateDialog.cs \
gtk-gui/LongoMatch.Gui.Dialog.VideoEditionProperties.cs \
@@ -56,20 +58,20 @@ SOURCES = \
Gui/Component/ButtonsWidget.cs \
Gui/Component/CategoriesScale.cs \
Gui/Component/CategoryProperties.cs \
- Gui/Component/DrawingWidget.cs \
Gui/Component/DrawingToolBox.cs \
+ Gui/Component/DrawingWidget.cs \
Gui/Component/NotesWidget.cs \
Gui/Component/PlayerProperties.cs \
Gui/Component/PlayersListTreeWidget.cs \
+ Gui/Component/PlayersTaggerWidget.cs \
Gui/Component/PlayListWidget.cs \
Gui/Component/PlaysListTreeWidget.cs \
Gui/Component/ProjectDetailsWidget.cs \
Gui/Component/ProjectListWidget.cs \
- Gui/Component/ProjectTemplateWidget.cs \
- Gui/Component/TaggerWidget.cs\
- Gui/Component/TagsTreeWidget.cs\
- Gui/Component/TeamTemplateWidget.cs\
- Gui/Component/TimeAdjustWidget.cs \
+ Gui/Component/StringTaggerWidget.cs \
+ Gui/Component/TaggerWidget.cs \
+ Gui/Component/TagsTreeWidget.cs \
+ Gui/Component/TemplatesEditorBase.cs \
Gui/Component/TimeLineWidget.cs \
Gui/Component/TimeReferenceWidget.cs \
Gui/Component/TimeScale.cs \
@@ -84,13 +86,13 @@ SOURCES = \
Gui/Dialog/NewProjectDialog.cs \
Gui/Dialog/OpenProjectDialog.cs \
Gui/Dialog/PlayersSelectionDialog.cs \
- Gui/Dialog/ProjectsManager.cs \
- Gui/Dialog/ProjectTemplateEditorDialog.cs \
Gui/Dialog/ProjectSelectionDialog.cs \
+ Gui/Dialog/ProjectsManager.cs \
Gui/Dialog/SnapshotsDialog.cs \
+ Gui/Dialog/SubCategoryTagsEditor.cs \
Gui/Dialog/TaggerDialog.cs \
- Gui/Dialog/TemplatesEditor.cs \
- Gui/Dialog/TeamTemplateEditor.cs\
+ Gui/Dialog/TemplateEditorDialog.cs \
+ Gui/Dialog/TemplatesManager.cs \
Gui/Dialog/UpdateDialog.cs \
Gui/Dialog/VideoEditionProperties.cs \
Gui/Dialog/Win32CalendarDialog.cs \
@@ -99,42 +101,46 @@ SOURCES = \
Gui/Popup/MessagePopup.cs \
Gui/TransparentDrawingArea.cs \
Gui/TreeView/CategoriesTreeView.cs \
+ Gui/TreeView/ListTreeViewBase.cs \
Gui/TreeView/PlayerPropertiesTreeView.cs \
Gui/TreeView/PlayersTreeView.cs \
- Gui/TreeView/ListTreeViewBase.cs \
Gui/TreeView/PlayListTreeView.cs \
Gui/TreeView/PlaysTreeView.cs \
+ Gui/TreeView/SubCategoriesTreeView.cs \
Gui/TreeView/TagsTreeView.cs \
Handlers/DrawingManager.cs \
Handlers/EventsManager.cs \
Handlers/Handlers.cs \
Handlers/HotKeysManager.cs \
- Handlers/VideoDrawingsManager.cs\
+ Handlers/VideoDrawingsManager.cs \
+ Interfaces/ISubCategory.cs \
+ Interfaces/ITemplates.cs \
IO/CSVExport.cs \
IO/XMLReader.cs \
Main.cs \
Playlist/IPlayList.cs \
Playlist/PlayList.cs \
+ Services/TemplatesService.cs \
Store/Category.cs \
- Store/SubCategory.cs \
Store/Drawing.cs \
Store/DrawingsList.cs \
Store/HotKey.cs \
Store/PixbufTimeNode.cs \
Store/Play.cs \
- Store/PlayListPlay.cs \
Store/Player.cs \
+ Store/PlayListPlay.cs \
Store/Project.cs \
Store/ProjectDescription.cs \
+ Store/SubCategory.cs \
Store/Tag.cs \
- Store/Time.cs \
- Store/TimeNode.cs \
Store/Templates/CategoriesTemplate.cs \
- Store/Templates/SubCategoriesTemplate.cs \
+ Store/Templates/SubCategoryTemplate.cs \
Store/Templates/TeamTemplate.cs \
+ Store/Templates/Template.cs \
+ Store/Time.cs \
+ Store/TimeNode.cs \
Updates/Updater.cs \
- Updates/XmlUpdateParser.cs \
- Utils/ProjectUtils.cs
+ Updates/XmlUpdateParser.cs
IMAGES = images/longomatch.png \
images/background.png
diff --git a/configure.ac b/configure.ac
index 9c5d4ff..d58b6dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -99,7 +99,6 @@ build/m4/shave/shave
build/m4/shave/shave-libtool
libcesarplayer/Makefile
-libcesarplayer/src/Makefile
CesarPlayer/Makefile
CesarPlayer/cesarplayer.pc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]